Searched refs:YYLMAX (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/lex/common/ |
| H A D | ncform | 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); [all...] |
| H A D | nceucform | 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); [all...] |
| H A D | nrform | 52 common /yyldat/ yyfnd, yymorf, yyprev, yybgin, yytop, yylsp, yylsta(YYLMAX) 55 integer lexshf, yytext(YYLMAX), yyback, yybgin
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_lex.h | 85 #define YYLMAX BUFSIZ macro
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | Makefile | 41 # these three are because we cannot seem to redefine the size of YYLMAX, 43 # is seen. YYLMAX is supposed to be STMTMAX+PATLEN+1. 46 YYLMAX= 10251 macro 47 CFLAGS += -DPATLEN=$(PATLEN) -DSTMTMAX=$(STMTMAX) -DYYLMAX=$(YYLMAX)
|
Completed in 74 milliseconds