Searched refs:wwjmpbuf (Results 1 – 3 of 3) sorted by relevance
274 jmp_buf wwjmpbuf; /* jmpbuf for above */ variable276 #define wwsetintr() do { wwintr = 1; if (wwsetjmp) longjmp(wwjmpbuf, 1); } \
104 (void) setjmp(wwjmpbuf); in wwiomux()
133 wwrint() will do a longjmp(wwjmpbuf) if wwsetjmp is true. This is