Searched refs:currentChar (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y220 #define currentChar() (parseBuffer[parseBufferIndex])
248 c = currentChar();
272 if (currentChar() != 'f') return SYNTAX_ERROR;
H A DOSUnserializeXML.y278 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
297 int c = currentChar();
383 int c = currentChar();
460 int c = currentChar();
525 int c = currentChar();
571 c = currentChar();
632 c = currentChar();
H A DOSUnserialize.cpp1179 #define currentChar() (parseBuffer[parseBufferIndex])
1207 c = currentChar();
1231 if (currentChar() != 'f') return SYNTAX_ERROR;
1176 #define currentChar macro

Completed in 80 milliseconds