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

1234

/haiku-fatelf/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-fatelf/src/add-ons/input_server/methods/pen/
H A DRestartInputServer.sh3 quit application/x-vnd.Be-input_server
15 quit application/x-vnd.Be-input_server
/haiku-fatelf/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-fatelf/src/bin/gdb/gdb/
H A Dgdb_gcore.sh66 quit
H A Dhpux-thread.c476 goto quit;
482 goto quit;
489 goto quit;
494 quit:
/haiku-fatelf/src/apps/pulse/
H A DMiniPulseView.h30 BMenuItem *quit; member in class:MiniPulseView
H A DDeskbarPulseView.cpp43 quit = new BMenuItem(B_TRANSLATE("Quit"), new BMessage(PV_QUIT), 0, 0);
45 popupmenu->AddItem(quit);
73 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-fatelf/src/bin/less/
H A Dmain.c158 quit(QUIT_OK);
235 quit(QUIT_OK);
260 quit(QUIT_ERROR);
264 quit(QUIT_ERROR);
271 quit(QUIT_ERROR);
278 quit(QUIT_ERROR);
282 quit(QUIT_ERROR);
287 quit(QUIT_OK);
322 quit(QUIT_ERROR);
378 quit(statu function
[all...]
H A Doption.c178 quit(QUIT_ERROR);
199 quit(QUIT_ERROR);
564 quit(QUIT_ERROR);
611 quit(QUIT_ERROR);
H A Dttyin.c133 quit(QUIT_ERROR);
H A Dcommand.c634 * (or -F is set and this is the first prompt), then quit.
641 quit(QUIT_OK);
646 * and the file is squished (shorter than the screen), quit.
650 quit(QUIT_OK);
767 quit(QUIT_ERROR);
886 * Accept and execute commands until a quit command.
921 quit(QUIT_SAVED_STATUS);
1273 quit(*extra);
1274 quit(QUIT_OK);
1437 quit(QUIT_O
[all...]
/haiku-fatelf/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-fatelf/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-fatelf/src/bin/bash/builtins/
H A DMakefile263 bashgetopt.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/quit.h $(BASHINCDIR)/maxpath.h
273 common.o: $(topdir)/siglist.h $(topdir)/bashhist.h $(topdir)/quit.h
283 evalfile.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/quit.h $(BASHINCDIR)/maxpath.h
294 evalstring.o: $(topdir)/quit.h $(topdir)/unwind_prot.h
304 getopt.o: $(topdir)/quit.h $(BASHINCDIR)/maxpath.h $(topdir)/unwind_prot.h
315 alias.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
319 bind.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
325 break.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
330 builtin.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
335 cd.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit
[all...]
/haiku-fatelf/src/bin/desklink/
H A DVolumeWindow.cpp84 BMessage quit(B_QUIT_REQUESTED);
85 BMessageRunner::StartSending(this, &quit, 150000, 1);
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtput.c65 quit(int status, const char *fmt,...) function
234 quit(4 + errno, "Can't open reset_file: '%s'", reset_file);
243 quit(4 + errno, "Can't open init_file: '%s'", init_file);
295 quit(4, "unknown terminfo capability '%s'", name);
399 quit(2, "No value for $TERM and no -T specified");
402 quit(3, "unknown terminal \"%s\"", term);
/haiku-fatelf/src/apps/diskprobe/
H A DFileWindow.cpp107 bool quit = fProbeView->QuitRequested(); local
108 if (!quit)
/haiku-fatelf/src/servers/net/
H A DServices.h36 void _NotifyListener(bool quit = false);
/haiku-fatelf/src/tests/kits/midi/patchbay/
H A DTToolTip.h31 bool quit; member in struct:tool_tip
/haiku-fatelf/src/bin/bash/
H A DMakefile368 quit.h unwind_prot.h syntax.h ${GRAM_H} \
792 copy_cmd.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
797 dispose_cmd.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
805 eval.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
811 execute_cmd.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
813 execute_cmd.o: ${BASHINCDIR}/memalloc.h ${GRAM_H} flags.h builtins.h jobs.h quit.h siglist.h
820 expr.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
825 findcmd.o: ${BASHINCDIR}/stdc.h error.h general.h xmalloc.h variables.h arrayfunc.h conftypes.h quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h
832 flags.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
837 general.o: quit
[all...]
/haiku-fatelf/src/bin/network/telnet/
H A Dnetwork.c98 (void) quit();
/haiku-fatelf/src/apps/icon-o-matic/
H A DIconEditorApp.cpp86 bool quit = true; local
101 quit = false;
104 if (!quit)

Completed in 173 milliseconds

1234