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

/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dsignals.c107 static sighandler_cxt old_tstp, old_ttou, old_ttin; variable
359 rl_maybe_set_sighandler (SIGTTIN, rl_signal_handler, &old_ttin);
407 rl_sigaction (SIGTTIN, &old_ttin, &dummy);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Djobs.c304 static SigHandler *old_tstp, *old_ttou, *old_ttin; variable
3692 old_ttin = set_signal_handler (SIGTTIN, sigstop_sighandler);
3718 set_signal_handler (SIGTTIN, old_ttin);

Completed in 169 milliseconds