HomeSort by: relevance | last modified time | path
    Searched defs:jmpbuf (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/tip/
acu.c 44 static jmp_buf jmpbuf; variable in typeref:typename:jmp_buf
87 if (setjmp(jmpbuf)) {
178 longjmp(jmpbuf, 1);
  /src/usr.bin/tip/aculib/
dn11.c 45 static jmp_buf jmpbuf; variable in typeref:typename:jmp_buf
66 if (setjmp(jmpbuf)) {
120 longjmp(jmpbuf, 1);
v831.c 45 static jmp_buf jmpbuf; variable in typeref:typename:jmp_buf
70 if (setjmp(jmpbuf)) {
121 longjmp(jmpbuf, 1);
  /src/usr.bin/mail/
main.c 179 jmp_buf jmpbuf; local in function:main
457 if (setjmp(jmpbuf) != 0) {
467 quit(jmpbuf);
lex.c 62 static jmp_buf jmpbuf; /* The reset jmpbuf */ variable in typeref:typename:jmp_buf
258 quit(jmpbuf);
846 longjmp(jmpbuf, signo);
873 longjmp(jmpbuf, signo);
904 (void)setjmp(jmpbuf); /* "reset" location if we got an interrupt */
  /src/sys/kern/
kgdb_stub.c 344 label_t jmpbuf; local in function:kgdb_trap
420 (void)setjmp((kgdb_recover = &jmpbuf));

Completed in 13 milliseconds