Home
last modified time | relevance | path

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

/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/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