Searched refs:YYLMAX (Results 1 – 6 of 6) sorted by relevance
/titanic_50/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);
|
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);
|
H A D | nrform | 52 common /yyldat/ yyfnd, yymorf, yyprev, yybgin, yytop, yylsp, yylsta(YYLMAX) 55 integer lexshf, yytext(YYLMAX), yyback, yybgin
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | Makefile | 46 YYLMAX= 10251 macro 47 CFLAGS += -DPATLEN=$(PATLEN) -DSTMTMAX=$(STMTMAX) -DYYLMAX=$(YYLMAX)
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_lex.h | 85 #define YYLMAX BUFSIZ macro
|
H A D | mdb_lex.l | 749 char yytext[YYLMAX]; 782 bcopy(yylstate, s->yylstate, YYLMAX * sizeof (void *)); 810 bcopy(s->yylstate, yylstate, YYLMAX * sizeof (void *)); 846 bzero(yylstate, YYLMAX * sizeof (void *));
|