Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y5196 #define allowed_in_string(x) \ in yylex() macro
5209 } while ((c = lgetc(fin)) != EOF && (allowed_in_string(c))); in yylex()