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

12345678

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_sh.c581 int n, quit; local
593 quit = n;
594 if (quit <= 0) {
603 if (--quit == 0)
609 if (quit) {
614 if (n == quit) {
625 wp[0], wp[0], n - quit);
H A Dedit.c52 edchars.erase = edchars.kill = edchars.intr = edchars.quit
227 edchars.quit = cb.c_cc[VQUIT];
268 edchars.quit = cb.lchars.tc_quitc;
280 edchars.quit = cb.tchars.t_quitc;
308 if (edchars.quit == vdisable_c)
309 edchars.quit = -1;
/netbsd-6-1-5-RELEASE/usr.sbin/rwhod/
H A Drwhod.c109 __dead static void quit(const char *);
441 quit(const char *msg) function
490 quit("route-sysctl-estimate");
492 quit("malloc");
494 quit("actual retrieval of interface table");
509 quit("out of sync parsing NET_RT_IFLIST");
532 quit("malloc of neighbor structure");
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dcommand.c172 /* if no -e flag and we've hit EOF on the last file, quit. */
174 quit();
329 * Accept and execute commands until a quit command, then return.
350 quit();
465 quit();
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_csmapper.c326 goto quit;
331 goto quit;
336 quit:
H A Dcitrus_iconv.c283 goto quit;
289 goto quit;
295 quit:
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dedit.c349 quit(QUIT_ERROR);
685 * If can't even open that, we're stuck. Just quit.
687 quit(QUIT_ERROR);
707 quit(QUIT_OK);
802 quit(QUIT_OK);
H A Dsignal.c263 quit(QUIT_INTERRUPT);
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_uu.c200 int quit; local
202 quit = 0;
211 while (*nl == 0 && len == *avail && !quit) {
220 quit = 1;
/netbsd-6-1-5-RELEASE/games/monop/
H A Dmonop.h186 void quit(void);
/netbsd-6-1-5-RELEASE/usr.bin/talk/
H A Dinvite.c158 quit();
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A DMakefile27 list.c main.c names.c popen.c quit.c send.c sig.c strings.c temp.c \
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dbuf.c266 /* quit: remove_lines scratch file and exit */
268 quit(int n) function
299 quit(2);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dbacksql_create.sql90 quit
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_netbsd.c463 quit(23);
487 quit(23);
609 quit(23);
617 quit(23);
697 quit(23);
705 quit(23);
721 quit(23);
729 quit(23);
H A Dm_aix43.c374 quit(1);
522 quit(2);
531 quit(2);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/
H A Dnetbsd060sp.S114 bnes super_write |# quit if ctr = 0
148 bnes super_read |# quit if ctr = 0
/netbsd-6-1-5-RELEASE/games/atc/
H A Dmain.c149 (void)signal(SIGINT, quit);
150 (void)signal(SIGQUIT, quit);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupextern.h44 /* quit.c */
45 void quit(int, const char *, ...)
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dextern.h175 void quit(int, char **);
H A Dcmdtab.c197 { "bye", H(quithelp), 0, 0, 0, CMPL0 quit },
212 { "exit", H(quithelp), 0, 0, 0, CMPL0 quit },
259 { "quit", H(quithelp), 0, 0, 0, CMPL0 quit },
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dtop.c118 quit(int status) function
658 quit(EX_DATAERR);
670 quit(EX_SOFTWARE);
938 quit(EX_OSERR);
995 quit(EX_OK);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dnbsd-thread.c461 goto quit;
466 goto quit;
474 goto quit;
478 goto quit;
490 quit:
/netbsd-6-1-5-RELEASE/usr.bin/tip/
H A Dcmds.c141 quit = 0;
158 for (ct = 0; !quit;) {
161 if (quit)
176 quit = 1;
675 quit = 1;
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dcron.c46 quit(int),
88 sact.sa_handler = quit;
507 quit(int x __unused) { function

Completed in 344 milliseconds

12345678