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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp500 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
506 #ifdef YYPARSE_PARAM
508 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
511 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
512 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
514 #else /* not YYPARSE_PARAM */
517 #endif /* not YYPARSE_PARAM */
521 #ifdef YYPARSE_PARAM
H A DOSUnserializeXML.cpp163 #define YYPARSE_PARAM state macro
1203 #ifdef YYPARSE_PARAM
1205 int yyparse (void *YYPARSE_PARAM);
1209 #else /* ! YYPARSE_PARAM */
1215 #endif /* ! YYPARSE_PARAM */
1226 #ifdef YYPARSE_PARAM
1230 yyparse (void *YYPARSE_PARAM)
1233 yyparse (YYPARSE_PARAM)
1234 void *YYPARSE_PARAM;
1236 #else /* ! YYPARSE_PARAM */
[all...]
H A DOSUnserializeXML.y68 #define YYPARSE_PARAM state

Completed in 18 milliseconds