Searched refs:fTextOnly (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/apps/text_search/
H A DChangesIterator.h48 bool fTextOnly : 1;
H A DInitialIterator.cpp54 fTextOnly(model->fTextOnly)
104 if (_ExamineFile(entry, buffer, fTextOnly))
H A DInitialIterator.h85 bool fTextOnly : 1;
H A DChangesIterator.cpp35 fTextOnly(model->fTextOnly)
H A DModel.h112 bool fTextOnly; member in class:Model
H A DModel.cpp39 fTextOnly(true),
99 fTextOnly = (value != 0);
158 value = fTextOnly ? 1 : 0;
H A DGrepWindow.h125 BMenuItem* fTextOnly; member in class:GrepWindow
H A DGrepWindow.cpp109 fTextOnly(NULL),
467 fTextOnly = new BMenuItem(
503 fPreferencesMenu->AddItem(fTextOnly);
670 fTextOnly->SetMarked(fModel->fTextOnly);
1144 fModel->fTextOnly = !fModel->fTextOnly;
1145 fTextOnly->SetMarked(fModel->fTextOnly);

Completed in 43 milliseconds