Searched refs:jmpbuf (Results 1 – 7 of 7) sorted by relevance
40 static jmp_buf jmpbuf; variable61 if (setjmp(jmpbuf)) { in dn_dialer()114 longjmp(jmpbuf, 1); in alarmtr()
41 static jmp_buf jmpbuf; variable67 if (setjmp(jmpbuf)) { in v831_dialer()117 longjmp(jmpbuf, 1); in alarmtr()
41 static jmp_buf jmpbuf; variable78 if (setjmp(jmpbuf)) { in con()174 longjmp(jmpbuf, 1); in acuabort()
571 static jmp_buf jmpbuf; variable576 longjmp(jmpbuf, 1); in interrupt()586 if(setjmp(jmpbuf)) { in get_response()
100 static jmp_buf jmpbuf; variable694 while (0 == (jmpretval = setjmp(jmpbuf))) { in recv_loop_with_match()739 longjmp(jmpbuf, signo); in signal_handler()
113 static jmp_buf jmpbuf; /* where to jump to if we are ready when the */ variable689 longjmp(jmpbuf, 1); in proceed()795 if (setjmp(jmpbuf) == 0) { in worker()
126 static jmp_buf jmpbuf; variable164 longjmp(jmpbuf, -1); in err_suj()2399 retval = setjmp(jmpbuf); in suj_check()