jmp_buf
jmp_buf loc;
jmp_buf env;
extern jmp_buf env;
jmp_buf Fightenv; /* used to jump into fight routine */
jmp_buf Timeoenv; /* used for timing out waiting for input */
extern jmp_buf Fightenv; /* used to jump into fight routine */
extern jmp_buf Timeoenv; /* used for timing out waiting for input */
jmp_buf End_move; /* Jump to on Real_time */
extern jmp_buf End_move;
jmp_buf restart;
extern jmp_buf restart;
static jmp_buf scr_onstop;
extern jmp_buf env;
jmp_buf env;
extern jmp_buf env;
extern jmp_buf env;
int setjmp (jmp_buf) __returns_twice;
void longjmp (jmp_buf, int) __dead2;
int _setjmp (jmp_buf) __returns_twice;
void _longjmp (jmp_buf, int) __dead2;
static jmp_buf env;
jmp_buf old_env;
static jmp_buf timeout;
static jmp_buf intrupt;
static jmp_buf openAbort;
static jmp_buf timeoutbuf;
static jmp_buf jmpbuf; /* where to jump to if we are ready when the */
static jmp_buf reset;
static jmp_buf restart;
static jmp_buf alarmbuf;
jmp_buf command_fail; /* return on a failed command */
extern jmp_buf command_fail; /* return on a failed command */
extern jmp_buf command_fail; /* return on a failed command */
extern jmp_buf db_jmpbuf;
jmp_buf db_jmpbuf;
extern jmp_buf db_jmpbuf;
extern jmp_buf command_fail; /* return here if config fails */
void LongJmp(jmp_buf, int);
jmp_buf command_fail; /* return on a failed command */
jmp_buf *no_fault = db_nofault;
static jmp_buf *db_nofault = NULL;
extern jmp_buf db_jmpbuf;
static jmp_buf db_global_jmpbuf;
jmp_buf *no_fault = db_nofault;
static jmp_buf *db_nofault = NULL;
extern jmp_buf db_jmpbuf;
static jmp_buf db_global_jmpbuf;
jmp_buf jmpbuf;
jmp_buf gotcha;
static jmp_buf timeout_buf;
jmp_buf pipestop;
static jmp_buf colljmp; /* To get back to work */
static jmp_buf collabort; /* To end collection with error */
EXTERN jmp_buf srbuf;
jmp_buf hdrjmp;
static jmp_buf rewrite; /* Place to go when continued */
static jmp_buf intjmp; /* Place to go when interrupted */
jmp_buf tstpbuf;
jmp_buf invitebuf;
extern jmp_buf
jmp_buf toplevel;
jmp_buf peerdied;
extern jmp_buf toplevel;
jmp_buf toplevel;
jmp_buf timeoutbuf;
static jmp_buf jmpbuf;
static jmp_buf intbuf;
static jmp_buf deadline;
static jmp_buf promptbuf;
static jmp_buf sigbuf;
static jmp_buf timeoutbuf;
static jmp_buf jmp_int;
EXTERN jmp_buf wwjmpbuf; /* jmpbuf for above */
static jmp_buf env;
static jmp_buf pppdead;