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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y122 input: /* empty */ { parsedObject = (OSObject *)NULL; YYACCEPT; }
123 | object { parsedObject = (OSObject *)$1; YYACCEPT; }
H A DOSUnserialize.cpp369 #define YYACCEPT goto yyacceptlab macro
771 YYACCEPT;
828 { parsedObject = (OSObject *)NULL; YYACCEPT; ;
832 { parsedObject = (OSObject *)yyvsp[0]; YYACCEPT; ;
1133 YYACCEPT;
1149 /* YYACCEPT comes here. */
H A DOSUnserializeXML.cpp691 #define YYACCEPT goto yyacceptlab macro
1449 YYACCEPT;
1512 YYACCEPT;
1803 YYACCEPT;
1816 | yyacceptlab -- YYACCEPT comes here. |
1844 this YYABORT or YYACCEPT. */
H A DOSUnserializeXML.y156 YYACCEPT;

Completed in 77 milliseconds