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

  /src/bin/sh/
error.h 90 #define INTON do { if (--suppressint == 0 && intpending) onint(); } while (0)
91 #define FORCEINTON do { suppressint = 0; if (intpending) onint(); } while (0)
97 void onint(void);
error.c 107 onint(void) function in typeref:typename:void
trap.c 715 onint();
732 onint();

Completed in 14 milliseconds