Searched refs:YYBUFSIZ (Results 1 – 2 of 2) sorted by relevance
42 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);
21 #define YYBUFSIZ 8192 macro