Searched refs:yylsp (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | reject.c | 110 #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 D | nrform | 50 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 D | ncform | 29 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp; 198 yylsp = lsp;
|
H A D | nceucform | 38 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp; 225 yylsp = lsp;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | deltat.c | 500 YYLTYPE *yylsp; in yyparse() local 502 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse() 543 yylsp = yyls; in yyparse() 575 &yyls1, size * sizeof (*yylsp), in yyparse() 616 yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp)); in yyparse() 618 size * (unsigned int) sizeof (*yylsp)); in yyparse() 625 yylsp = yyls + size - 1; in yyparse() 738 *++yylsp = yylloc; in yyparse() 843 yylsp -= yylen; in yyparse() 860 yylsp++; in yyparse() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_lex.l | 743 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 D | map.lex.yy | 39 yylsp;
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | yy-lsed | 39 s/yylsp/frulsp/g
|