Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/common/
H A Dlexer.c39 int yytext[YYBUFSIZ+1];
40 char yychars[YYBUFSIZ+1];
74 if (yypos == YYBUFSIZ) in yygetc()
144 if (len > YYBUFSIZ) in yystrtotext()
145 len = YYBUFSIZ; in yystrtotext()
658 txt = yytexttostr(yypos, YYBUFSIZ); in yyerror()
H A Dlexer.h22 #define YYBUFSIZ 8192 macro