Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ypldap/
H A Dparse.y627 #define allowed_in_string(x) \ in yylex() macro
640 } while ((c = lgetc(0)) != EOF && (allowed_in_string(c))); in yylex()
/freebsd-14.2/sbin/pfctl/
H A Dparse.y6624 #define allowed_in_string(x) \ in yylex() macro
6637 } while ((c = lgetc(0)) != EOF && (allowed_in_string(c))); in yylex()