Searched refs:sigaction_t (Results 1 – 5 of 5) sorted by relevance
142 sigaction_t act, oact; in handle_SIGTSTP()261 sigaction_t act; in handle_SIGINT()328 sigaction_t old_act; in CatchIfDefault()329 sigaction_t new_act; in CatchIfDefault()395 static sigaction_t new_sigaction, old_sigaction; in _nc_signal_handler()
56 typedef struct sigaction sigaction_t; typedef80 typedef struct sigvec sigaction_t; typedef
42 _nc_sigaction(int sig, sigaction_t * sigact, sigaction_t * osigact) in _nc_sigaction()
8631 AC_MSG_CHECKING([for type sigaction_t])8635 [sigaction_t x; (void)x],8639 …_sigaction" = yes && AC_DEFINE(HAVE_TYPE_SIGACTION,1,[Define to 1 if we have the sigaction_t type])
13547 + move typedef for sigaction_t into SigAction.h to work around problem