Searched refs:YYBUFSIZ (Results 1 – 2 of 2) sorted by relevance
42 int yytext[YYBUFSIZ+1];43 char yychars[YYBUFSIZ+1];75 if (yypos == YYBUFSIZ) in yygetc()141 if (len > YYBUFSIZ) in yystrtotext()142 len = YYBUFSIZ; in yystrtotext()604 txt = yytexttostr(yypos, YYBUFSIZ); in yyerror()
23 #define YYBUFSIZ 8192 macro