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

12

/haiku/src/kits/app/
H A DApplication.cpp317 // tell all loopers(usually windows) to quit. Also, wait for them.
320 // quit registered loopers
1527 // was already quit by quitting an earlier looper... but fortunately,
1533 // don't quit file panels if we haven't been asked for it
1542 // the window does not want to quit, so we don't either
1571 bool quit = _WindowQuitLoop(false, force); local
1572 if (quit)
1573 quit = _WindowQuitLoop(true, force);
1577 return quit;
/haiku/build/scripts/
H A Dbuild_haiku_image409 $fsShellCommand quit
/haiku/src/apps/installer/
H A DInstallerWindow.cpp317 // Register to receive notifications when apps launch or quit...
538 // We need to scan partitions if DriveSetup has quit.
565 // to scan partitions in case DriveSetup has quit, or
935 bool quit = true; local
943 quit = alert->Go() != 0;
946 if (quit) {
947 // Make it quit by having it's lock fail...
/haiku/src/bin/network/telnet/
H A Dcommands.c402 quit();
890 { "quit", "character to cause an Abort process", NULL, termQuitCharp },
1428 quit(void)
2557 { "quit", quithelp, (int (*)(int, char **))quit, 0 },
2651 (void) quit();
1422 quit(void) function
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp610 bool quit = false; local
613 while(!quit)
620 quit = true;
628 quit = true;
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c180 ns->quit=false;
200 ns->quit=true;
212 while (!ns->quit) {
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp439 goto quit;
454 goto quit;
704 quit:

Completed in 79 milliseconds

12