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

/freebsd-10-stable/usr.bin/tip/libacu/
H A Ddf.c49 static jmp_buf Sjbuf; variable
77 if (setjmp(Sjbuf)) {
136 longjmp(Sjbuf, 1);
H A Dv3451.c48 static jmp_buf Sjbuf; variable
169 if (setjmp(Sjbuf))
191 longjmp(Sjbuf, 1);

Completed in 95 milliseconds