Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dreject.c111 #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 Dncform29 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 Dnceucform38 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 Dmdb_lex.l743 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 Dmap.lex.yy40 yylstate;
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dyy-lsed40 s/yylstate/frulstate/g