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

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_tstp.c297 sigaction_t old_act; local
310 if (sigaction(sig, NULL, &old_act) == 0
311 && (old_act.sa_handler == SIG_DFL
312 || old_act.sa_handler == handler
314 || (sig == SIGWINCH && old_act.sa_handler == SIG_IGN)

Completed in 89 milliseconds