Lines Matching refs:gotcha
567 jmp_buf gotcha;
1012 gotcha(int sig)
1016 signal(sig, gotcha);
1032 longjmp(state.gotcha, ret);
1147 else if (!(eret = setjmp(state.gotcha)))
1445 signal(SIGALRM, gotcha);
1446 signal(SIGBUS, gotcha);
1447 signal(SIGSEGV, gotcha);
1941 else if (!(cret = setjmp(state.gotcha)))
1954 else if (!(cret = setjmp(state.gotcha)))
1979 else if (!(cret = setjmp(state.gotcha)))
2135 else if (!(eret = setjmp(state.gotcha)))
2148 else if (!(eret = setjmp(state.gotcha)))