Lines Matching refs:lookaheadStatus
965 int32_t lookaheadStatus = 0; in handleNext() local
1021 lookaheadStatus = 0; in handleNext()
1084 if (lookaheadStatus != 0 in handleNext()
1085 && row->fAccepting == lookaheadStatus) { in handleNext()
1089 lookaheadStatus = 0; in handleNext()
1102 lookaheadStatus = row->fLookAhead; in handleNext()
1111 lookaheadStatus = 0; // clear out any pending look-ahead match. in handleNext()
1176 int32_t lookaheadStatus = 0; in handlePrevious() local
1231 lookaheadStatus = 0; in handlePrevious()
1294 if (lookaheadStatus != 0 in handlePrevious()
1295 && row->fAccepting == lookaheadStatus) { in handlePrevious()
1298 lookaheadStatus = 0; in handlePrevious()
1311 lookaheadStatus = row->fLookAhead; in handlePrevious()
1319 lookaheadStatus = 0; in handlePrevious()