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

/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 typedef union YYSTYPE union
94 YYSTYPE; typedef in typeref:union:YYSTYPE
95 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
100 extern YYSTYPE __libipseclval;
/external/ipsec-tools/src/racoon/
H A Dprsa_par.h91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
92 typedef union YYSTYPE union
103 YYSTYPE; typedef in typeref:union:YYSTYPE
104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
109 extern YYSTYPE prsalval;
H A Dcfparse.h373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
374 typedef union YYSTYPE union
385 YYSTYPE; typedef in typeref:union:YYSTYPE
386 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
391 extern YYSTYPE yylval;
/external/bison/data/
H A Dglr.c63 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
193 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[ macro
226 static YYSTYPE yyval_default;]b4_locations_if([[
491 [YYSTYPE yylval;]b4_locations_if([[
697 YYSTYPE yysval;
722 YYSTYPE yyval;]b4_locations_if([[
744 YYSTYPE yyval;]b4_locations_if([[
833 YYSTYPE* yyvalp]b4_locuser_formals[)
885 yyuserMerge (int yyn, YYSTYPE* yy0, YYSTYPE* yy
[all...]
H A Dyacc.c106 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
197 static YYSTYPE yyval_default;
210 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);]b4_locations_if([[
246 YYSTYPE yyvsa[YYINITDEPTH];
247 YYSTYPE *yyvs;
248 YYSTYPE *yyvsp;]b4_locations_if([[
352 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[ macro
546 YYSTYPE yyvs_alloc;]b4_locations_if([
557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
560 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h51 typedef union YYSTYPE union
58 } YYSTYPE; typedef in typeref:union:YYSTYPE
94 YYSTYPE value;
219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
/external/e2fsprogs/intl/
H A Dplural.c66 #ifndef YYSTYPE
72 # define YYSTYPE yystype macro
78 static int yylex (YYSTYPE *lval, const char **pexp);
378 YYSTYPE yyvs;
391 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
395 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
651 YYSTYPE yylval; \
705 YYSTYPE yyvsa[YYINITDEPTH];
706 YYSTYPE *yyvs = yyvsa;
707 register YYSTYPE *yyvs
[all...]
/external/libpcap/
H A Dtokdefs.h291 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
292 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
293 union YYSTYPE union
318 extern YYSTYPE pcap_lval;
H A Dgrammar.c606 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
607 typedef union YYSTYPE YYSTYPE; typedef in typeref:union:YYSTYPE
608 union YYSTYPE union
633 extern YYSTYPE pcap_lval;
828 YYSTYPE yyvs_alloc;
837 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
1467 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1486 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1524 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvs
[all...]
/external/bison/src/
H A Dparse-gram.c62 #define YYSTYPE GRAM_STYPE macro
534 YYSTYPE yyvs_alloc;
544 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1062 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
1068 YYSTYPE const * const yyvaluep;
1224 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
1230 YYSTYPE const * const yyvaluep;
1284 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule)
1288 YYSTYPE *yyvsp;
1827 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvalue
[all...]
/external/mksh/src/
H A Dsh.h1599 } YYSTYPE; typedef in typeref:union:__anon14366
1654 EXTERN YYSTYPE yylval; /* result from yylex */

Completed in 721 milliseconds