Searched refs:QUIT (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11.0-release/tools/regression/kthread/kld/
H A Dkthrdlk.c58 volatile int QUIT; variable
67 if (QUIT == 1)
70 if (error != 0 && QUIT == 0) {
95 if (QUIT == 1 && test_thrcnt == 1)
115 if (QUIT == 1)
135 QUIT = 0;
159 DPRINTF(("sending QUIT signal to the thrdlk threads\n"));
163 QUIT = 1;
/freebsd-11.0-release/contrib/dma/
H A Dmail.c148 QUIT enumerator in enum:parse_state::__anon970
196 ps->state = QUIT;
202 case QUIT:
328 ps->state = QUIT;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dp-typeprint.c202 QUIT;
347 QUIT;
452 QUIT;
561 QUIT;
644 QUIT;
746 QUIT;
H A Df-typeprint.c109 QUIT;
171 QUIT;
293 QUIT;
H A Djv-typeprint.c93 QUIT;
167 QUIT;
232 QUIT;
H A Dc-typeprint.c215 QUIT;
535 QUIT;
673 QUIT;
796 QUIT;
804 QUIT;
825 QUIT;
833 QUIT;
839 QUIT;
860 QUIT;
962 QUIT;
[all...]
H A Dtracepoint.c201 QUIT; /* allow user to bail out with ^C */
653 QUIT; /* give user option to bail out with ^C */
945 QUIT; /* allow user to bail out with ^C */
1303 QUIT; /* allow user to bail out with ^C */
1385 QUIT; /* allow user to bail out with ^C */
1400 QUIT; /* allow user to bail out with ^C */
1428 QUIT; /* allow user to bail out with ^C */
1508 QUIT; /* allow user to bail out with ^C */
1524 QUIT; /* allow user to bail out with ^C */
1612 QUIT; /* allo
[all...]
H A Dobjc-lang.c365 QUIT;
877 QUIT;
908 QUIT;
932 QUIT;
1017 QUIT;
1041 QUIT;
1058 QUIT;
1308 QUIT;
1565 QUIT;
H A Dcp-support.c623 QUIT;
637 QUIT;
H A Dstack.c189 QUIT;
238 QUIT;
664 QUIT;
1173 QUIT;
1181 QUIT;
1207 QUIT;
1218 QUIT;
H A Dada-valprint.c399 QUIT;
660 QUIT;
H A Dm2-lang.c134 QUIT;
H A Dremote-utils.c541 QUIT; /* Let user quit and leave process running */
H A Dada-typeprint.c304 QUIT;
576 QUIT;
H A Ddefs.h188 benefits of having a ``QUIT'' macro rather than a function are
189 marginal. If the overhead of a QUIT function call is proving
194 #ifdef QUIT
197 #define QUIT_FIXME "ignoring redefinition of QUIT"
199 #define QUIT { \ macro
968 that propogate the QUIT event up the exception chain. ``This could
H A Ddisasm.c106 QUIT;
/freebsd-11.0-release/usr.bin/gzip/
H A Dznew60 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM
/freebsd-11.0-release/contrib/binutils/binutils/
H A Darparse.y57 %token QUIT
/freebsd-11.0-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-stack.c87 QUIT;
128 QUIT;
211 QUIT;
/freebsd-11.0-release/crypto/heimdal/appl/push/
H A Dpush.c137 DELE, XDELE, QUIT} pop_state; enumerator in enum:__anon5912
141 "DELE", "XDELE", "QUIT"
286 while(state != QUIT) {
356 state = QUIT;
357 net_write (s, "QUIT\r\n", 6);
359 fprintf (stderr, "QUIT\r\n");
379 state = QUIT;
380 net_write (s, "QUIT\r\n", 6);
382 fprintf (stderr, "QUIT\r\n");
426 state = QUIT;
[all...]
/freebsd-11.0-release/crypto/openssh/contrib/
H A Dssh-copy-id221 trap "$L_CLEANUP" EXIT TERM INT QUIT
250 eval "$L_CLEANUP" && trap - EXIT TERM INT QUIT
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntpd-opts.h247 # ifdef QUIT
248 # warning undefining QUIT due to option name conflict
249 # undef QUIT macro
325 # undef QUIT macro
H A Dcmd_args.c95 if (HAVE_OPT( QUIT ))
/freebsd-11.0-release/release/tools/
H A Dvmimage.subr10 trap "cleanup" INT QUIT TRAP ABRT TERM
/freebsd-11.0-release/usr.bin/sdiff/
H A Dsdiff.c604 goto QUIT;
636 QUIT:

Completed in 387 milliseconds

123