Home
last modified time | relevance | path

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

/freebsd/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/sbin/pfctl/
H A Dparse.y7065 #define allowed_in_string(x) \ in yylex() macro
7078 } while ((c = lgetc(0)) != EOF && (allowed_in_string(c))); in yylex()