Home
last modified time | relevance | path

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

/netbsd/external/gpl2/diffutils/dist/src/
H A Dsdiff.c71 #define NUM_SIGS (sizeof sigs / sizeof *sigs) macro
91 #define handler_index_of_SIGINT (NUM_SIGS - 2)
92 #define handler_index_of_SIGPIPE (NUM_SIGS - 1)
96 static struct sigaction initial_action[NUM_SIGS];
100 static RETSIGTYPE (*initial_action[NUM_SIGS]) ();
796 for (i = 0; i < NUM_SIGS; i++) in trapsigs()
800 for (i = 0; i < NUM_SIGS; i++) in trapsigs()
826 for (i = 0; i < NUM_SIGS; i++) in untrapsig()
/netbsd/external/gpl2/diffutils/dist/
H A DChangeLog2152 (NUM_SIGS, initial_handler): New macros.