Searched defs:YYSTYPE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c99 typedef union { int val; } YYSTYPE; typedef in typeref:union:__anon2529
374 YYSTYPE yylval; /* the semantic value of the */
491 register YYSTYPE *yyvsp;
496 YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */
499 YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */
516 YYSTYPE yylval;
523 YYSTYPE yyval; /* the variable used to return */
561 YYSTYPE *yyvs1 = yyvs;
616 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));

Completed in 53 milliseconds