Searched refs:yyparse (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp63 #define yyparse OSUnserializeparse macro
94 static int yyparse();
501 into yyparse. The argument should have type void *.
522 int yyparse (void *);
524 int yyparse (void);
529 yyparse(YYPARSE_PARAM_ARG)
1193 yyerror(char *s) /* Called by yyparse on error */
1590 if (yyparse() == 0) {
H A DOSUnserialize.y77 static int yyparse();
234 yyerror(char *s) /* Called by yyparse on error */
631 if (yyparse() == 0) {
H A DOSUnserializeXML.cpp112 #define yyparse OSUnserializeXMLparse macro
201 static int yyparse(void * state);
1205 int yyparse (void *YYPARSE_PARAM);
1207 int yyparse ();
1211 int yyparse (void);
1213 int yyparse ();
1223 | yyparse. |
1230 yyparse (void *YYPARSE_PARAM)
1233 yyparse (YYPARSE_PARAM)
1240 yyparse (voi
[all...]
H A DOSUnserializeXML.y106 static int yyparse(void * state);
258 OSUnserializeerror(parser_state_t * state, char *s) /* Called by yyparse on errors */
1079 (void)yyparse((void *)state);

Completed in 28 milliseconds