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

123456

/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_gram.h45 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
46 typedef int YYSTYPE; typedef
52 extern YYSTYPE null_lval;
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.h53 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
54 typedef union YYSTYPE union
62 YYSTYPE; typedef in typeref:union:YYSTYPE
63 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
68 extern YYSTYPE yylval;
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.h8 #ifdef YYSTYPE
19 } YYSTYPE; typedef in typeref:union:__anon734
21 extern YYSTYPE calc1_lval;
H A Dcalc1.tab.h8 #ifdef YYSTYPE
19 } YYSTYPE; typedef in typeref:union:__anon756
21 extern YYSTYPE calc1_lval;
H A Dvarsyntax_calc1.tab.h8 #ifdef YYSTYPE
19 } YYSTYPE; typedef in typeref:union:__anon809
21 extern YYSTYPE varsyntax_calc1_lval;
H A Dexpr.oxout.tab.h6 #ifdef YYSTYPE
16 } YYSTYPE; typedef in typeref:union:__anon177
18 extern YYSTYPE expr.oxout_lval;
H A Dbtyacc_destroy1.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon742
23 extern YYSTYPE destroy1_lval;
H A Dbtyacc_destroy2.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon747
23 extern YYSTYPE destroy2_lval;
H A Dbtyacc_destroy3.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon752
23 extern YYSTYPE destroy3_lval;
H A Derr_inherit3.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon767
23 extern YYSTYPE err_inherit3_lval;
H A Dinherit1.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon787
23 extern YYSTYPE inherit1_lval;
H A Dinherit2.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon792
23 extern YYSTYPE inherit2_lval;
H A Dok_syntax1.tab.h20 #ifdef YYSTYPE
31 } YYSTYPE; typedef in typeref:union:__anon795
33 extern YYSTYPE ok_syntax1_lval;
H A Derr_inherit4.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon168
23 extern YYSTYPE err_inherit4_lval;
H A Dcode_debug.i13 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
14 /* Default: YYSTYPE is the semantic value type. */
15 typedef int YYSTYPE;
55 extern YYSTYPE yyval;
56 extern YYSTYPE yylval;
H A Drename_debug.i13 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
14 /* Default: YYSTYPE is the semantic value type. */
15 typedef int YYSTYPE;
55 extern YYSTYPE yyval;
56 extern YYSTYPE yylval;
H A Dbtyacc_demo.tab.h17 #ifdef YYSTYPE
32 } YYSTYPE; typedef in typeref:union:__anon139
34 extern YYSTYPE demo_lval;
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dcalc1.tab.h5 #ifdef YYSTYPE
16 } YYSTYPE; typedef in typeref:union:__anon813
18 extern YYSTYPE calc1_lval;
H A Dvarsyntax_calc1.tab.h5 #ifdef YYSTYPE
16 } YYSTYPE; typedef in typeref:union:__anon844
18 extern YYSTYPE varsyntax_calc1_lval;
H A Dexpr.oxout.tab.h3 #ifdef YYSTYPE
13 } YYSTYPE; typedef in typeref:union:__anon221
15 extern YYSTYPE expr.oxout_lval;
H A Dok_syntax1.tab.h17 #ifdef YYSTYPE
28 } YYSTYPE; typedef in typeref:union:__anon830
30 extern YYSTYPE ok_syntax1_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;
55 extern YYSTYPE yyval;
56 extern YYSTYPE yylval;
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dparse.h65 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
66 typedef union YYSTYPE union
74 YYSTYPE; typedef in typeref:union:YYSTYPE
75 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
80 extern YYSTYPE yylval;
/freebsd-11-stable/contrib/byacc/test/
H A Dpure_error.y4 #define YYSTYPE int
6 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
32 yylex(YYSTYPE *value)
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.h223 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
224 typedef union YYSTYPE union
242 YYSTYPE; typedef in typeref:union:YYSTYPE
243 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
248 extern YYSTYPE yylval;

Completed in 106 milliseconds

123456