Searched refs:setjmp (Results 1 - 25 of 226) sorted by relevance

12345678910

/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixjmp.h1 /* posixjmp.h -- wrapper for setjmp.h with changes for POSIX systems. */
24 #include <setjmp.h>
31 # undef setjmp macro
32 # define setjmp(x) sigsetjmp((x), 1) macro
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixjmp.h1 /* posixjmp.h -- wrapper for setjmp.h with changes for POSIX systems. */
24 #include <setjmp.h>
31 # undef setjmp macro
32 # define setjmp(x) sigsetjmp((x), 1) macro
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dlongjmp.c38 #include <setjmp.h>
62 (void) setjmp(env);
H A Dsiglongjmp.c34 #include <setjmp.h>
/macosx-10.10/emacs-93/emacs/src/m/
H A Dtek4300.h68 /* setjmp and longjmp can safely replace _setjmp and _longjmp, */
71 #define _setjmp setjmp
/macosx-10.10/emacs-93/emacs/src/s/
H A Dbsd4-1.h119 #define _setjmp setjmp
H A Dusg5-0.h132 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
135 #define _setjmp setjmp
H A Dusg5-2-2.h131 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
134 #define _setjmp setjmp
H A Dusg5-2.h131 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
134 #define _setjmp setjmp
H A Dirix3-3.h120 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
123 #define _setjmp setjmp
H A Dunipl5-2.h137 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
140 #define _setjmp setjmp
H A Dxenix.h163 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
166 #define _setjmp setjmp
H A Ddgux4.h71 #include <setjmp.h>
74 #undef setjmp macro
79 #define setjmp(env) sigsetjmp(env, 1) macro
H A Daix3-1.h163 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
166 #define _setjmp setjmp
H A Diris3-5.h133 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
136 #define _setjmp setjmp
H A Diris3-6.h134 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
137 #define _setjmp setjmp
H A Dusg5-3.h145 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
148 #define _setjmp setjmp
/macosx-10.10/postfix-255/postfix/src/util/
H A Dgccw.c13 #include <setjmp.h>
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/visupng/
H A Dcexcept.h194 #include <setjmp.h>
205 /* the calls to setjmp() and longjmp(). A wrapper struct is used to */
216 if (setjmp(exception__env) == 0) { \
/macosx-10.10/postfix-255/postfix/src/global/
H A Dsmtp_stream.h18 #include <setjmp.h>
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dforkdata.h35 #include <setjmp.h>
/macosx-10.10/libtelnet-13/
H A Dread_password.c67 #include <setjmp.h>
98 if (setjmp(env))
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp_var.h43 #include <setjmp.h>
/macosx-10.10/expat-12/expat/tests/
H A Dminicheck.c10 #include <setjmp.h>
125 if (setjmp(env)) {
132 if (setjmp(env)) {
140 if (setjmp(env)) {
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dprogressbar.h41 #include <setjmp.h>

Completed in 131 milliseconds

12345678910