Home
last modified time | relevance | path

Searched refs:currentChar (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserializeXML.y449 #define currentChar() (state->parseBuffer[state->parseBufferIndex]) macro
468 int c = currentChar(); in getTag()
625 int c = currentChar(); in getString()
732 int c = currentChar(); in getNumber()
799 int c = currentChar(); in getCFEncodedData()
855 c = currentChar(); in getHexData()
921 c = currentChar(); in yylex()
H A DOSUnserialize.y249 #define currentChar() (parseBuffer[parseBufferIndex]) macro
277 c = currentChar(); in yylex()
301 if (currentChar() != 'f') return SYNTAX_ERROR; in yylex()
H A DOSUnserialize.cpp1855 #define currentChar() (parseBuffer[parseBufferIndex]) macro
1885 c = currentChar(); in yylex()
1923 if (currentChar() != 'f') { in yylex()
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2060 #define currentChar() (state->parseBuffer[state->parseBufferIndex]) macro
2079 int c = currentChar(); in getTag()
2236 int c = currentChar(); in getString()
2343 int c = currentChar(); in getNumber()
2410 int c = currentChar(); in getCFEncodedData()
2466 c = currentChar(); in getHexData()
2532 c = currentChar(); in yylex()
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2060 #define currentChar() (state->parseBuffer[state->parseBufferIndex]) macro
2079 int c = currentChar(); in getTag()
2236 int c = currentChar(); in getString()
2343 int c = currentChar(); in getNumber()
2410 int c = currentChar(); in getCFEncodedData()
2466 c = currentChar(); in getHexData()
2532 c = currentChar(); in yylex()