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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Derror.h79 extern int suppressint;
85 suppressint++; \
96 if (--suppressint == 0 && intpending) onint(); \
103 suppressint = 0; \
107 #define SAVEINT(v) ((v) = suppressint)
111 if ((suppressint = (v)) == 0 && intpending) onint(); \
H A Derror.c63 int suppressint; variable
229 if (--suppressint == 0 && intpending) {
H A Dtrap.c300 if (!suppressint)
H A Dexec.c144 TRACE(("shellexec failed for %s, errno %d, suppressint %d\n",
145 argv[0], e, suppressint ));

Completed in 26 milliseconds