Symbol: jmp_buf
bin/csh/csh.c
1084
jmp_buf osetexit;
bin/csh/csh.c
124
jmp_buf reslab;
bin/csh/csh.c
767
jmp_buf oldexit;
bin/csh/csh.h
181
extern jmp_buf reslab;
bin/csh/exec.c
362
jmp_buf osetexit;
bin/csh/func.c
1374
jmp_buf osetexit;
bin/csh/parse.c
75
jmp_buf osetexit;
bin/ed/main.c
75
jmp_buf env;
bin/ksh/sh.h
108
# define ksh_jmp_buf jmp_buf
common/dist/zlib/examples/gzlog.c
248
jmp_buf gzlog_jump; /* where to go back to */
common/include/x86emu/x86emu.h
145
jmp_buf exec_state;
distrib/utils/more/os.c
71
static jmp_buf read_label;
distrib/utils/ssh/ssh.c
80
jmp_buf next_cmd;
games/boggle/boggle/bog.c
119
jmp_buf env;
games/boggle/boggle/timer.c
61
extern jmp_buf env;
games/phantasia/phantglobs.c
33
jmp_buf Fightenv; /* used to jump into fight routine */
games/phantasia/phantglobs.c
34
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
85
jmp_buf End_move; /* Jump to on Real_time */
games/robots/robots.h
106
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
130
static jmp_buf scr_onstop;
games/trek/lose.c
55
extern jmp_buf env;
games/trek/main.c
154
jmp_buf env;
games/trek/play.c
59
extern jmp_buf env;
games/trek/win.c
60
extern jmp_buf env;
include/setjmp.h
59
typedef _BSD_JBSLOT_T_ jmp_buf[_JBLEN] _JB_ATTRIBUTES;
include/setjmp.h
65
int setjmp(jmp_buf) __RENAME(__setjmp14) __returns_twice;
include/setjmp.h
66
void longjmp(jmp_buf, int) __RENAME(__longjmp14) __dead;
include/setjmp.h
76
int _setjmp(jmp_buf) __returns_twice;
include/setjmp.h
77
void _longjmp(jmp_buf, int) __dead;
lib/libc/arch/alpha/gen/__longjmp14.c
46
__longjmp14(jmp_buf env, int val)
lib/libc/arch/hppa/gen/__longjmp14.c
49
__longjmp14(jmp_buf env, int val)
lib/libc/arch/m68k/gen/longjmp.c
49
__longjmp14(jmp_buf env, int val)
lib/libc/arch/mips/gen/longjmp.c
46
__longjmp14(jmp_buf env, int val)
lib/libc/arch/sparc/gen/longjmp.c
54
__CTASSERT(sizeof(jmp_buf) >= sizeof(struct __jmp_buf));
lib/libc/arch/sparc/gen/longjmp.c
62
__longjmp14(jmp_buf env, int val)
lib/libc/arch/sparc64/gen/longjmp.c
65
__longjmp14(jmp_buf env, int val)
lib/libc/arch/vax/gen/__longjmp14.c
50
__longjmp14(jmp_buf env, int val)
lib/libc/compat/include/setjmp.h
43
int __setjmp14(jmp_buf) __returns_twice;
lib/libc/compat/include/setjmp.h
44
void __longjmp14(jmp_buf, int) __dead;
lib/libc/gen/Lint___setjmp14.c
12
__setjmp14(jmp_buf env)
lib/libc/gen/Lint___setjmp14.c
19
__longjmp14(jmp_buf env, int val)
lib/libc/gen/Lint__setjmp.c
12
_setjmp(jmp_buf env)
lib/libc/gen/Lint__setjmp.c
19
_longjmp(jmp_buf env, int val)
lib/libedit/readline.c
181
static jmp_buf topbuf;
lib/libwrap/diag.c
39
jmp_buf tcpd_buf;
lib/libwrap/hosts_access.c
60
extern jmp_buf tcpd_buf;
lib/libwrap/options.c
67
extern jmp_buf tcpd_buf; /* tcpd_jump() support */
lib/libwrap/rfc931.c
45
static jmp_buf timebuf;
libexec/tftpd/tftpd.c
908
static jmp_buf timeoutbuf;
regress/sys/arch/arm/abort-fixup/abortfixup.c
44
jmp_buf buf;
regress/sys/arch/m68k/emuspeed/emuspeed.c
63
jmp_buf jbuf;
sbin/restore/interactive.c
66
static jmp_buf reset;
sbin/restore/tape.c
88
static jmp_buf restart;
sbin/shutdown/shutdown.c
295
static jmp_buf alarmbuf;
sys/arch/pmax/include/dec_prom.h
115
int (*_setjmp)(jmp_buf); /* 4c */
sys/arch/pmax/include/dec_prom.h
116
void (*_longjmp)(jmp_buf, int); /* 50 */
sys/ddb/db_user.h
56
typedef jmp_buf label_t;
tests/kernel/t_open_pr_57260.c
45
static jmp_buf env;
tests/kernel/t_time_arith.c
57
static jmp_buf jmp;
tests/lib/libc/gen/t_ctype.c
93
jmp_buf env;
tests/lib/libc/setjmp/t_setjmp.c
106
int (*compat13_setjmp)(jmp_buf);
tests/lib/libc/setjmp/t_setjmp.c
107
void (*compat13_longjmp)(jmp_buf, int);
tests/lib/libc/setjmp/t_setjmp.c
157
jmp_buf jb;
tests/lib/libc/setjmp/t_sigstack.c
42
jmp_buf jmp;
tests/lib/libc/setjmp/t_sigstack.c
56
int (*compat13_setjmp)(jmp_buf);
tests/lib/libc/setjmp/t_sigstack.c
57
void (*compat13_longjmp)(jmp_buf, int) __dead;
tests/lib/libc/setjmp/t_threadjmp.c
105
jmp_buf jb;
tests/lib/libexecinfo/t_sig_backtrace.c
123
jmp_buf env;
tests/lib/libpthread/dlopen/t_dso_pthread_create.c
55
static jmp_buf abort_aborting;
tests/lib/libpthread/t_stack.c
51
jmp_buf buf;
usr.bin/login/common.c
130
static jmp_buf motdinterrupt;
usr.bin/mail/cmd1.c
300
static jmp_buf pipestop;
usr.bin/mail/collect.c
74
static jmp_buf abort_jmpbuf; /* To end collection with error */
usr.bin/mail/collect.c
75
static jmp_buf reset_jmpbuf; /* To get back to work */
usr.bin/mail/extern.h
257
void quit(jmp_buf);
usr.bin/mail/lex.c
376
static jmp_buf pipestop;
usr.bin/mail/lex.c
62
static jmp_buf jmpbuf; /* The reset jmpbuf */
usr.bin/mail/main.c
179
jmp_buf jmpbuf;
usr.bin/mail/quit.c
136
edstop(jmp_buf jmpbuf)
usr.bin/mail/quit.c
265
quit(jmp_buf jmpbuf)
usr.bin/mail/tty.c
54
static jmp_buf tty_jmpbuf; /* Place to go when interrupted */
usr.bin/msgs/msgs.c
160
jmp_buf tstpbuf;
usr.bin/rdist/docmd.c
54
jmp_buf env;
usr.bin/rlogin/rlogin.c
575
static jmp_buf rcvtop;
usr.bin/talk/invite.c
62
static jmp_buf invitebuf;
usr.bin/telnet/externs.h
187
extern jmp_buf
usr.bin/telnet/telnet.c
138
jmp_buf toplevel = { 0 };
usr.bin/tftp/main.c
90
jmp_buf toplevel;
usr.bin/tftp/tftp.c
70
extern jmp_buf toplevel;
usr.bin/tftp/tftp.c
74
jmp_buf timeoutbuf;
usr.bin/tip/acu.c
44
static jmp_buf jmpbuf;
usr.bin/tip/aculib/biz22.c
45
static jmp_buf timeoutbuf;
usr.bin/tip/aculib/biz31.c
47
static jmp_buf timeoutbuf;
usr.bin/tip/aculib/courier.c
50
static jmp_buf timeoutbuf;
usr.bin/tip/aculib/df.c
46
static jmp_buf Sjbuf;
usr.bin/tip/aculib/dn11.c
45
static jmp_buf jmpbuf;
usr.bin/tip/aculib/hayes.c
68
static jmp_buf timeoutbuf;
usr.bin/tip/aculib/t3000.c
50
static jmp_buf timeoutbuf;
usr.bin/tip/aculib/v3451.c
45
static jmp_buf Sjbuf;
usr.bin/tip/aculib/v831.c
45
static jmp_buf jmpbuf;
usr.bin/tip/aculib/ventel.c
49
static jmp_buf timeoutbuf;
usr.bin/tip/cmds.c
123
static jmp_buf intbuf;
usr.bin/tip/hunt.c
42
static jmp_buf deadline;
usr.bin/tip/tip.c
351
static jmp_buf promptbuf;
usr.sbin/gspa/gspa/gspa.c
80
jmp_buf synerrjmp;
usr.sbin/lpr/lpc/lpc.c
79
jmp_buf toplevel;
usr.sbin/moused/moused.c
437
static jmp_buf env;
usr.sbin/tcpdchk/tcpdchk.c
76
extern jmp_buf tcpd_buf;
usr.sbin/timed/timed/master.c
50
extern jmp_buf jmpenv;
usr.sbin/timed/timed/slave.c
45
extern jmp_buf jmpenv;
usr.sbin/timed/timed/timed.c
78
jmp_buf jmpenv;
usr.sbin/timed/timedc/timedc.c
65
jmp_buf toplevel;