Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dlexer.c40 int yytext[YYBUFSIZ+1];
41 char yychars[YYBUFSIZ+1];
75 if (yypos == YYBUFSIZ) in yygetc()
145 if (len > YYBUFSIZ) in yystrtotext()
146 len = YYBUFSIZ; in yystrtotext()
659 txt = yytexttostr(yypos, YYBUFSIZ); in yyerror()
H A Dlexer.h22 #define YYBUFSIZ 8192 macro