Lines Matching refs:lookaheadStatus
1003 int32_t lookaheadStatus = 0; in handleNext() local
1059 lookaheadStatus = 0; in handleNext()
1127 if (lookaheadStatus != 0 in handleNext()
1128 && row->fAccepting == lookaheadStatus) { in handleNext()
1132 lookaheadStatus = 0; in handleNext()
1145 lookaheadStatus = row->fLookAhead; in handleNext()
1154 lookaheadStatus = 0; // clear out any pending look-ahead match. in handleNext()
1219 int32_t lookaheadStatus = 0; in handlePrevious() local
1274 lookaheadStatus = 0; in handlePrevious()
1342 if (lookaheadStatus != 0 in handlePrevious()
1343 && row->fAccepting == lookaheadStatus) { in handlePrevious()
1346 lookaheadStatus = 0; in handlePrevious()
1359 lookaheadStatus = row->fLookAhead; in handlePrevious()
1367 lookaheadStatus = 0; in handlePrevious()