Searched refs:YYPARSE_PARAM (Results 1 – 14 of 14) sorted by relevance
/external/bison/src/ |
D | parse-gram.h | 214 #ifdef YYPARSE_PARAM 216 int gram_parse (void *YYPARSE_PARAM);
|
D | parse-gram.c | 373 #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/ |
D | plural.c | 63 #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
|
D | plural.y | 44 #define YYPARSE_PARAM arg macro
|
/external/bison/tests/ |
D | headers.at | 232 # Ignore comments, YYChar (template parameter), YYPARSE_PARAM 241 |YYPARSE_PARAM
|
/external/bison/data/ |
D | yacc.c | 297 [[#ifdef YYPARSE_PARAM 299 [[void *YYPARSE_PARAM], [YYPARSE_PARAM]])[ 1516 #ifdef YYPARSE_PARAM 1518 [[void *YYPARSE_PARAM], [YYPARSE_PARAM]])[
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 1144 #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/ |
D | dnsextd_parser.y | 84 #define YYPARSE_PARAM context macro
|
/external/bison/ |
D | ChangeLog-1998 | 80 * src/bison.simple (yyparse): If __GNUC__ and YYPARSE_PARAM are 321 * src/bison.simple (yyparse): Support YYPARSE_PARAM.
|
D | NEWS | 262 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
|
D | ChangeLog | 2680 news: condemn YYPARSE_PARAM and YYLEX_PARAM.
|
D | ChangeLog-2012 | 14351 (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/ |
D | bison.info | 11108 -- Macro: YYPARSE_PARAM 12643 * YYPARSE_PARAM: Table of Symbols. (line 409)
|
D | bison.texi | 12003 @deffn {Macro} YYPARSE_PARAM
|