Home
last modified time | relevance | path

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

/NextBSD/contrib/ipfilter/tools/
HDlexer.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);
HDlexer.h23 #define YYBUFSIZ 8192 macro