Lines Matching refs:parserState
165 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 = P_ESC;
693 is->parserState = P_CSI;
701 is->parserState = P_NORMAL;
871 is->parserState = P_CSI;
875 is->parserState = P_NORMAL;
884 is->parserState = P_NORMAL;