Home
last modified time | relevance | path

Searched refs:TAG_START (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserializeXML.y444 #define TAG_START 1 macro
469 int tagType = TAG_START; in getTag()
982 return (tagType == TAG_START) ? '(' : ')'; in yylex()
991 return (tagType == TAG_START) ? '{' : '}'; in yylex()
1095 if (tagType == TAG_START) { in yylex()
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2055 #define TAG_START 1 macro
2080 int tagType = TAG_START; in getTag()
2593 return (tagType == TAG_START) ? '(' : ')'; in yylex()
2602 return (tagType == TAG_START) ? '{' : '}'; in yylex()
2706 if (tagType == TAG_START) { in yylex()
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2055 #define TAG_START 1 macro
2080 int tagType = TAG_START; in getTag()
2593 return (tagType == TAG_START) ? '(' : ')'; in yylex()
2602 return (tagType == TAG_START) ? '{' : '}'; in yylex()
2706 if (tagType == TAG_START) { in yylex()