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

12345678

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshconnect1.c346 int i, perm_ok = 1, type, quit; local
402 quit = 0;
405 quit = 1;
409 if (private != NULL || quit)
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_subst.c358 int linechanged, matched, quit, rval; local
497 for (matched = quit = 0,
498 elno = cmdp->addr2.lno; !quit && lno <= elno; ++lno) {
592 * after the last character, so quit.
673 /* Set the quit/interrupted flags. */
674 lquit: quit = 1;
/netbsd-6-1-5-RELEASE/dist/nvi/ipc/
H A Dipc_method.c140 IPVISET(quit);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py86 gobject.MainLoop().quit()
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Ddump.h181 void quit(const char *fmt, ...) __attribute__((__format__(__printf__,1,2)));
/netbsd-6-1-5-RELEASE/lib/libintl/
H A Dplural_parser.c269 goto quit;
272 goto quit;
275 goto quit;
314 quit:
/netbsd-6-1-5-RELEASE/games/backgammon/backgammon/
H A Dmain.c60 " S to save the game\tQ to quit",
368 /* quit */
370 quit();
454 /* don't worry about who won if quit */
/netbsd-6-1-5-RELEASE/games/backgammon/common_source/
H A Dsubs.c230 quit(void) function
238 writel("Are you sure you want to quit?");
/netbsd-6-1-5-RELEASE/games/hunt/hunt/
H A Dplayit.c278 * quit:
282 quit(int old_status) function
/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dhunt.h449 int quit(int);
/netbsd-6-1-5-RELEASE/games/rogue/
H A Dinit.c232 quit(1);
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dexterns.h78 localchars, /* we recognize interrupt/quit */
212 int quit(int, char *[]);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dlpc.c189 quit(0, NULL);
/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c187 int ch, i, quit, ret, use_sysctl; local
261 for (i = quit = 0; i <= NLMANDATORY; i++)
263 quit = 1;
266 if (quit)
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A DMakefile88 nxtarg.o path.o quit.o read_line.o run.o estrdup.o \
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dextern.h256 * from quit.c
258 void quit(jmp_buf);
H A Dmain.c308 * Print out the headers and quit.
459 /* Return here if quit() fails below. */
460 (void)printf("Use 'exit' to quit without saving changes.\n");
468 quit(jmpbuf);
/netbsd-6-1-5-RELEASE/dist/ipf/perl/
H A Dplog431 defined ($sf) || &quit (1, qq{cannot open services file $sm});
442 || &quit (1, qq{$sm:$.: invalid definition: $text});
992 sub quit
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dfuncs.h7 public void quit () __attribute__((__noreturn__));
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dcommands.c554 quit(EX_OK);
669 quit(EX_OK);
969 { 'q', (int (*)(globalstate *))cmd_quit, "quit" },
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_decosf1.c675 quit(23);
683 quit(23);
H A Dm_sco5.c659 quit(23);
666 quit(23);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddefs.h171 extern void quit (void);
181 if (quit_flag) quit (); \
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_ctype_template.h599 goto quit;
610 quit:
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dmain.c340 errx(1, "Bad quit value: %s", optarg);
652 quit(0, NULL);
674 quit(0, NULL);

Completed in 320 milliseconds

12345678