Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c494 short *yyss = yyssa; /* refer to the stacks thru separate pointers */ in yyparse() local
540 yyssp = yyss - 1; in yyparse()
553 if (yyssp >= yyss + yystacksize - 1) in yyparse()
558 short *yyss1 = yyss; in yyparse()
564 int size = yyssp - yyss + 1; in yyparse()
584 yyss = yyss1; yyvs = yyvs1; in yyparse()
595 free (yyss); in yyparse()
609 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()
610 __yy_memcpy ((char *)yyss, (char *)yyss1, in yyparse()
622 yyssp = yyss + size - 1; in yyparse()
[all …]