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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c519 # define G_saved_tty_pgrp (G.saved_tty_pgrp) macro
521 # define G_saved_tty_pgrp 0 macro
1181 if (G_saved_tty_pgrp && getpid() == G.root_pid)
1182 tcsetpgrp(G_interactive_fd, G_saved_tty_pgrp);
4111 if (G_saved_tty_pgrp) {
4403 && G_saved_tty_pgrp /* we have ctty */
6857 if (G_saved_tty_pgrp) /* we have ctty, job control sigs work */
7232 G_saved_tty_pgrp = tcgetpgrp(STDIN_FILENO);
7233 debug_printf("saved_tty_pgrp:%d\n", G_saved_tty_pgrp);
7234 if (G_saved_tty_pgrp <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c519 # define G_saved_tty_pgrp (G.saved_tty_pgrp) macro
521 # define G_saved_tty_pgrp 0 macro
1181 if (G_saved_tty_pgrp && getpid() == G.root_pid)
1182 tcsetpgrp(G_interactive_fd, G_saved_tty_pgrp);
4111 if (G_saved_tty_pgrp) {
4403 && G_saved_tty_pgrp /* we have ctty */
6857 if (G_saved_tty_pgrp) /* we have ctty, job control sigs work */
7232 G_saved_tty_pgrp = tcgetpgrp(STDIN_FILENO);
7233 debug_printf("saved_tty_pgrp:%d\n", G_saved_tty_pgrp);
7234 if (G_saved_tty_pgrp <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c519 # define G_saved_tty_pgrp (G.saved_tty_pgrp) macro
521 # define G_saved_tty_pgrp 0 macro
1181 if (G_saved_tty_pgrp && getpid() == G.root_pid)
1182 tcsetpgrp(G_interactive_fd, G_saved_tty_pgrp);
4111 if (G_saved_tty_pgrp) {
4403 && G_saved_tty_pgrp /* we have ctty */
6857 if (G_saved_tty_pgrp) /* we have ctty, job control sigs work */
7232 G_saved_tty_pgrp = tcgetpgrp(STDIN_FILENO);
7233 debug_printf("saved_tty_pgrp:%d\n", G_saved_tty_pgrp);
7234 if (G_saved_tty_pgrp <
[all...]

Completed in 149 milliseconds