Searched refs:processing_options (Results 1 – 1 of 1) sorted by relevance
89 char *value), uint16_t processing_options) in parse_config() argument122 bequals = (processing_options & FP_BREAK_ON_EQUALS) == 0 ? 0 : 1; in parse_config()123 bsemicolon = (processing_options & FP_BREAK_ON_SEMICOLON) == 0 ? 0 : 1; in parse_config()124 case_sensitive = (processing_options & FP_CASE_SENSITIVE) == 0 ? 0 : 1; in parse_config()125 require_equals = (processing_options & FP_REQUIRE_EQUALS) == 0 ? 0 : 1; in parse_config()126 strict_equals = (processing_options & FP_STRICT_EQUALS) == 0 ? 0 : 1; in parse_config()