Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c869 # define G_interactive_fd (G.interactive_fd) macro
871 # define G_interactive_fd 0
1392 if (!G_interactive_fd) { in die_if_script()
2027 tcsetpgrp(G_interactive_fd, G_saved_tty_pgrp); in sigexit()
2726 if (G_interactive_fd && i->file == G.HFILE_stdin) { in fgetc_interactive()
6651 if (G_interactive_fd) in expand_one_var()
7878 && fd == G_interactive_fd in save_fd_on_redirect()
7881 G_interactive_fd = xdup_CLOEXEC_and_close(G_interactive_fd, avoid_fd); in save_fd_on_redirect()
7882 …ug_printf_redir("redirect_fd %d: matches interactive_fd, moving it to %d\n", fd, G_interactive_fd); in save_fd_on_redirect()
7982 if (G_interactive_fd) in close_saved_fds_and_FILE_fds()
[all …]