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

/xsrc/external/mit/luit/dist/
H A Diso2022.h69 int parserState; member in struct:_Iso2022
H A Diso2022.c165 is->parserState = P_NORMAL;
353 if (is->parserState == P_ESC) {
358 is->parserState = P_CSI;
360 is->parserState = P_NORMAL;
361 } else if (is->parserState == P_CSI) {
366 is->parserState = P_NORMAL;
375 is->parserState = P_ESC;
399 is->parserState = P_CSI;
675 switch (is->parserState) {
681 is->parserState
[all...]

Completed in 2 milliseconds