Searched refs:f_options (Results 1 – 4 of 4) sorted by relevance
115 if ((f->f_options & FIELD_MODIFIERS_DEFINED) == 0) in field_apply_all()116 f->f_options |= flags; in field_apply_all()156 F->f_options |= FIELD_DICTIONARY_ORDER; in parse_field_spec()159 F->f_options |= FIELD_FOLD_UPPERCASE; in parse_field_spec()162 F->f_options |= in parse_field_spec()172 F->f_options |= in parse_field_spec()190 F->f_options |= blanks_flag ? FIELD_IGNORE_BLANKS_START : 0; in parse_field_spec()197 F->f_options |= blanks_flag ? FIELD_IGNORE_BLANKS_END : 0; in parse_field_spec()218 nF->f_options = FIELD_MODIFIERS_DEFINED; in parse_new_field_spec()268 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 …]
134 if (F->f_options & in initialize_post()
102 flag_t f_options; member