Home
last modified time | relevance | path

Searched refs:FIELD_DICTIONARY_ORDER (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Doptions.c154 F->f_options |= FIELD_DICTIONARY_ORDER; in parse_field_spec()
299 nF->f_options |= FIELD_DICTIONARY_ORDER; in parse_old_field_spec()
424 S->m_field_options |= FIELD_DICTIONARY_ORDER; in options()
426 FIELD_DICTIONARY_ORDER); in options()
H A Dinitialize.c146 FIELD_DICTIONARY_ORDER | in initialize_post()
H A Dtypes.h71 #define FIELD_DICTIONARY_ORDER 0x1 macro
H A Dfields.c333 if (F->f_options & FIELD_DICTIONARY_ORDER) { in field_print()
699 if ((F->f_options & FIELD_DICTIONARY_ORDER) && in field_convert_alpha()
764 if ((F->f_options & FIELD_DICTIONARY_ORDER) && !iswalnum(t) && in field_convert_alpha_wide()