Searched refs:old_tstp (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
295 rl_maybe_set_sighandler (SIGTSTP, rl_signal_handler, &old_tstp);
335 rl_sigaction (SIGTSTP, &old_tstp, &dummy);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dsignals.c122 static sighandler_cxt old_tstp, old_ttou, old_ttin; variable
396 rl_maybe_set_sighandler (SIGTSTP, rl_signal_handler, &old_tstp);
444 rl_sigaction (SIGTSTP, &old_tstp, &dummy);
/haiku-fatelf/src/bin/bash/
H A Djobs.c304 static SigHandler *old_tstp, *old_ttou, *old_ttin; variable
3768 old_tstp = set_signal_handler (SIGTSTP, sigstop_sighandler);
3793 set_signal_handler (SIGTSTP, old_tstp);

Completed in 85 milliseconds