Home
last modified time | relevance | path

Searched refs:yylsp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dreject.c110 #pragma weak yylsp macro
113 extern struct {int *yyaa, *yybb; int *yystops; } *yylstate[], **yylsp, **yyolsp; variable
118 for (; yylsp < yyolsp; yylsp++) in YYREJECT()
122 while (yylsp-- > yylstate) { in YYREJECT()
125 if (*yylsp != 0 && (yyfnd = (*yylsp)->yystops) && *yyfnd > 0) in YYREJECT()
143 yyolsp = yylsp; in yyracc()
145 while (yyback((*yylsp)->yystops, -m) != 1 && yylsp > yylstate) { in yyracc()
146 yylsp--; in yyracc()
H A Dnrform50 common /yyldat/ yyfnd, yymorf, yyprev, yybgin, yytop, yylsp, yylsta(YYLMAX)
52 integer yyfnd, yymorf, yylsta, yylsp, yytext, yyprev, yyleng, yytop
149 yylsp = lsp
H A Dncform29 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
198 yylsp = lsp;
H A Dnceucform38 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
225 yylsp = lsp;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c500 YYLTYPE *yylsp; in yyparse() local
543 yylsp = yyls; in yyparse()
738 *++yylsp = yylloc; in yyparse()
843 yylsp -= yylen; in yyparse()
860 yylsp++; in yyparse()
865 yylsp->last_line = (yylsp-1)->last_line; in yyparse()
866 yylsp->last_column = (yylsp-1)->last_column; in yyparse()
871 yylsp->last_line = (yylsp+yylen-1)->last_line; in yyparse()
872 yylsp->last_column = (yylsp+yylen-1)->last_column; in yyparse()
983 yylsp--; in yyparse()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l743 extern struct yysvf *yylstate[], **yylsp, **yyolsp; extern int yyprevious;
766 void *yylsp;
795 s->yylsp = yylsp;
823 yylsp = s->yylsp;
859 yylsp = NULL;
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.lex.yy39 yylsp;
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dyy-lsed39 s/yylsp/frulsp/g