Lines Matching refs:YYLMAX
39 wchar_t yysbuf[YYLMAX];
41 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
87 if(yylastch > &YYTEXT[YYLMAX]) {
88 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
151 if(lsp > &yylstate[YYLMAX]) {
152 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
169 if(lsp > &yylstate[YYLMAX]) {
170 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
187 if(lsp > &yylstate[YYLMAX]) {
188 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);