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

/haiku/src/apps/text_search/
H A DChangesIterator.h48 bool fTextOnly : 1;
H A DInitialIterator.cpp37 fTextOnly(model->fTextOnly)
87 if (_ExamineFile(entry, buffer, fTextOnly))
H A DInitialIterator.h68 bool fTextOnly : 1;
H A DChangesIterator.cpp35 fTextOnly(model->fTextOnly)
H A DModel.h95 bool fTextOnly; member in class:Model
H A DModel.cpp39 fTextOnly(true),
94 fTextOnly = (value != 0);
154 value = fTextOnly ? 1 : 0;
H A DGrepWindow.h110 BMenuItem* fTextOnly; member in class:GrepWindow
H A DGrepWindow.cpp98 fTextOnly(NULL),
471 fTextOnly = new BMenuItem(
504 fPreferencesMenu->AddItem(fTextOnly);
634 fTextOnly->SetMarked(fModel->fTextOnly);
1114 fModel->fTextOnly = !fModel->fTextOnly;
1115 fTextOnly->SetMarked(fModel->fTextOnly);

Completed in 104 milliseconds