Lines Matching defs:YYPARSE_PARAM
63 #define YYPARSE_PARAM arg
641 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
647 #ifdef YYPARSE_PARAM
649 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
652 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
653 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
655 #else /* !YYPARSE_PARAM */
658 #endif /* !YYPARSE_PARAM */
662 # ifdef YYPARSE_PARAM