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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c1791 #ifdef YYPARSE_PARAM
1793 int yyparse (void *YYPARSE_PARAM);
1797 #else /* ! YYPARSE_PARAM */
1803 #endif /* ! YYPARSE_PARAM */
1822 #ifdef YYPARSE_PARAM
1826 yyparse (void *YYPARSE_PARAM)
1829 yyparse (YYPARSE_PARAM)
1830 void *YYPARSE_PARAM;
1832 #else /* ! YYPARSE_PARAM */
1823 yyparse(void *YYPARSE_PARAM) argument

Completed in 54 milliseconds