Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c97 typedef union { int val; } YYSTYPE; typedef
372 YYSTYPE yylval; /* the semantic value of the */
487 register YYSTYPE *yyvsp; in yyparse()
492 YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */ in yyparse()
495 YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */ in yyparse()
512 YYSTYPE yylval; in yyparse()
519 YYSTYPE yyval; /* the variable used to return */ in yyparse()
557 YYSTYPE *yyvs1 = yyvs; in yyparse()
612 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); in yyparse()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l746 extern YYSTYPE *yypv;
753 extern YYSTYPE yylval;
754 extern YYSTYPE yyval;
756 extern YYSTYPE *yyv;
779 YYSTYPE yylval;
780 YYSTYPE yyval;
782 YYSTYPE yyv[YYMAXDEPTH];
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar75 YYSTYPE *yypv; /* top of value stack */
131 YYSTYPE *yypvt = 0; /* top of value stack for $vars */
169 YYSTYPE *yy_pv; /* top of value stack */
246 char *newyyv = (char *)YYNEW(YYSTYPE);
250 yyv = YYCOPY(newyyv, yyv, YYSTYPE);
258 yyv = YYENLARGE(yyv, YYSTYPE);
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y.y35 #define YYSTYPE long macro
H A Dm4y_xpg4.y35 #define YYSTYPE long macro
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y35 #define YYSTYPE node_ptr macro
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y36 #define YYSTYPE yystype macro
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c32 extern YYSTYPE yylval;
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslcompiler.l160 extern YYSTYPE AslCompilerlval;
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y79 #define YYSTYPE union _yystype_ macro