Searched refs:YYLMAX (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | ncform | 29 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp; 30 char yysbuf[YYLMAX]; 79 if(yylastch > &yytext[YYLMAX]) { 80 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 118 if(lsp > &yylstate[YYLMAX]) { 119 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 136 if(lsp > &yylstate[YYLMAX]) { 137 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 154 if(lsp > &yylstate[YYLMAX]) { 155 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
|
H A D | nceucform | 36 wchar_t yysbuf[YYLMAX]; 38 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp; 81 if(yylastch > &YYTEXT[YYLMAX]) { 82 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 145 if(lsp > &yylstate[YYLMAX]) { 146 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 163 if(lsp > &yylstate[YYLMAX]) { 164 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 181 if(lsp > &yylstate[YYLMAX]) { 182 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
|
H A D | nrform | 50 common /yyldat/ yyfnd, yymorf, yyprev, yybgin, yytop, yylsp, yylsta(YYLMAX) 53 integer lexshf, yytext(YYLMAX), yyback, yybgin
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | Makefile | 47 YYLMAX= 10251 macro 48 CFLAGS += -DPATLEN=$(PATLEN) -DSTMTMAX=$(STMTMAX) -DYYLMAX=$(YYLMAX)
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_lex.h | 83 #define YYLMAX BUFSIZ macro
|
H A D | mdb_lex.l | 761 char yytext[YYLMAX]; 794 bcopy(yylstate, s->yylstate, YYLMAX * sizeof (void *)); 822 bcopy(s->yylstate, yylstate, YYLMAX * sizeof (void *)); 858 bzero(yylstate, YYLMAX * sizeof (void *));
|