Symbol: gotcha
tools/regression/lib/libc-regex/testregex.c
1016
signal(sig, gotcha);
tools/regression/lib/libc-regex/testregex.c
1032
longjmp(state.gotcha, ret);
tools/regression/lib/libc-regex/testregex.c
1147
else if (!(eret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
1445
signal(SIGALRM, gotcha);
tools/regression/lib/libc-regex/testregex.c
1446
signal(SIGBUS, gotcha);
tools/regression/lib/libc-regex/testregex.c
1447
signal(SIGSEGV, gotcha);
tools/regression/lib/libc-regex/testregex.c
1941
else if (!(cret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
1954
else if (!(cret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
1979
else if (!(cret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
2135
else if (!(eret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
2148
else if (!(eret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
567
jmp_buf gotcha;
usr.bin/mail/quit.c
389
int gotcha, c;
usr.bin/mail/quit.c
402
for (mp = &message[0], gotcha = 0; mp < &message[msgCount]; mp++) {
usr.bin/mail/quit.c
408
gotcha++;
usr.bin/mail/quit.c
418
if (!gotcha || Tflag != NULL)
usr.bin/mail/quit.c
471
gotcha = (c == 0 && ibuf == NULL);
usr.bin/mail/quit.c
484
if (gotcha) {
usr.bin/mail/send.c
500
int gotcha;
usr.bin/mail/send.c
502
gotcha = 0;
usr.bin/mail/send.c
504
fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++;
usr.bin/mail/send.c
506
fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
usr.bin/mail/send.c
508
fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++;
usr.bin/mail/send.c
510
fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++;
usr.bin/mail/send.c
512
fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++;
usr.bin/mail/send.c
514
fprintf(fo, "In-Reply-To: <%s>\n", hp->h_inreplyto), gotcha++;
usr.bin/mail/send.c
515
if (gotcha && w & GNL)