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

/httpd/server/
H A Dutil_expr_parse.h89 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
90 typedef union YYSTYPE union
102 } YYSTYPE; typedef in typeref:union:YYSTYPE
104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dutil_expr_parse.c154 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
155 typedef union YYSTYPE union
167 } YYSTYPE; typedef in typeref:union:YYSTYPE
169 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
197 int ap_expr_yylex(YYSTYPE *lvalp, void *scanner);
374 YYSTYPE yyvs_alloc;
383 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
797 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, ap_expr_parse_ctx_t *ctx)
803 YYSTYPE const * const yyvaluep;
829 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]

Completed in 42 milliseconds