Home
last modified time | relevance | path

Searched refs:FIELD_IGNORE_BLANKS_START (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Doptions.c188 F->f_options |= blanks_flag ? FIELD_IGNORE_BLANKS_START : 0; in parse_field_spec()
296 nF->f_options |= FIELD_IGNORE_BLANKS_START; in parse_old_field_spec()
445 ~FIELD_IGNORE_BLANKS_START; in options()
464 FIELD_IGNORE_BLANKS_START | in options()
600 S->m_field_options &= ~FIELD_IGNORE_BLANKS_START; in options()
H A Dfields.c345 if (F->f_options & FIELD_IGNORE_BLANKS_START) { in field_print()
402 F->f_options & FIELD_IGNORE_BLANKS_START); in field_delimit()
447 F->f_options & FIELD_IGNORE_BLANKS_START); in field_delimit_wide()
510 FIELD_IGNORE_BLANKS_START, delimiter); in field_delimit_tabbed()
567 FIELD_IGNORE_BLANKS_START, delimiter); in field_delimit_tabbed_wide()
H A Dtypes.h74 #define FIELD_IGNORE_BLANKS_START 0x8 macro