Searched refs:yylstate (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | reject.c | 111 #pragma weak yylstate macro 113 extern struct {int *yyaa, *yybb; int *yystops; } *yylstate[], **yylsp, **yyolsp; variable 122 while (yylsp-- > yylstate) { in YYREJECT() 145 while (yyback((*yylsp)->yystops, -m) != 1 && yylsp > yylstate) { in yyracc()
|
H A D | ncform | 29 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp; 60 lsp = yylstate; 118 if(lsp > &yylstate[YYLMAX]) { 136 if(lsp > &yylstate[YYLMAX]) { 154 if(lsp > &yylstate[YYLMAX]) { 187 while (lsp-- > yylstate){ 192 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
|
H A D | nceucform | 38 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp; 66 lsp = yylstate; 145 if(lsp > &yylstate[YYLMAX]) { 163 if(lsp > &yylstate[YYLMAX]) { 181 if(lsp > &yylstate[YYLMAX]) { 214 while (lsp-- > yylstate){ 219 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_lex.l | 743 extern struct yysvf *yylstate[], **yylsp, **yyolsp; extern int yyprevious; 765 void *yylstate[BUFSIZ]; 794 bcopy(yylstate, s->yylstate, YYLMAX * sizeof (void *)); 822 bcopy(s->yylstate, yylstate, YYLMAX * sizeof (void *)); 858 bzero(yylstate, YYLMAX * sizeof (void *));
|
/illumos-gate/usr/src/common/mapfiles/common/ |
H A D | map.lex.yy | 40 yylstate;
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | yy-lsed | 40 s/yylstate/frulstate/g
|