Searched refs:quit (Results 1 - 25 of 32) sorted by relevance

12

/haiku/src/apps/cortex/addons/common/
H A DControlAppLauncher.cpp43 quit();
67 void ControlAppLauncher::quit();
H A DControlAppLauncher.h37 // it for control purposes, and telling it to quit upon
67 void quit();
/haiku/src/apps/sudoku/
H A DSudokuGenerator.h23 BMessenger progress, volatile bool *quit);
H A DSudokuGenerator.cpp58 BMessenger progress, volatile bool *quit)
66 while (!*quit) {
79 } while (!*quit && field.ValueAt(x, y) != 0);
88 } while (!*quit && (validMask & (1UL << value)) == 0);
107 if (*quit)
119 while (!*quit && removeCount > 0 && tries-- > 0) {
138 if (*quit)
156 if (--removeCount <= 0 || *quit)
161 if (removeCount <= 0 || *quit)
176 if (*quit)
57 Generate(SudokuField* target, uint32 fieldsLeft, BMessenger progress, volatile bool *quit) argument
[all...]
/haiku/src/apps/pulse/
H A DMiniPulseView.h30 BMenuItem *quit; member in class:MiniPulseView
H A DDeskbarPulseView.cpp47 quit = new BMenuItem(B_TRANSLATE("Quit"), new BMessage(PV_QUIT), 0, 0);
49 popupmenu->AddItem(quit);
79 quit->SetTarget(messenger);
H A DMiniPulseView.cpp27 quit = new BMenuItem(B_TRANSLATE("Quit"), new BMessage(PV_QUIT), 0, 0);
29 popupmenu->AddItem(quit);
129 quit->SetTarget(messenger);
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp171 bool quit; local
173 quit = _ProcessEventBuffer(buffer, bufferSize);
177 quit = _ProcessEventBuffer(buffer, bufferSize - remainingSize)
181 if (quit || fCaughtDeadlySignal)
213 bool quit = false; local
232 // quit, if the main team we're interested in is gone
235 quit = true;
249 quit = true;
253 return quit;
/haiku/3rdparty/mmu_man/scripts/
H A Dmyupdate.sh19 quit application/x-vnd.Be-TSKB
/haiku/src/system/boot/loader/
H A Dpager.cpp126 bool quit = false; local
127 while (!quit) {
160 while (!quit && topLine == previousTopLine) {
165 // quit
166 quit = true;
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp84 BMessage quit(B_QUIT_REQUESTED);
85 BMessageRunner::StartSending(this, &quit, 150000, 1);
/haiku/src/apps/bootmanager/
H A DWizardView.cpp129 BButton* quit = new BButton("quit", B_TRANSLATE_COMMENT("Quit", "Button"), local
138 .Add(quit)
/haiku/src/apps/diskprobe/
H A DFileWindow.cpp104 bool quit = fProbeView->QuitRequested(); local
105 if (!quit)
H A DAttributeWindow.cpp207 bool quit = fProbeView->QuitRequested(); local
208 if (!quit)
/haiku/src/servers/net/
H A DServices.h36 void _NotifyListener(bool quit = false);
H A DServices.cpp221 Services::_NotifyListener(bool quit) argument
223 write(fWritePipe, quit ? "q" : "u", 1);
432 // make sure we're in our own session, and don't accidently quit
/haiku/src/bin/network/telnet/
H A Dnetwork.c98 (void) quit();
H A Dexterns.h114 localchars, /* we recognize interrupt/quit */
253 quit(void),
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp238 bool quit = false; local
241 quit = true;
243 if(quit)
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp91 bool quit = true; local
106 quit = false;
109 if (!quit)
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.h49 bool quit; member in struct:fs_nspace
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp290 volatile bool quit = false; local
295 fTypeListView->FullListCountItems(), &quit);
299 for (int32 i = fTypeListView->FullListCountItems(); i-- > 0 && !quit;) {
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp178 fQuitButton = new BButton("quit", B_TRANSLATE("Quit application"),
476 bool quit = false;
483 quit = true;
487 quit = true;
495 if (quit) {
588 fQuitOverdue = new BStringView("quit overdue", B_TRANSLATE(
589 "If the application will not quit you may have to kill it."));
/haiku/src/kits/interface/
H A DToolTipManager.cpp145 BMessage quit(kMsgCloseToolTip);
146 BMessageRunner::StartSending(Window(), &quit, local
/haiku/src/bin/debug/profile/
H A Dprofile.cpp558 // quit, if the main team we're interested in is gone
733 bool quit; local
735 quit = process_event_buffer(threadManager, buffer, bufferSize,
739 quit = process_event_buffer(threadManager, buffer,
745 if (quit)
938 // a debugged team is gone -- quit, if it is our team

Completed in 1588 milliseconds

12