Searched refs:fMustQuit (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/text_search/
H A DGrepper.h62 volatile bool fMustQuit; member in class:Grepper
H A DGrepper.cpp102 fMustQuit(false)
135 fMustQuit = false;
149 fMustQuit = true;
177 while (!fMustQuit && fIterator->GetNextName(fileName)) {
389 while (!fMustQuit && (canReadOutput || canReadErrors)) {
402 // timeout, but meanwhile fMustQuit was changed maybe...
483 fMustQuit = true;

Completed in 49 milliseconds