Searched refs:NUM_SIGS (Results 1 – 2 of 2) sorted by relevance
67 #define NUM_SIGS (sizeof sigs / sizeof *sigs) macro87 #define handler_index_of_SIGINT (NUM_SIGS - 2)88 #define handler_index_of_SIGPIPE (NUM_SIGS - 1)92 static struct sigaction initial_action[NUM_SIGS];96 static void (*initial_action[NUM_SIGS]) ();795 for (i = 0; i < NUM_SIGS; i++) in trapsigs()799 for (i = 0; i < NUM_SIGS; i++) in trapsigs()825 for (i = 0; i < NUM_SIGS; i++) in untrapsig()
2621 (NUM_SIGS, initial_handler): New macros.