Searched refs:jump_buf (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dproto.h31 extern sigjmp_buf jump_buf;
H A Dnano.c1133 siglongjmp(jump_buf, 1);
2236 /* If we haven't already, we're going to set jump_buf so
2241 sigsetjmp(jump_buf, 1);
H A Dglobal.c28 sigjmp_buf jump_buf; variable
32 /* Have we set jump_buf so that we return to main() after a
H A Dtext.c1660 /* We're going to set jump_buf so that we return here after a
1665 sigsetjmp(jump_buf, 1);

Completed in 97 milliseconds