Lines Matching refs:YYLMAX
31 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
32 char yysbuf[YYLMAX];
83 if(yylastch > &yytext[YYLMAX]) {
84 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
122 if(lsp > &yylstate[YYLMAX]) {
123 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
140 if(lsp > &yylstate[YYLMAX]) {
141 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
158 if(lsp > &yylstate[YYLMAX]) {
159 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);