HomeSort by relevance Sort by last modified time
    Searched defs:jmp_buf (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
setjmp.h 35 typedef int jmp_buf[_JBLEN]; typedef
42 int setjmp(/* jmp_buf env */);
43 int _setjmp(/* jmp_buf env */);
45 void longjmp(/* jmp_buf env, int val */);
46 void _longjmp(/* jmp_buf env, int val */);
  /onnv/onnv-gate/usr/src/head/iso/
setjmp_iso.h 85 typedef long jmp_buf[_JBLEN]; typedef in namespace:std
87 typedef int jmp_buf[_JBLEN];
95 extern int setjmp(jmp_buf);
97 extern int _setjmp(jmp_buf);
99 extern void longjmp(jmp_buf, int) __NORETURN;
100 extern void _longjmp(jmp_buf, int) __NORETURN;
  /onnv/onnv-gate/usr/src/ucbhead/
setjmp.h 84 typedef int jmp_buf[_JBLEN]; typedef
86 typedef long jmp_buf[_JBLEN]; typedef
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
dumpusg.h 87 #define jmp_buf sigjmp_buf macro
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
restore.h 403 #define jmp_buf sigjmp_buf macro
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
ftp_var.h 90 #define jmp_buf sigjmp_buf macro
178 EXTERN jmp_buf toplevel; /* non-local goto stuff for cmd scanner */
213 EXTERN jmp_buf timeralarm; /* to recover from global timeout */
  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
def.h 378 #define jmp_buf sigjmp_buf macro
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 2946 # undef jmp_buf macro
2948 # define jmp_buf macro
    [all...]

Completed in 600 milliseconds