Searched refs:TAG_START (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFUnserialize.tab.c1880 #define TAG_START 1
1905 int tagType = TAG_START;
2266 return (tagType == TAG_START) ? '(' : ')';
2275 return (tagType == TAG_START) ? '{' : '}';
2361 if (tagType == TAG_START) {
1877 #define TAG_START macro
H A DIOCFUnserialize.yacc261 #define TAG_START 1
286 int tagType = TAG_START;
647 return (tagType == TAG_START) ? '(' : ')';
656 return (tagType == TAG_START) ? '{' : '}';
742 if (tagType == TAG_START) {
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSUnserializeXML.cpp1955 #define TAG_START 1
1980 int tagType = TAG_START;
2397 return (tagType == TAG_START) ? '(' : ')';
2406 return (tagType == TAG_START) ? '{' : '}';
2505 if (tagType == TAG_START) {
H A DOSUnserializeXML.y343 #define TAG_START 1
368 int tagType = TAG_START;
785 return (tagType == TAG_START) ? '(' : ')';
794 return (tagType == TAG_START) ? '{' : '}';
893 if (tagType == TAG_START) {

Completed in 199 milliseconds