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

/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Doptions.c163 FIELD_IGNORE_NONPRINTABLES;
307 nF->f_options |= FIELD_IGNORE_NONPRINTABLES;
439 FIELD_IGNORE_NONPRINTABLES;
441 FIELD_IGNORE_NONPRINTABLES);
H A Dinitialize.c135 (FIELD_IGNORE_NONPRINTABLES |
H A Dtypes.h75 #define FIELD_IGNORE_NONPRINTABLES 0x4 macro
H A Dfields.c341 if (F->f_options & FIELD_IGNORE_NONPRINTABLES) {
695 if ((F->f_options & FIELD_IGNORE_NONPRINTABLES) &&
761 if ((F->f_options & FIELD_IGNORE_NONPRINTABLES) && !iswprint(t))

Completed in 95 milliseconds