Home
last modified time | relevance | path

Searched refs:yylstate (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dreject.c115 #pragma weak yylstate macro
117 extern struct {int *yyaa, *yybb; int *yystops; } *yylstate[], **yylsp, **yyolsp; variable
129 while (yylsp-- > yylstate) { in YYREJECT()
156 while (yyback((*yylsp)->yystops, -m) != 1 && yylsp > yylstate) { in yyracc()
H A Dncform31 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
64 lsp = yylstate;
122 if(lsp > &yylstate[YYLMAX]) {
140 if(lsp > &yylstate[YYLMAX]) {
158 if(lsp > &yylstate[YYLMAX]) {
191 while (lsp-- > yylstate){
196 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
H A Dnceucform41 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
72 lsp = yylstate;
151 if(lsp > &yylstate[YYLMAX]) {
169 if(lsp > &yylstate[YYLMAX]) {
187 if(lsp > &yylstate[YYLMAX]) {
220 while (lsp-- > yylstate){
225 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l731 extern struct yysvf *yylstate[], **yylsp, **yyolsp; extern int yyprevious;
753 void *yylstate[BUFSIZ];
782 bcopy(yylstate, s->yylstate, YYLMAX * sizeof (void *));
810 bcopy(s->yylstate, yylstate, YYLMAX * sizeof (void *));
846 bzero(yylstate, YYLMAX * sizeof (void *));
/titanic_41/usr/src/common/mapfiles/common/
H A Dmap.lex.yy40 yylstate;
/titanic_41/usr/src/lib/libfru/libfru/
H A Dyy-lsed42 s/yylstate/frulstate/g