Searched refs:YYSTYPE (Results 1 - 25 of 248) sorted by relevance

12345678910

/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dexpr.oxout.tab.h8 #ifdef YYSTYPE
18 } YYSTYPE; typedef in typeref:union:__anon49
20 extern YYSTYPE expr.oxout_lval;
H A Dvarsyntax_calc1.tab.h10 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon1005
23 extern YYSTYPE varsyntax_calc1_lval;
H A Dcalc1.tab.h10 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon951
23 extern YYSTYPE calc1_lval;
H A Dbtyacc_calc1.tab.h10 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon929
H A Derr_inherit3.tab.h11 #ifdef YYSTYPE
23 } YYSTYPE; typedef in typeref:union:__anon961
25 extern YYSTYPE err_inherit3_lval;
H A Dbtyacc_destroy3.tab.h11 #ifdef YYSTYPE
23 } YYSTYPE; typedef in typeref:union:__anon947
25 extern YYSTYPE destroy3_lval;
H A Dinherit1.tab.h11 #ifdef YYSTYPE
23 } YYSTYPE; typedef in typeref:union:__anon983
25 extern YYSTYPE inherit1_lval;
H A Dinherit2.tab.h11 #ifdef YYSTYPE
23 } YYSTYPE; typedef in typeref:union:__anon988
25 extern YYSTYPE inherit2_lval;
H A Dbtyacc_destroy1.tab.h11 #ifdef YYSTYPE
23 } YYSTYPE; typedef in typeref:union:__anon937
25 extern YYSTYPE destroy1_lval;
H A Dbtyacc_destroy2.tab.h11 #ifdef YYSTYPE
23 } YYSTYPE; typedef in typeref:union:__anon942
25 extern YYSTYPE destroy2_lval;
H A Derr_inherit4.tab.h11 #ifdef YYSTYPE
23 } YYSTYPE; typedef in typeref:union:__anon47
25 extern YYSTYPE err_inherit4_lval;
H A Drename_debug.i13 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
14 /* Default: YYSTYPE is the semantic value type. */
15 typedef int YYSTYPE;
64 extern YYSTYPE yyval;
65 extern YYSTYPE yylval;
H A Dok_syntax1.tab.h22 #ifdef YYSTYPE
33 } YYSTYPE; typedef in typeref:union:__anon991
/netbsd-current/external/bsd/byacc/dist/test/yacc/
H A Dexpr.oxout.tab.h5 #ifdef YYSTYPE
15 } YYSTYPE; typedef in typeref:union:__anon93
17 extern YYSTYPE expr.oxout_lval;
H A Dcalc1.tab.h7 #ifdef YYSTYPE
18 } YYSTYPE; typedef in typeref:union:__anon1009
20 extern YYSTYPE calc1_lval;
H A Dvarsyntax_calc1.tab.h7 #ifdef YYSTYPE
18 } YYSTYPE; typedef in typeref:union:__anon1042
20 extern YYSTYPE varsyntax_calc1_lval;
H A Dok_syntax1.tab.h19 #ifdef YYSTYPE
30 } YYSTYPE; typedef in typeref:union:__anon1028
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsysinfo.h65 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
67 union YYSTYPE union
77 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
83 extern YYSTYPE yylval;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.h73 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
74 union YYSTYPE union
84 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
90 extern YYSTYPE yylval;
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Ditbl-parse.h73 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
75 union YYSTYPE union
88 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
94 extern YYSTYPE yylval;
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Ditbl-parse.h87 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
88 union YYSTYPE union
101 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
107 extern YYSTYPE yylval;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-parse.h87 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
88 union YYSTYPE union
98 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
104 extern YYSTYPE yylval;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsysinfo.h79 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
80 union YYSTYPE union
90 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
96 extern YYSTYPE yylval;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.h85 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
86 union YYSTYPE union
96 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
102 extern YYSTYPE yylval;
/netbsd-current/external/bsd/byacc/dist/test/
H A Dpure_error.y6 #define YYSTYPE int
8 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
34 yylex(YYSTYPE *value)

Completed in 230 milliseconds

12345678910