Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sort/common/
H A Doptions.c163 FIELD_IGNORE_NONPRINTABLES; in parse_field_spec()
307 nF->f_options |= FIELD_IGNORE_NONPRINTABLES; in parse_old_field_spec()
439 FIELD_IGNORE_NONPRINTABLES; in options()
441 FIELD_IGNORE_NONPRINTABLES); in options()
H A Dinitialize.c135 (FIELD_IGNORE_NONPRINTABLES | in initialize_post()
H A Dtypes.h75 #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()