Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Doptions.c161 FIELD_IGNORE_NONPRINTABLES; in parse_field_spec()
305 nF->f_options |= FIELD_IGNORE_NONPRINTABLES; in parse_old_field_spec()
437 FIELD_IGNORE_NONPRINTABLES; in options()
439 FIELD_IGNORE_NONPRINTABLES); in options()
H A Dinitialize.c145 (FIELD_IGNORE_NONPRINTABLES | in initialize_post()
H A Dtypes.h73 #define FIELD_IGNORE_NONPRINTABLES 0x4 macro
H A Dfields.c341 if (F->f_options & FIELD_IGNORE_NONPRINTABLES) { in field_print()
695 if ((F->f_options & FIELD_IGNORE_NONPRINTABLES) && in field_convert_alpha()
761 if ((F->f_options & FIELD_IGNORE_NONPRINTABLES) && !iswprint(t)) in field_convert_alpha_wide()