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

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.h23 #define YYBUFSIZ 8192 macro
H A Dlexer.c40 int yytext[YYBUFSIZ+1];
41 char yychars[YYBUFSIZ+1];
75 if (yypos == YYBUFSIZ)
144 if (len > YYBUFSIZ)
145 len = YYBUFSIZ;
658 txt = yytexttostr(yypos, YYBUFSIZ);

Completed in 158 milliseconds