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

/xnu-2782.1.97/libkern/c++/
H A DOSUnserializeXML.cpp165 #define YYPARSE_PARAM state macro
1202 #ifdef YYPARSE_PARAM
1204 int yyparse (void *YYPARSE_PARAM);
1208 #else /* ! YYPARSE_PARAM */
1214 #endif /* ! YYPARSE_PARAM */
1225 #ifdef YYPARSE_PARAM
1229 yyparse (void *YYPARSE_PARAM)
1232 yyparse (YYPARSE_PARAM)
1233 void *YYPARSE_PARAM;
1235 #else /* ! YYPARSE_PARAM */
[all...]
H A DOSUnserializeXML.y70 #define YYPARSE_PARAM state

Completed in 24 milliseconds