Searched refs:yylstate (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sgs/lex/common/ |
H A D | reject.c | 115 #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 D | ncform | 31 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 D | nceucform | 41 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 D | mdb_lex.l | 731 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 D | map.lex.yy | 40 yylstate;
|
/titanic_41/usr/src/lib/libfru/libfru/ |
H A D | yy-lsed | 42 s/yylstate/frulstate/g
|