Lines Matching refs:lookaheadStatus
935 int32_t lookaheadStatus = 0; in handleNext() local
991 lookaheadStatus = 0; in handleNext()
1054 if (lookaheadStatus != 0 in handleNext()
1055 && row->fAccepting == lookaheadStatus) { in handleNext()
1059 lookaheadStatus = 0; in handleNext()
1072 lookaheadStatus = row->fLookAhead; in handleNext()
1081 lookaheadStatus = 0; // clear out any pending look-ahead match. in handleNext()
1146 int32_t lookaheadStatus = 0; in handlePrevious() local
1201 lookaheadStatus = 0; in handlePrevious()
1264 if (lookaheadStatus != 0 in handlePrevious()
1265 && row->fAccepting == lookaheadStatus) { in handlePrevious()
1268 lookaheadStatus = 0; in handlePrevious()
1281 lookaheadStatus = row->fLookAhead; in handlePrevious()
1289 lookaheadStatus = 0; in handlePrevious()