Home
last modified time | relevance | path

Searched refs:MSG_QUIT (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tests/kits/app/bapplication/testapps/
H A DAppQuitTestApp2.cpp10 MSG_QUIT = 'quit', enumerator
17 if (message->what == MSG_QUIT) in MessageReceived()
39 app->PostMessage(MSG_QUIT, app); in main()
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h32 MSG_QUIT = 'quit', enumerator
H A DDesktop.cpp188 case MSG_QUIT: in MessageReceived()
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h39 MSG_QUIT = 'quit', enumerator
H A DCliContext.cpp218 BMessage message(MSG_QUIT); in Terminating()
380 WaitForEvent(MSG_QUIT); in QuitSession()