Home | History | Annotate | Download | only in data

Lines Matching refs:YYSTYPE

61 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
188 [typedef union[]m4_bregexp(b4_stype, [^{], [ YYSTYPE])
192 YYSTYPE;],
193 [typedef int YYSTYPE;])[
194 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
369 YYSTYPE yyvs;
381 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
384 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
695 [[YYSTYPE *yyvsp], [yyvsp]],
974 YYSTYPE yylval;
1026 YYSTYPE yyvsa[YYINITDEPTH];
1027 YYSTYPE *yyvs = yyvsa;
1028 YYSTYPE *yyvsp;
1044 YYSTYPE yyval;
1109 YYSTYPE *yyvs1 = yyvs;
1499 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
1501 [typedef union[]m4_bregexp(b4_stype, [^{], [ YYSTYPE])
1505 YYSTYPE;],
1506 [typedef int YYSTYPE;])
1507 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
1513 [extern YYSTYPE b4_prefix[]lval;])