Searched refs:gotcha (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/tests/
H A Ddate.c67 jmp_buf gotcha; member in struct:__anon235
220 gotcha(int sig) function
222 signal(sig, gotcha);
227 longjmp(state.gotcha, 1);
278 signal(SIGALRM, gotcha);
279 signal(SIGBUS, gotcha);
280 signal(SIGSEGV, gotcha);
/ast/src/cmd/re/
H A Dtestfmt.c95 jmp_buf gotcha; member in struct:__anon208
297 gotcha(int sig) function
299 signal(sig, gotcha);
303 longjmp(state.gotcha, sig);
365 signal(SIGALRM, gotcha);
366 signal(SIGBUS, gotcha);
367 signal(SIGSEGV, gotcha);
529 else if (setjmp(state.gotcha))
H A Dtestfnmatch.c186 jmp_buf gotcha; member in struct:__anon209
434 gotcha(int sig) function
436 signal(sig, gotcha);
441 longjmp(state.gotcha, 1);
537 signal(SIGALRM, gotcha);
538 signal(SIGBUS, gotcha);
539 signal(SIGSEGV, gotcha);
880 if (setjmp(state.gotcha))
H A Dtestglob.c277 jmp_buf gotcha; member in struct:__anon211
436 gotcha(int sig) function
438 signal(sig, gotcha);
454 longjmp(state.gotcha, 1);
610 signal(SIGALRM, gotcha);
611 signal(SIGBUS, gotcha);
612 signal(SIGSEGV, gotcha);
972 if (setjmp(state.gotcha))
H A Dtestmatch.c215 jmp_buf gotcha; member in struct:__anon213
563 gotcha(int sig) function
565 signal(sig, gotcha);
570 longjmp(state.gotcha, 1);
673 signal(SIGALRM, gotcha);
674 signal(SIGBUS, gotcha);
675 signal(SIGSEGV, gotcha);
1021 if (setjmp(state.gotcha))
H A Dtestregex.c567 jmp_buf gotcha; member in struct:__anon216
1014 gotcha(int sig) function
1018 signal(sig, gotcha);
1034 longjmp(state.gotcha, ret);
1149 else if (!(eret = setjmp(state.gotcha)))
1447 signal(SIGALRM, gotcha);
1448 signal(SIGBUS, gotcha);
1449 signal(SIGSEGV, gotcha);
1943 else if (!(cret = setjmp(state.gotcha)))
1956 else if (!(cret = setjmp(state.gotcha)))
[all...]
/ast/src/cmd/mailx/
H A Dquit.c122 register int gotcha; local
142 for (mp = state.msg.list, gotcha = 0; mp < state.msg.list + state.msg.count; mp++) {
147 gotcha++;
156 if (!gotcha)
236 gotcha = !c && !ibuf;
247 if (gotcha) {
H A Dsend.c620 int gotcha; local
623 gotcha = 0;
627 gotcha = 1;
632 gotcha = 1;
664 gotcha = 1;
672 if (gotcha && (flags & GNL)) {

Completed in 27 milliseconds