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

/haiku-fatelf/src/bin/gdb/readline/
H A Dsignals.c103 static sighandler_cxt old_tstp, old_ttou, old_ttin; variable
303 rl_maybe_set_sighandler (SIGTTIN, rl_signal_handler, &old_ttin);
343 rl_sigaction (SIGTTIN, &old_ttin, &dummy);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dsignals.c122 static sighandler_cxt old_tstp, old_ttou, old_ttin; variable
404 rl_maybe_set_sighandler (SIGTTIN, rl_signal_handler, &old_ttin);
452 rl_sigaction (SIGTTIN, &old_ttin, &dummy);
/haiku-fatelf/src/bin/bash/
H A Djobs.c304 static SigHandler *old_tstp, *old_ttou, *old_ttin; variable
3769 old_ttin = set_signal_handler (SIGTTIN, sigstop_sighandler);
3795 set_signal_handler (SIGTTIN, old_ttin);

Completed in 108 milliseconds