Searched refs:yylsp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dreject.c114 #pragma weak yylsp macro
117 extern struct {int *yyaa, *yybb; int *yystops; } *yylstate[], **yylsp, **yyolsp;
125 for (; yylsp < yyolsp; yylsp++)
129 while (yylsp-- > yylstate) {
132 if (*yylsp != 0 && (yyfnd = (*yylsp)->yystops) && *yyfnd > 0)
154 yyolsp = yylsp;
156 while (yyback((*yylsp)->yystops, -m) != 1 && yylsp > yylstat
[all...]
H A Dnrform52 common /yyldat/ yyfnd, yymorf, yyprev, yybgin, yytop, yylsp, yylsta(YYLMAX)
54 integer yyfnd, yymorf, yylsta, yylsp, yytext, yyprev, yyleng, yytop
151 yylsp = lsp
H A Dncform31 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
202 yylsp = lsp;
H A Dnceucform41 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
231 yylsp = lsp;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c504 YYLTYPE *yylsp;
506 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
547 yylsp = yyls;
579 &yyls1, size * sizeof (*yylsp),
620 yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
622 size * (unsigned int) sizeof (*yylsp));
629 yylsp = yyls + size - 1;
742 *++yylsp = yylloc;
848 yylsp -= yylen;
865 yylsp
502 YYLTYPE *yylsp; local
[all...]

Completed in 58 milliseconds