Searched defs:YYPARSE_PARAM (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c63 #define YYPARSE_PARAM arg macro
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
/external/bison/src/
H A Dparse-gram.c373 #ifdef YYPARSE_PARAM
375 int gram_parse (void *YYPARSE_PARAM);
379 #else /* ! YYPARSE_PARAM */
385 #endif /* ! YYPARSE_PARAM */
1859 #ifdef YYPARSE_PARAM
1863 yyparse (void *YYPARSE_PARAM) argument
1866 yyparse (YYPARSE_PARAM)
1867 void *YYPARSE_PARAM;
1869 #else /* ! YYPARSE_PARAM */

Completed in 420 milliseconds