Home
last modified time | relevance | path

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

/freebsd/lib/libfigpar/
H A Dfigpar.c86 char *directive, char *value), uint16_t processing_options) in parse_config() argument
119 bequals = (processing_options & FIGPAR_BREAK_ON_EQUALS) == 0 ? 0 : 1; in parse_config()
121 (processing_options & FIGPAR_BREAK_ON_SEMICOLON) == 0 ? 0 : 1; in parse_config()
123 (processing_options & FIGPAR_CASE_SENSITIVE) == 0 ? 0 : 1; in parse_config()
125 (processing_options & FIGPAR_REQUIRE_EQUALS) == 0 ? 0 : 1; in parse_config()
127 (processing_options & FIGPAR_STRICT_EQUALS) == 0 ? 0 : 1; in parse_config()