Searched refs:Sjbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.bin/tip/libacu/
H A Ddf.c51 static jmp_buf Sjbuf; variable
79 if (setjmp(Sjbuf)) {
138 longjmp(Sjbuf, 1);
H A Dv3451.c50 static jmp_buf Sjbuf; variable
171 if (setjmp(Sjbuf))
193 longjmp(Sjbuf, 1);

Completed in 118 milliseconds