Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tty/
H A Dlib_tstp.c330 sigaction_t old_act; in CatchIfDefault() local
343 if (sigaction(sig, NULL, &old_act) == 0 in CatchIfDefault()
344 && (old_act.sa_handler == SIG_DFL in CatchIfDefault()
345 || old_act.sa_handler == handler in CatchIfDefault()
347 || (sig == SIGWINCH && old_act.sa_handler == SIG_IGN) in CatchIfDefault()