Home
last modified time | relevance | path

Searched refs:onint (Results 1 – 4 of 4) sorted by relevance

/freebsd/bin/sh/
H A Derror.h70 #define INTON { if (--suppressint == 0 && intpending) onint(); }
72 #define SETINTON(s) do { suppressint = (s); if (suppressint == 0 && intpending) onint(); } while (0)
73 #define FORCEINTON {suppressint = 0; if (intpending) onint();}
79 void onint(void) __dead2;
H A Derror.c96 onint(void) in onint() function
H A Dtrap.c378 onint(); in onsig()
H A DTOUR270 signal, the routine "onint" in error.c is called.