Searched refs:suppressint (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Derror.h70 extern volatile sig_atomic_t suppressint;
73 #define INTOFF suppressint++
74 #define INTON { if (--suppressint == 0 && intpending) onint(); }
75 #define is_int_on() suppressint
76 #define SETINTON(s) suppressint = (s)
77 #define FORCEINTON {suppressint = 0; if (intpending) onint();}
H A Derror.c65 volatile sig_atomic_t suppressint; variable
113 if (suppressint && !in_dotrap) {

Completed in 179 milliseconds