Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/tools/
H A Dlexer.c42 int yytext[YYBUFSIZ+1];
43 char yychars[YYBUFSIZ+1];
76 if (yypos == YYBUFSIZ)
145 if (len > YYBUFSIZ)
146 len = YYBUFSIZ;
613 txt = yytexttostr(yypos, YYBUFSIZ);
H A Dlexer.h21 #define YYBUFSIZ 8192 macro