Lines Matching defs:YYPARSE_PARAM
63 #define YYPARSE_PARAM arg
615 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
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;
629 #else /* !YYPARSE_PARAM */
632 #endif /* !YYPARSE_PARAM */
636 # ifdef YYPARSE_PARAM