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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.h77 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
78 typedef union YYSTYPE union
91 YYSTYPE; typedef in typeref:union:YYSTYPE
92 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
97 extern YYSTYPE yylval;
H A Dpo-gram-gen2.h77 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
78 typedef union YYSTYPE union
91 YYSTYPE; typedef in typeref:union:YYSTYPE
92 # define po_gram_stype YYSTYPE /* obsolescent; will be withdrawn */
97 extern DLL_VARIABLE YYSTYPE po_gram_lval;
H A Dpo-gram-gen.c231 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
232 typedef union YYSTYPE union
245 YYSTYPE; typedef in typeref:union:YYSTYPE
246 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
421 YYSTYPE yyvs;
430 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
798 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
804 YYSTYPE const * const yyvaluep;
830 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
836 YYSTYPE cons
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dgram.h139 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
140 typedef union YYSTYPE union
155 YYSTYPE; typedef in typeref:union:YYSTYPE
156 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
161 extern YYSTYPE yylval;
H A Dgram.c219 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
220 typedef union YYSTYPE union
235 YYSTYPE; typedef in typeref:union:YYSTYPE
236 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
411 YYSTYPE yyvs;
420 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
921 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
927 YYSTYPE const * const yyvaluep;
953 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
959 YYSTYPE cons
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.c164 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
165 typedef union YYSTYPE union
175 YYSTYPE; typedef in typeref:union:YYSTYPE
177 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
189 static int yylex (YYSTYPE *lval, const char **pexp);
428 YYSTYPE yyvs;
437 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
781 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
787 YYSTYPE const * const yyvaluep;
813 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
H A Dplural.y59 static int yylex (YYSTYPE *lval, const char **pexp);
239 yylex (YYSTYPE *lval, const char **pexp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.tab.c190 #if !defined(YYSTYPE) && !defined(YYSTYPE_IS_DECLARED)
192 typedef union YYSTYPE { union
199 } YYSTYPE; typedef in typeref:union:YYSTYPE
202 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
257 YYSTYPE yyvs;
266 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
947 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
953 YYSTYPE *yyvaluep;
984 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
990 YYSTYPE *yyvalue
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h49 #define YYSTYPE yystype macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c273 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
275 typedef union YYSTYPE { union
278 } YYSTYPE; typedef in typeref:union:YYSTYPE
281 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
334 YYSTYPE yyvs;
343 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
874 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
880 YYSTYPE *yyvaluep;
911 yydestruct (int yytype, YYSTYPE *yyvaluep)
916 YYSTYPE *yyvalue
[all...]
H A Dgetdate.y787 yylex (YYSTYPE *lvalp, parser_control *pc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dparse.c106 * wrap their definitions of YYSTYPE with "#ifndef YYSTYPE"'s, so the
109 #define YYSTYPE int macro
376 #ifndef YYSTYPE
377 typedef int YYSTYPE; typedef
395 YYSTYPE *yyvsp;
396 YYSTYPE yyval;
397 YYSTYPE yylval;
399 YYSTYPE yyvs[YYSTACKSIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.tab.c201 #if !defined(YYSTYPE) && !defined(YYSTYPE_IS_DECLARED)
203 typedef union YYSTYPE { union
210 } YYSTYPE; typedef in typeref:union:YYSTYPE
213 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
317 YYSTYPE yyvs;
326 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
1051 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
1057 YYSTYPE *yyvaluep;
1088 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
1094 YYSTYPE *yyvalue
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dssfilter.y11 #define YYSTYPE ssfilter_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dparse.y104 * wrap their definitions of YYSTYPE with "#ifndef YYSTYPE"'s, so the
107 #define YYSTYPE int
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c350 } YYSTYPE; typedef in typeref:union:__anon11423
696 static YYSTYPE yylval;

Completed in 104 milliseconds