Searched refs:jmpbuf (Results 1 – 8 of 8) sorted by relevance
48 static jmp_buf jmpbuf; variable69 if (setjmp(jmpbuf)) { in dn_dialer()122 longjmp(jmpbuf, 1); in alarmtr()
49 static jmp_buf jmpbuf; variable75 if (setjmp(jmpbuf)) { in v831_dialer()125 longjmp(jmpbuf, 1); in alarmtr()
49 static jmp_buf jmpbuf; variable86 if (setjmp(jmpbuf)) { in con()182 longjmp(jmpbuf, 1); in acuabort()
67 static jmp_buf jmpbuf; variable71 longjmp(jmpbuf, 1);95 if (setjmp(jmpbuf))
571 static jmp_buf jmpbuf; variable576 longjmp(jmpbuf, 1); in interrupt()586 if(setjmp(jmpbuf)) { in get_response()
101 static jmp_buf jmpbuf; variable695 while (0 == (jmpretval = setjmp(jmpbuf))) { in recv_loop_with_match()740 longjmp(jmpbuf, signo); in signal_handler()
119 static jmp_buf jmpbuf; /* where to jump to if we are ready when the */ variable695 longjmp(jmpbuf, 1); in proceed()801 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()