Symbol: jmp_buf
bin/sh/error.h
50
jmp_buf loc;
games/boggle/boggle/bog.c
73
jmp_buf env;
games/boggle/boggle/extern.h
40
extern jmp_buf env;
games/phantasia/phantglobs.c
27
jmp_buf Fightenv; /* used to jump into fight routine */
games/phantasia/phantglobs.c
28
jmp_buf Timeoenv; /* used for timing out waiting for input */
games/phantasia/phantglobs.h
25
extern jmp_buf Fightenv; /* used to jump into fight routine */
games/phantasia/phantglobs.h
26
extern jmp_buf Timeoenv; /* used for timing out waiting for input */
games/robots/extern.c
74
jmp_buf End_move; /* Jump to on Real_time */
games/robots/robots.h
93
extern jmp_buf End_move;
games/sail/globals.c
566
jmp_buf restart;
games/sail/restart.h
32
extern jmp_buf restart;
games/tetris/screen.c
206
static jmp_buf scr_onstop;
games/trek/lose.c
47
extern jmp_buf env;
games/trek/main.c
141
jmp_buf env;
games/trek/play.c
51
extern jmp_buf env;
games/trek/win.c
52
extern jmp_buf env;
include/setjmp.h
46
int setjmp (jmp_buf) __returns_twice;
include/setjmp.h
47
void longjmp (jmp_buf, int) __dead2;
include/setjmp.h
55
int _setjmp (jmp_buf) __returns_twice;
include/setjmp.h
56
void _longjmp (jmp_buf, int) __dead2;
lib/libtelnet/read_password.c
56
static jmp_buf env;
lib/libtelnet/read_password.c
75
jmp_buf old_env;
libexec/getty/main.c
142
static jmp_buf timeout;
libexec/getty/main.c
151
static jmp_buf intrupt;
libexec/rpc.rusersd/rusers_proc.c
64
static jmp_buf openAbort;
libexec/tftpd/tftpd.c
565
static jmp_buf timeoutbuf;
sbin/dump/tape.c
113
static jmp_buf jmpbuf; /* where to jump to if we are ready when the */
sbin/restore/interactive.c
53
static jmp_buf reset;
sbin/restore/tape.c
70
static jmp_buf restart;
sbin/shutdown/shutdown.c
284
static jmp_buf alarmbuf;
sbin/vinum/v.c
97
jmp_buf command_fail; /* return on a failed command */
sbin/vinum/vext.h
166
extern jmp_buf command_fail; /* return on a failed command */
sbin/vinum/vinumutil.c
45
extern jmp_buf command_fail; /* return on a failed command */
sys/cpu/x86_64/misc/x86_64-gdbstub.c
113
extern jmp_buf db_jmpbuf;
sys/ddb/db_command.c
62
jmp_buf db_jmpbuf;
sys/ddb/db_trap.c
45
extern jmp_buf db_jmpbuf;
sys/dev/raid/vinum/vinumext.h
154
extern jmp_buf command_fail; /* return here if config fails */
sys/dev/raid/vinum/vinumext.h
162
void LongJmp(jmp_buf, int);
sys/dev/raid/vinum/vinumioctl.c
61
jmp_buf command_fail; /* return on a failed command */
sys/platform/pc64/x86_64/db_interface.c
141
jmp_buf *no_fault = db_nofault;
sys/platform/pc64/x86_64/db_interface.c
84
static jmp_buf *db_nofault = NULL;
sys/platform/pc64/x86_64/db_interface.c
85
extern jmp_buf db_jmpbuf;
sys/platform/pc64/x86_64/db_interface.c
92
static jmp_buf db_global_jmpbuf;
sys/platform/vkernel64/x86_64/db_interface.c
139
jmp_buf *no_fault = db_nofault;
sys/platform/vkernel64/x86_64/db_interface.c
82
static jmp_buf *db_nofault = NULL;
sys/platform/vkernel64/x86_64/db_interface.c
83
extern jmp_buf db_jmpbuf;
sys/platform/vkernel64/x86_64/db_interface.c
90
static jmp_buf db_global_jmpbuf;
test/stress/fsx/fsx.c
71
jmp_buf jmpbuf;
tools/regression/lib/libc-regex/testregex.c
567
jmp_buf gotcha;
usr.bin/login/login.c
107
static jmp_buf timeout_buf;
usr.bin/mail/cmd1.c
275
jmp_buf pipestop;
usr.bin/mail/collect.c
64
static jmp_buf colljmp; /* To get back to work */
usr.bin/mail/collect.c
66
static jmp_buf collabort; /* To end collection with error */
usr.bin/mail/glob.h
87
EXTERN jmp_buf srbuf;
usr.bin/mail/main.c
45
jmp_buf hdrjmp;
usr.bin/mail/tty.c
45
static jmp_buf rewrite; /* Place to go when continued */
usr.bin/mail/tty.c
46
static jmp_buf intjmp; /* Place to go when interrupted */
usr.bin/msgs/msgs.c
136
jmp_buf tstpbuf;
usr.bin/talk/invite.c
56
jmp_buf invitebuf;
usr.bin/telnet/externs.h
215
extern jmp_buf
usr.bin/telnet/telnet.c
139
jmp_buf toplevel;
usr.bin/telnet/telnet.c
140
jmp_buf peerdied;
usr.bin/tftp/main.c
74
extern jmp_buf toplevel;
usr.bin/tftp/tftp.c
70
jmp_buf toplevel;
usr.bin/tftp/tftp.c
71
jmp_buf timeoutbuf;
usr.bin/tip/acu.c
41
static jmp_buf jmpbuf;
usr.bin/tip/cmds.c
149
static jmp_buf intbuf;
usr.bin/tip/hunt.c
38
static jmp_buf deadline;
usr.bin/tip/tip.c
313
static jmp_buf promptbuf;
usr.bin/tip/tipout.c
42
static jmp_buf sigbuf;
usr.bin/tip/unidialer.c
134
static jmp_buf timeoutbuf;
usr.bin/top/top.c
112
static jmp_buf jmp_int;
usr.bin/window/ww.h
282
EXTERN jmp_buf wwjmpbuf; /* jmpbuf for above */
usr.sbin/moused/moused.c
473
static jmp_buf env;
usr.sbin/pppctl/pppctl.c
156
static jmp_buf pppdead;