Searched refs:YYBUFSIZ (Results 1 – 2 of 2) sorted by relevance
40 int yytext[YYBUFSIZ+1];41 char yychars[YYBUFSIZ+1];75 if (yypos == YYBUFSIZ) in yygetc()145 if (len > YYBUFSIZ) in yystrtotext()146 len = YYBUFSIZ; in yystrtotext()659 txt = yytexttostr(yypos, YYBUFSIZ); in yyerror()
22 #define YYBUFSIZ 8192 macro