Searched refs:onint (Results 1 – 4 of 4) sorted by relevance
70 #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;
96 onint(void) in onint() function
378 onint(); in onsig()
270 signal, the routine "onint" in error.c is called.