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

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserializeXML.cpp163 #define YYPARSE_PARAM state macro
1198 #ifdef YYPARSE_PARAM
1200 int yyparse (void *YYPARSE_PARAM);
1204 #else /* ! YYPARSE_PARAM */
1210 #endif /* ! YYPARSE_PARAM */
1221 #ifdef YYPARSE_PARAM
1225 yyparse (void *YYPARSE_PARAM)
1228 yyparse (YYPARSE_PARAM)
1229 void *YYPARSE_PARAM;
1231 #else /* ! YYPARSE_PARAM */
[all...]
H A DOSUnserializeXML.y68 #define YYPARSE_PARAM state

Completed in 21 milliseconds