Lines Matching refs:curPos
57 static private int jjMoveNfa_1(int startState, int curPos) in jjMoveNfa_1() argument
124 jjmatchedPos = curPos; in jjMoveNfa_1()
127 ++curPos; in jjMoveNfa_1()
129 return curPos; in jjMoveNfa_1()
132 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_1()
425 static private int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument
545 jjmatchedPos = curPos; in jjMoveNfa_0()
548 ++curPos; in jjMoveNfa_0()
550 return curPos; in jjMoveNfa_0()
553 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_0()
661 int curPos = 0; in getNextToken() local
693 curPos = jjMoveStringLiteralDfa0_0(); in getNextToken()
698 curPos = jjMoveStringLiteralDfa0_1(); in getNextToken()
707 if (jjmatchedPos + 1 < curPos) { in getNextToken()
708 ASCII_CharStream.backup(curPos - jjmatchedPos - 1); in getNextToken()
744 curPos = 0; in getNextToken()
759 error_after = curPos <= 1 ? "" : ASCII_CharStream.GetImage(); in getNextToken()
769 error_after = curPos <= 1 ? "" : ASCII_CharStream.GetImage(); in getNextToken()