Searched refs:YYPARSE_PARAM (Results 1 – 4 of 4) sorted by relevance
63 #define YYPARSE_PARAM arg macro621 #ifdef YYPARSE_PARAM623 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM626 # define YYPARSE_PARAM_ARG YYPARSE_PARAM627 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;636 # ifdef YYPARSE_PARAM
44 #define YYPARSE_PARAM arg macro
1144 #ifdef YYPARSE_PARAM1146 int yyparse (void *YYPARSE_PARAM);1150 #else /* ! YYPARSE_PARAM */1156 #endif /* ! YYPARSE_PARAM */1175 #ifdef YYPARSE_PARAM1177 int yyparse (void *YYPARSE_PARAM)1179 int yyparse (YYPARSE_PARAM)1180 void *YYPARSE_PARAM;1182 #else /* ! YYPARSE_PARAM */
84 #define YYPARSE_PARAM context macro