Home
last modified time | relevance | path

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

/freebsd/lib/libbsdconf/
H A Dbsdconf_put.c65 bool operator_equals; in bsdconf_put() local
106 operator_equals = processing_options & BSDCONF_OPERATOR_EQUALS; in bsdconf_put()
167 strict_equals, operator_equals, &st)) { in bsdconf_put()
202 if (operator_equals && in bsdconf_put()
305 opchange = operator_equals && in bsdconf_put()
411 if (operator_equals && in bsdconf_put()
H A Dbsdconf.c382 bool operator_equals; in bsdconf_fparse() local
426 operator_equals = processing_options & BSDCONF_OPERATOR_EQUALS; in bsdconf_fparse()
520 if (operator_equals && have_equals && n > 1) { in bsdconf_fparse()
H A Dbsdconf_stmt.c352 bool bequals, bool bsemicolon, bool strict_equals, bool operator_equals, in bsdconf_scan() argument
410 if (operator_equals && st->dir_end - st->dir_start > 1) { in bsdconf_scan()