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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.y99 #define STATE ((parser_state_t *)state)
102 #define yyerror(s) OSUnserializeerror(STATE, (s))
153 | object { STATE->parsedObject = $1->object;
155 freeObject(STATE, $1);
163 object: dict { $$ = buildDictionary(STATE, $1); }
164 | array { $$ = buildArray(STATE, $1); }
165 | set { $$ = buildSet(STATE, $1); }
166 | string { $$ = buildString(STATE, $1); }
167 | data { $$ = buildData(STATE, $1); }
168 | number { $$ = buildNumber(STATE,
[all...]
H A DOSUnserializeXML.cpp194 #define STATE ((parser_state_t *)state) macro
197 #define yyerror(s) OSUnserializeerror(STATE, (s))
605 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
606 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
623 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
624 STATE-NUM. */
641 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
676 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
677 symbol of state STATE
[all...]

Completed in 32 milliseconds