sigjmp_buf
void siglongjmp(sigjmp_buf, int) __dead2;
int sigsetjmp(sigjmp_buf, int) __returns_twice;
#define jmp_buf sigjmp_buf
#define jmp_buf sigjmp_buf
#define jmp_buf sigjmp_buf
static sigjmp_buf sigjmp;
static sigjmp_buf timeoutbuf;
sigjmp_buf jmp_env, ojmp_env; /* error recovery jmp buf */
extern sigjmp_buf jmp_env, ojmp_env;
static sigjmp_buf nisjmp;
static sigjmp_buf deadline;
static sigjmp_buf env;
#define jmp_buf sigjmp_buf
siglongjmp(*((sigjmp_buf *)data), sig);
sigjmp_buf env;
sigjmp_buf tio_env; /* Read loop setjmp(3c) environment */
static sigjmp_buf jmp_stack;
static sigjmp_buf jumpbuf;
# define jmp_buf sigjmp_buf
typedef sigjmp_buf SM_JMPBUF_T;
sigjmp_buf env; /* jump environment buffer */
static sigjmp_buf signal_jmp_buf;
static sigjmp_buf jmpbuf;
static sigjmp_buf timeoutbuf;
static sigjmp_buf timeoutbuf;
static sigjmp_buf Sjbuf;
static sigjmp_buf jmpbuf;
static sigjmp_buf timeoutbuf;
static sigjmp_buf Sjbuf;
static sigjmp_buf jmpbuf;
static sigjmp_buf timeoutbuf;
sigjmp_buf intbuf; /* for interrupts and timeouts */
static sigjmp_buf deadline;
static sigjmp_buf promptbuf;
static sigjmp_buf sigbuf;
typedef long sigjmp_buf[_SIGJBLEN];
typedef int sigjmp_buf[_SIGJBLEN];
extern int sigsetjmp(sigjmp_buf, int) __RETURNS_TWICE;
extern void siglongjmp(sigjmp_buf, int) __NORETURN;
siglongjmp(sigjmp_buf env, int val)
__csigsetjmp(sigjmp_buf env, int savemask, gregset_t rs)
siglongjmp(sigjmp_buf env, int val)
sigjmp_buf env, int savemask)
sigjmp_buf work_jmp_buf; /* cancellation point */
extern void _siglongjmp(sigjmp_buf, int) __NORETURN;
siglongjmp(sigjmp_buf env, int val)
__csigsetjmp(sigjmp_buf env, int savemask)
siglongjmp(sigjmp_buf env, int val)
static sigjmp_buf jmpbuf;
static sigjmp_buf gl_setjmp_buffer;
static sigjmp_buf segv_env;
static sigjmp_buf from_trap;
static sigjmp_buf cmpjmp;
extern int _sigsetjmp(sigjmp_buf, int) __RETURNS_TWICE;
extern void _siglongjmp(sigjmp_buf, int) __NORETURN;
extern int sigsetjmp(sigjmp_buf, int) __RETURNS_TWICE;
extern void siglongjmp(sigjmp_buf, int) __NORETURN;
typedef int sigjmp_buf[_SIGJBLEN];
typedef long sigjmp_buf[_SIGJBLEN];