Home
last modified time | relevance | path

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

/freebsd/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]) ();
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()
/freebsd/contrib/diff/
H A DChangeLog2621 (NUM_SIGS, initial_handler): New macros.