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

12345

/freebsd-10.2-release/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-10.2-release/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.h8 #ifdef YYSTYPE
19 } YYSTYPE; typedef in typeref:union:__anon735
21 extern YYSTYPE calc1_lval;
H A Dcalc1.tab.h8 #ifdef YYSTYPE
19 } YYSTYPE; typedef in typeref:union:__anon757
21 extern YYSTYPE calc1_lval;
H A Dvarsyntax_calc1.tab.h8 #ifdef YYSTYPE
19 } YYSTYPE; typedef in typeref:union:__anon810
21 extern YYSTYPE varsyntax_calc1_lval;
H A Dbtyacc_destroy1.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon743
23 extern YYSTYPE destroy1_lval;
H A Dbtyacc_destroy2.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon748
23 extern YYSTYPE destroy2_lval;
H A Dbtyacc_destroy3.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon753
23 extern YYSTYPE destroy3_lval;
H A Derr_inherit3.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon768
23 extern YYSTYPE err_inherit3_lval;
H A Derr_inherit4.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon773
23 extern YYSTYPE err_inherit4_lval;
H A Dinherit1.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon788
23 extern YYSTYPE inherit1_lval;
H A Dinherit2.tab.h9 #ifdef YYSTYPE
21 } YYSTYPE; typedef in typeref:union:__anon793
23 extern YYSTYPE inherit2_lval;
H A Dok_syntax1.tab.h20 #ifdef YYSTYPE
31 } YYSTYPE; typedef in typeref:union:__anon796
33 extern YYSTYPE ok_syntax1_lval;
H A Dbtyacc_demo.tab.h17 #ifdef YYSTYPE
32 } YYSTYPE; typedef in typeref:union:__anon738
34 extern YYSTYPE demo_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;
/freebsd-10.2-release/contrib/byacc/test/yacc/
H A Dcalc1.tab.h5 #ifdef YYSTYPE
16 } YYSTYPE; typedef in typeref:union:__anon814
18 extern YYSTYPE calc1_lval;
H A Dvarsyntax_calc1.tab.h5 #ifdef YYSTYPE
16 } YYSTYPE; typedef in typeref:union:__anon845
18 extern YYSTYPE varsyntax_calc1_lval;
H A Dok_syntax1.tab.h17 #ifdef YYSTYPE
28 } YYSTYPE; typedef in typeref:union:__anon831
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;
H A Dpure_error.tab.c103 #define YYSTYPE int macro
105 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
113 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
114 /* Default: YYSTYPE is the semantic value type. */
115 typedef int YYSTYPE; typedef
134 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
136 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
140 # define YYLEX_DECL() yylex(YYSTYPE *yylval)
228 YYSTYPE *l_base;
229 YYSTYPE *l_mar
[all...]
/freebsd-10.2-release/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-10.2-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.h79 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
80 typedef union YYSTYPE union
88 YYSTYPE; typedef in typeref:union:YYSTYPE
89 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
94 extern YYSTYPE libsdp_yylval;
/freebsd-10.2-release/contrib/byacc/test/
H A Dpure_error.y4 #define YYSTYPE int
6 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
32 yylex(YYSTYPE *value)
H A Dcalc3.y13 #define YYSTYPE int
15 #define YYLEX_DECL() yylex(YYSTYPE *yylval, int *YYLEX_PARAM)
/freebsd-10.2-release/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 97 milliseconds

12345