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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.h70 } YYSTYPE; typedef in typeref:union:__anon101
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c2048 #ifndef YYSTYPE
2049 typedef int YYSTYPE; typedef
2070 YYSTYPE *yyvsp;
2071 YYSTYPE yyval;
2072 YYSTYPE yylval;
2074 YYSTYPE yyvs[YYSTACKSIZE];
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c170 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
172 typedef union YYSTYPE { int val; } YYSTYPE; typedef in typeref:union:YYSTYPE
175 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
235 YYSTYPE yyvs;
244 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
738 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
744 YYSTYPE *yyvaluep;
775 yydestruct (int yytype, YYSTYPE *yyvaluep)
780 YYSTYPE *yyvalue
[all...]

Completed in 3007 milliseconds