Searched refs:quit (Results 176 - 196 of 196) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/efi/
H A Dmain.c158 * want to wait until the user types "quit". The timer may have
182 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
620 { "quit", "exit the loader", command_quit },
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtraverse.c419 quit("searchdir: cannot allocate directory memory.\n");
/netbsd-6-1-5-RELEASE/games/hunt/hunt/
H A Dhunt.c330 if ((enter_status = quit(enter_status)) == Q_QUIT)
715 put_str("Really quit? ");
/netbsd-6-1-5-RELEASE/games/larn/
H A Dglobal.c20 * quit() subroutine to ask if the player really wants to quit
379 quit()
381 subroutine to ask if the player really wants to quit
384 quit() function
389 lprcat("\n\nDo you really want to quit?");
409 lprcat(" please? Do you want to quit? ");
H A Dmain.c948 quit();
950 return; /* quit */
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dcmds.c594 quit(int argc, char *argv[]) function
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dlex.c216 quit(jmpbuf);
956 (void)printf("Use \"quit\" to quit.\n");
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Demacs.c1582 if (ec->quit >= 0)
1583 bind_if_not_bound(0, ec->quit, XFUNC_noop);
H A Dvi.c224 if (c == edchars.intr || c == edchars.quit) {
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.def334 @item quit
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_sunos5.c347 extern void quit ();
562 quit (23);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp89 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
1311 connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dcmpci.c1020 goto quit;
1060 quit:
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.c781 #define GET_NEXT_TEXT_OR_PTR_RECORD(rec_type, state, buf, curr_offset, quit) \
785 do { quit; } while (0); \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dread.c927 goto quit;
1132 quit:
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Demulate.S1081 jneq Lcvtlp_loop # quit if source becomes zero
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dcmds.c1761 quit(int argc, char *argv[]) function
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-glade-1456 <message>Are you sure you want to quit
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A DMakefile231 @echo quit >>tmp.bntest
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dutils.c121 /* Nonzero means a quit has been requested. */
125 /* Nonzero means quit immediately if Control-C is typed now, rather
130 is being able to quit out of a system call (using EINTR loses if
132 To immediately quit in the case in which a SIGINT happens between
185 /* String to be printed before quit messages, if any. */
1015 /* Print an error message and quit.
1100 something to indicate a quit. */
1110 has been reported, and assuming GDB didn't quit, the caller can
1171 /* Default (yes/batch case) is to quit GDB. When in batch mode
1176 /* Emit the message and quit
1420 quit (void) function
[all...]
H A DChangeLog-3.x2524 * remote.c (getpkt): Allow immediate quit when reading from

Completed in 479 milliseconds

12345678