Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c310 sigaction_t old_act; in CatchIfDefault() local
323 if (sigaction(sig, NULL, &old_act) == 0 in CatchIfDefault()
324 && (old_act.sa_handler == SIG_DFL in CatchIfDefault()
325 || old_act.sa_handler == handler in CatchIfDefault()
327 || (sig == SIGWINCH && old_act.sa_handler == SIG_IGN) in CatchIfDefault()
/dragonfly/lib/libtcplay/
H A Dio.c401 struct sigaction act, old_act; in read_passphrase() local
424 sigaction(SIGINT, &act, &old_act); in read_passphrase()
462 sigaction(SIGINT, &old_act, NULL); in read_passphrase()