Symbol: setjmp
bin/csh/csh.h
164
#define setexit() (setjmp(reslab))
games/boggle/boggle/bog.c
272
if (setjmp(env)) {
games/phantasia/fight.c
69
setjmp(Fightenv); /* this is to enable changing fight state */
games/phantasia/io.c
329
if (setjmp(Timeoenv) != 0)
games/sail/main.c
92
if ((i = setjmp(restart)))
games/tetris/screen.c
263
(void) setjmp(scr_onstop);
games/trek/main.c
162
if (setjmp(env))
include/setjmp.h
53
__returns_twice int setjmp(jmp_buf);
lib/libedit/readline.c
398
(void)setjmp(topbuf);
lib/libexpat/tests/minicheck.c
206
if (setjmp(env)) {
lib/libexpat/tests/minicheck.c
213
if (setjmp(env)) {
lib/libexpat/tests/minicheck.c
222
if (setjmp(env)) {
lib/libpcap/gencode.c
284
if (setjmp(top_ctx)) {
lib/libpcap/gencode.c
330
if (setjmp(top_ctx)) {
regress/lib/libc/longjmp/longjmp.c
34
sj = setjmp;
regress/lib/libc/malloc/malloc0test/malloc0test.c
29
if (setjmp(jmp) == 0)
regress/lib/libc/malloc/malloc0test/malloc0test.c
31
if (setjmp(jmp) == 0)
regress/lib/libc/setjmp-fpu/setjmp.c
11
#define SETJMP(env, savemask) setjmp(env)
regress/lib/libc/setjmp-signal/setjmp-signal.c
21
if (setjmp(jb) == 0) {
regress/lib/libc/setjmp/jmptest.c
50
#define SET(b, m) setjmp(b)
regress/lib/libpthread/setjmp/setjmp.c
62
if (setjmp(foo)) {
regress/sys/kern/xonly/xonly.c
170
if (setjmp(fail) == 0) {
regress/sys/kern/xonly/xonly.c
221
if (setjmp(fail) == 0) {
sbin/restore/interactive.c
111
if (setjmp(reset) != 0) {
sbin/restore/tape.c
705
if (!gettingfile && setjmp(restart) != 0)
sys/arch/amd64/include/efivar.h
39
#define efi_enter_check(sc) (setjmp(&efi_jmpbuf) ? \
sys/arch/arm64/arm64/cpu.c
2082
if (setjmp(&cpu_suspend_jmpbuf)) {
sys/arch/arm64/arm64/cpu.c
2094
if (setjmp(&cpu_suspend_jmpbuf))
sys/arch/arm64/include/efivar.h
43
#define efi_enter_check(sc) (setjmp(&efi_jmpbuf) ? \
sys/arch/luna88k/stand/boot/fault.c
113
if (setjmp(&badaddr_jmpbuf) == 0) {
sys/arch/luna88k/stand/boot/fault.c
33
extern int setjmp(label_t *);
sys/arch/luna88k/stand/boot/samachdep.h
101
int setjmp(label_t *);
sys/arch/m88k/m88k/db_trace.c
285
if (setjmp((db_recover = &db_jmpbuf)) != 0) {
sys/ddb/db_command.c
731
(void) setjmp(&db_jmpbuf);
sys/dev/x86emu/x86emu.c
231
if (setjmp(&emu->exec_state))
sys/dev/x86emu/x86emu.c
234
if (setjmp(emu->exec_state))
sys/sys/systm.h
387
__returns_twice int setjmp(label_t *);
usr.bin/awk/run.c
188
if (setjmp(env) != 0)
usr.bin/awk/run.c
206
if (setjmp(env) != 0) /* handles exit within END */
usr.bin/ftp/cmds.c
1342
if (setjmp(abortprox)) {
usr.bin/ftp/cmds.c
266
(void)setjmp(jabort);
usr.bin/ftp/cmds.c
834
(void)setjmp(jabort);
usr.bin/ftp/cmds.c
942
(void)setjmp(jabort);
usr.bin/ftp/fetch.c
1042
if (setjmp(httpabort)) {
usr.bin/ftp/fetch.c
1261
if (setjmp(toplevel)) {
usr.bin/ftp/fetch.c
239
if (setjmp(httpabort)) {
usr.bin/ftp/ftp.c
1861
if (setjmp(ptabort))
usr.bin/ftp/ftp.c
2031
if (cout == NULL || setjmp(forceabort)) {
usr.bin/ftp/ftp.c
611
if (setjmp(sendabort)) {
usr.bin/ftp/ftp.c
681
if (setjmp(sendabort))
usr.bin/ftp/ftp.c
908
if (setjmp(recvabort)) {
usr.bin/ftp/ftp.c
987
if (setjmp(recvabort))
usr.bin/ftp/main.c
637
if (setjmp(toplevel))
usr.bin/ftp/main.c
662
top = setjmp(toplevel) == 0;
usr.bin/ftp/small.c
389
(void)setjmp(jabort);
usr.bin/lex/main.c
152
exit_status = setjmp(flex_main_jmp_buf);
usr.bin/rdist/docmd.c
459
if (setjmp(finish_jmpbuf)) {
usr.bin/rdistd/filesys.c
228
if (setjmp(env)) {
usr.bin/rdistd/server.c
1660
if (setjmp(finish_jmpbuf))
usr.bin/talk/invite.c
99
(void) setjmp(invitebuf);
usr.bin/telnet/commands.c
1916
if (setjmp(peerdied) == 0)
usr.bin/telnet/main.c
199
if (setjmp(toplevel) != 0)
usr.bin/telnet/main.c
206
(void)setjmp(toplevel);
usr.sbin/amd/amd/nfs_start.c
105
if ((sig = setjmp(select_intr))) {