Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ypldap/
H A Dparse.y628 #define allowed_in_string(x) \ in yylex() macro
641 } while ((c = lgetc(0)) != EOF && (allowed_in_string(c))); in yylex()
/freebsd-12.1/sbin/pfctl/
H A Dparse.y5861 #define allowed_in_string(x) \ in yylex() macro
5874 } while ((c = lgetc(0)) != EOF && (allowed_in_string(c))); in yylex()