Home
last modified time | relevance | path

Searched refs:yyprevious (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dncform30 # define NLSTATE yyprevious=YYNEWLINE
36 int yyprevious = YYNEWLINE;
66 if (yyprevious==YYNEWLINE) yystate++;
201 yyprevious = YYU(*yylastch);
222 yyprevious = yytext[0] = input();
223 if (yyprevious>0)
224 output(yyprevious);
226 yyprevious = yytext[0] = lex_input();
227 if (yyprevious>0)
228 lex_output(yyprevious);
H A Dyyless.c40 #pragma weak yyprevious macro
41 extern int yyprevious;
137 yyprevious = *--lastch;
H A Dreject.c105 #pragma weak yyprevious macro
106 extern int yyprevious, *yyfnd;
161 yyprevious = YYTEXT[YYLENG-1]; in yyracc()
H A Dnceucform38 # define NLSTATE yyprevious=YYNEWLINE
44 int yyprevious = YYNEWLINE;
74 if (yyprevious==YYNEWLINE) yystate++;
230 yyprevious = YYU(*yylastch);
257 yyprevious = YYTEXT[0] = YYINPUT();
258 if (yyprevious>0)
259 YYOUTPUT(yyprevious);
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l731 extern struct yysvf *yylstate[], **yylsp, **yyolsp; extern int yyprevious;
757 int yyprevious;
786 s->yyprevious = yyprevious;
814 yyprevious = s->yyprevious;
850 yyprevious = YYNEWLINE;
/titanic_41/usr/src/common/mapfiles/common/
H A Dmap.lex.yy43 yyprevious;
/titanic_41/usr/src/lib/libfru/libfru/
H A Dyy-lsed50 s/yyprevious/fruprevious/g