Home
last modified time | relevance | path

Searched refs:sigaction_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c142 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()
/freebsd/contrib/ncurses/ncurses/
H A DSigAction.h56 typedef struct sigaction sigaction_t; typedef
80 typedef struct sigvec sigaction_t; typedef
/freebsd/contrib/ncurses/ncurses/base/
H A Dsigaction.c42 _nc_sigaction(int sig, sigaction_t * sigact, sigaction_t * osigact) in _nc_sigaction()
/freebsd/contrib/ncurses/
H A Daclocal.m48631 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])
H A DNEWS13547 + move typedef for sigaction_t into SigAction.h to work around problem