Home
last modified time | relevance | path

Searched refs:suppressint (Results 1 – 8 of 8) sorted by relevance

/dports/shells/dash/dash-0.5.11.5/src/
H A Derror.h80 extern int suppressint;
86 suppressint++; \
97 if (--suppressint == 0 && intpending) onint(); \
104 suppressint = 0; \
108 #define SAVEINT(v) ((v) = suppressint)
112 if ((suppressint = (v)) == 0 && intpending) onint(); \
H A Derror.c64 int suppressint; variable
234 if (--suppressint == 0 && intpending) { in __inton()
H A Dtrap.c300 if (!suppressint) in onsig()
H A Dexec.c145 argv[0], e, suppressint )); in shellexec()
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Derror.h94 #define INTOFF psh->suppressint++
95 #define INTON { if (--psh->suppressint == 0 && psh->intpending) onint(psh); }
96 #define FORCEINTON {psh->suppressint = 0; if (psh->intpending) onint(psh);}
H A Derror.c105 if (psh->suppressint) { in onint()
H A Dshinstance.h165 int volatile suppressint; member
H A Dexec.c188 argv[0], e, vforked, psh->suppressint )); in shellexec()