Home
last modified time | relevance | path

Searched defs:quit (Results 1 – 19 of 19) sorted by relevance

/haiku/src/bin/desklink/
H A DVolumeWindow.cpp84 BMessage quit(B_QUIT_REQUESTED); in MessageReceived() local
/haiku/src/apps/bootmanager/
H A DWizardView.cpp129 BButton* quit = new BButton("quit", B_TRANSLATE_COMMENT("Quit", "Button"), in _BuildUI() local
/haiku/src/apps/diskprobe/
H A DFileWindow.cpp104 bool quit = fProbeView->QuitRequested(); in QuitRequested() local
H A DAttributeWindow.cpp207 bool quit = fProbeView->QuitRequested(); in QuitRequested() local
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp172 bool quit; in Run() local
256 bool quit = false; in _ProcessEventBuffer() local
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp610 bool quit = false; in vertex() local
/haiku/src/apps/sudoku/
H A DSudokuGenerator.cpp58 BMessenger progress, volatile bool *quit) in Generate()
/haiku/src/system/boot/loader/
H A Dpager.cpp126 bool quit = false; in pager() local
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp238 bool quit = false; in Cancel() local
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp91 bool quit = true; in QuitRequested() local
/haiku/src/kits/interface/
H A DToolTipManager.cpp145 BMessage quit(kMsgCloseToolTip); in HideTip() local
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.h49 bool quit; member
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp290 volatile bool quit = false; in _RemoveUninstalled() local
/haiku/src/servers/net/
H A DServices.cpp221 Services::_NotifyListener(bool quit) in _NotifyListener()
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp476 bool quit = false; in HandleKeyDown() local
/haiku/src/apps/installer/
H A DInstallerWindow.cpp935 bool quit = true; in _QuitCopyEngine() local
/haiku/src/bin/debug/profile/
H A Dprofile.cpp736 bool quit; in profile_all() local
/haiku/src/kits/app/
H A DApplication.cpp1571 bool quit = _WindowQuitLoop(false, force); in _QuitAllWindows() local
/haiku/src/bin/network/telnet/
H A Dcommands.c1417 quit(void) in quit() function