Home
last modified time | relevance | path

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

123456

/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.h53 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
54 typedef union YYSTYPE union
62 YYSTYPE; typedef
63 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
68 extern YYSTYPE yylval;
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.h65 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
66 typedef union YYSTYPE union
74 YYSTYPE; typedef
75 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
80 extern YYSTYPE yylval;
/freebsd/contrib/byacc/test/yacc/
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)
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)
229 YYSTYPE *l_base;
230 YYSTYPE *l_mark;
248 yylex(YYSTYPE *value) in yylex()
[all …]
H A Dexpr.oxout.tab.h3 #ifdef YYSTYPE
9 typedef union YYSTYPE { union
13 } YYSTYPE; typedef
15 extern YYSTYPE expr_oxout_lval;
H A Dcalc1.tab.h5 #ifdef YYSTYPE
11 typedef union YYSTYPE union
16 } YYSTYPE; typedef
18 extern YYSTYPE calc1_lval;
H A Dvarsyntax_calc1.tab.h5 #ifdef YYSTYPE
11 typedef union YYSTYPE union
16 } YYSTYPE; typedef
18 extern YYSTYPE varsyntax_calc1_lval;
H A Dpure_calc.tab.c108 #define YYSTYPE int macro
110 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
118 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
120 typedef int YYSTYPE; typedef
139 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
141 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
145 # define YYLEX_DECL() yylex(YYSTYPE *yylval)
312 YYSTYPE *l_base;
313 YYSTYPE *l_mark;
376 YYSTYPE *newvs; in yygrowstack()
[all …]
H A Dcalc3.tab.c105 #define YYSTYPE int macro
107 #define YYLEX_DECL() yylex(YYSTYPE *yylval, int *YYLEX_PARAM)
115 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
117 typedef int YYSTYPE; typedef
136 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
138 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
142 # define YYLEX_DECL() yylex(YYSTYPE *yylval, int *base)
309 YYSTYPE *l_base;
310 YYSTYPE *l_mark;
380 YYSTYPE *newvs; in yygrowstack()
[all …]
H A Drename_debug.i13 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
15 typedef int YYSTYPE; typedef
64 extern YYSTYPE yyval;
65 extern YYSTYPE yylval;
/freebsd/contrib/byacc/test/btyacc/
H A Dpure_error.tab.c123 #define YYSTYPE int macro
125 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
133 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
135 typedef int YYSTYPE; typedef
154 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
156 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
160 # define YYLEX_DECL() yylex(YYSTYPE *yylval)
294 YYSTYPE *l_base;
295 YYSTYPE *l_mark;
330 yylex(YYSTYPE *value) in yylex()
[all …]
H A Dexpr.oxout.tab.h6 #ifdef YYSTYPE
12 typedef union YYSTYPE { union
16 } YYSTYPE; typedef
18 extern YYSTYPE expr_oxout_lval;
H A Dvarsyntax_calc1.tab.h8 #ifdef YYSTYPE
14 typedef union YYSTYPE union
19 } YYSTYPE; typedef
21 extern YYSTYPE varsyntax_calc1_lval;
H A Dcalc1.tab.h8 #ifdef YYSTYPE
14 typedef union YYSTYPE union
19 } YYSTYPE; typedef
21 extern YYSTYPE calc1_lval;
H A Dinherit2.tab.h9 #ifdef YYSTYPE
15 typedef union YYSTYPE union
21 } YYSTYPE; typedef
23 extern YYSTYPE inherit2_lval;
H A Dbtyacc_destroy1.tab.h9 #ifdef YYSTYPE
15 typedef union YYSTYPE union
21 } YYSTYPE; typedef
23 extern YYSTYPE destroy1_lval;
H A Dinherit1.tab.h9 #ifdef YYSTYPE
15 typedef union YYSTYPE union
21 } YYSTYPE; typedef
23 extern YYSTYPE inherit1_lval;
H A Dbtyacc_destroy3.tab.h9 #ifdef YYSTYPE
15 typedef union YYSTYPE union
21 } YYSTYPE; typedef
23 extern YYSTYPE destroy3_lval;
H A Dbtyacc_destroy2.tab.h9 #ifdef YYSTYPE
15 typedef union YYSTYPE union
21 } YYSTYPE; typedef
23 extern YYSTYPE destroy2_lval;
H A Derr_inherit3.tab.h9 #ifdef YYSTYPE
15 typedef union YYSTYPE union
21 } YYSTYPE; typedef
23 extern YYSTYPE err_inherit3_lval;
H A Dpure_calc.tab.c128 #define YYSTYPE int macro
130 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
138 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
140 typedef int YYSTYPE; typedef
159 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
161 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
165 # define YYLEX_DECL() yylex(YYSTYPE *yylval)
406 YYSTYPE *l_base;
407 YYSTYPE *l_mark;
493 YYSTYPE *newvs; in yygrowstack()
[all …]
H A Dcalc3.tab.c125 #define YYSTYPE int macro
127 #define YYLEX_DECL() yylex(YYSTYPE *yylval, int *YYLEX_PARAM)
135 #if ! defined(YYSTYPE) && ! defined(YYSTYPE_IS_DECLARED)
137 typedef int YYSTYPE; typedef
156 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
158 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
162 # define YYLEX_DECL() yylex(YYSTYPE *yylval, int *base)
403 YYSTYPE *l_base;
404 YYSTYPE *l_mark;
497 YYSTYPE *newvs; in yygrowstack()
[all …]
H A Derr_inherit4.tab.h9 #ifdef YYSTYPE
15 typedef union YYSTYPE union
21 } YYSTYPE; typedef
23 extern YYSTYPE err_inherit4_lval;
H A Dbtyacc_destroy3.tab.c144 #ifdef YYSTYPE
151 typedef union YYSTYPE union
157 } YYSTYPE; typedef
191 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, struct parser_param …
366 YYSTYPE yyval;
367 YYSTYPE yylval;
426 YYSTYPE *l_base;
427 YYSTYPE *l_mark;
457 static YYSTYPE *yylvals = 0;
460 static YYSTYPE *yylvp = 0;
[all …]
H A Dbtyacc_destroy2.tab.c144 #ifdef YYSTYPE
151 typedef union YYSTYPE union
157 } YYSTYPE; typedef
191 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, struct parser_param …
366 YYSTYPE yyval;
367 YYSTYPE yylval;
426 YYSTYPE *l_base;
427 YYSTYPE *l_mark;
457 static YYSTYPE *yylvals = 0;
460 static YYSTYPE *yylvp = 0;
[all …]
H A Dbtyacc_demo.tab.h17 #ifdef YYSTYPE
23 typedef union YYSTYPE { union
32 } YYSTYPE; typedef
34 extern YYSTYPE demo_lval;

123456