Searched refs:NUM_SIGS (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/diff/src/
H A Dsdiff.c67 #define NUM_SIGS (sizeof sigs / sizeof *sigs) macro
87 #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]) ();
798 for (i = 0; i < NUM_SIGS; i++)
802 for (i = 0; i < NUM_SIGS; i++)
828 for (i = 0; i < NUM_SIGS; i++)

Completed in 107 milliseconds