Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c887 # define G_saved_tty_pgrp (G.saved_tty_pgrp) macro
889 # define G_saved_tty_pgrp 0 macro
2022 if (G_saved_tty_pgrp && getpid() == G.root_pid) { in sigexit()
2027 tcsetpgrp(G_interactive_fd, G_saved_tty_pgrp); in sigexit()
9143 if (G_saved_tty_pgrp) { in checkjobs_and_fg_shell()
9570 && G_saved_tty_pgrp /* we have ctty */ in run_pipe()
10104 if (G_saved_tty_pgrp) /* we have ctty, job control sigs work */ in install_special_sighandlers()
10591 G_saved_tty_pgrp = tcgetpgrp(STDIN_FILENO); in hush_main()
10592 debug_printf("saved_tty_pgrp:%d\n", G_saved_tty_pgrp); in hush_main()
10593 if (G_saved_tty_pgrp < 0) in hush_main()
[all …]