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

/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Doptions.c156 F->f_options |= FIELD_DICTIONARY_ORDER;
301 nF->f_options |= FIELD_DICTIONARY_ORDER;
426 S->m_field_options |= FIELD_DICTIONARY_ORDER;
428 FIELD_DICTIONARY_ORDER);
H A Dinitialize.c136 FIELD_DICTIONARY_ORDER |
H A Dtypes.h73 #define FIELD_DICTIONARY_ORDER 0x1 macro
H A Dfields.c333 if (F->f_options & FIELD_DICTIONARY_ORDER) {
699 if ((F->f_options & FIELD_DICTIONARY_ORDER) &&
764 if ((F->f_options & FIELD_DICTIONARY_ORDER) && !iswalnum(t) &&

Completed in 111 milliseconds