Home
last modified time | relevance | path

Searched refs:YYPARSE_PARAM (Results 1 – 14 of 14) sorted by relevance

/external/bison/src/
Dparse-gram.h214 #ifdef YYPARSE_PARAM
216 int gram_parse (void *YYPARSE_PARAM);
Dparse-gram.c373 #ifdef YYPARSE_PARAM
375 int gram_parse (void *YYPARSE_PARAM);
1859 #ifdef YYPARSE_PARAM
1863 yyparse (void *YYPARSE_PARAM) in yyparse() argument
1866 yyparse (YYPARSE_PARAM) in yyparse()
1867 void *YYPARSE_PARAM; in yyparse()
/external/e2fsprogs/intl/
Dplural.c63 #define YYPARSE_PARAM arg macro
621 #ifdef YYPARSE_PARAM
623 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
626 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
627 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
636 # ifdef YYPARSE_PARAM
Dplural.y44 #define YYPARSE_PARAM arg macro
/external/bison/tests/
Dheaders.at232 # Ignore comments, YYChar (template parameter), YYPARSE_PARAM
241 |YYPARSE_PARAM
/external/bison/data/
Dyacc.c297 [[#ifdef YYPARSE_PARAM
299 [[void *YYPARSE_PARAM], [YYPARSE_PARAM]])[
1516 #ifdef YYPARSE_PARAM
1518 [[void *YYPARSE_PARAM], [YYPARSE_PARAM]])[
/external/toybox/kconfig/
Dzconf.tab.c_shipped1144 #ifdef YYPARSE_PARAM
1146 int yyparse (void *YYPARSE_PARAM);
1150 #else /* ! YYPARSE_PARAM */
1156 #endif /* ! YYPARSE_PARAM */
1175 #ifdef YYPARSE_PARAM
1177 int yyparse (void *YYPARSE_PARAM)
1179 int yyparse (YYPARSE_PARAM)
1180 void *YYPARSE_PARAM;
1182 #else /* ! YYPARSE_PARAM */
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y84 #define YYPARSE_PARAM context macro
/external/bison/
DChangeLog-199880 * src/bison.simple (yyparse): If __GNUC__ and YYPARSE_PARAM are
321 * src/bison.simple (yyparse): Support YYPARSE_PARAM.
DNEWS262 YYPARSE_PARAM and YYLEX_PARAM, deprecated in favor of %parse-param and
1539 The macros YYPARSE_PARAM and YYLEX_PARAM provide a means to pass
1996 The user can define YYPARSE_PARAM as the name of an argument to be
DChangeLog2680 news: condemn YYPARSE_PARAM and YYLEX_PARAM.
DChangeLog-201214351 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
15062 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
23698 If __GNUC__ and YYPARSE_PARAM are both defined,
23704 If __GNUC__ and YYPARSE_PARAM are both defined,
/external/bison/doc/
Dbison.info11108 -- Macro: YYPARSE_PARAM
12643 * YYPARSE_PARAM: Table of Symbols. (line 409)
Dbison.texi12003 @deffn {Macro} YYPARSE_PARAM