HomeSort by: relevance | last modified time | path
    Searched refs:suppressint (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
error.h 86 extern volatile int suppressint;
89 #define INTOFF suppressint++
90 #define INTON do { if (--suppressint == 0 && intpending) onint(); } while (0)
91 #define FORCEINTON do { suppressint = 0; if (intpending) onint(); } while (0)
error.c 70 volatile int suppressint; variable in typeref:typename:volatile int
99 * this routine is not called.) Suppressint is nonzero when interrupts
111 if (suppressint) {
trap.c 712 if (suppressint && !in_dotrap)
728 if (!suppressint) {
exec.c 211 ("shellexec failed for %s, errno %d, vforked %d, suppressint %d\n",
212 argv[0], e, vforked, suppressint));

Completed in 13 milliseconds