Searched refs:f_options (Results 1 – 4 of 4) sorted by relevance
113 if ((f->f_options & FIELD_MODIFIERS_DEFINED) == 0) in field_apply_all()114 f->f_options |= flags; in field_apply_all()154 F->f_options |= FIELD_DICTIONARY_ORDER; in parse_field_spec()157 F->f_options |= FIELD_FOLD_UPPERCASE; in parse_field_spec()160 F->f_options |= in parse_field_spec()170 F->f_options |= in parse_field_spec()188 F->f_options |= blanks_flag ? FIELD_IGNORE_BLANKS_START : 0; in parse_field_spec()195 F->f_options |= blanks_flag ? FIELD_IGNORE_BLANKS_END : 0; in parse_field_spec()216 nF->f_options = FIELD_MODIFIERS_DEFINED; in parse_new_field_spec()266 nF->f_options = FIELD_MODIFIERS_DEFINED; in parse_old_field_spec()[all …]
279 F->f_options = 0; in field_new()282 F->f_options = S->m_field_options; in field_new()329 if (F->f_options & FIELD_REVERSE_COMPARISONS) { in field_print()333 if (F->f_options & FIELD_DICTIONARY_ORDER) { in field_print()337 if (F->f_options & FIELD_FOLD_UPPERCASE) { in field_print()341 if (F->f_options & FIELD_IGNORE_NONPRINTABLES) { in field_print()345 if (F->f_options & FIELD_IGNORE_BLANKS_START) { in field_print()349 if (F->f_options & FIELD_IGNORE_BLANKS_END) { in field_print()402 F->f_options & FIELD_IGNORE_BLANKS_START); in field_delimit()404 F->f_options & FIELD_IGNORE_BLANKS_END); in field_delimit()[all …]
144 if (F->f_options & in initialize_post()
100 flag_t f_options; member