Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c987 HFILE *HFILE_stdin; member
1623 G.HFILE_stdin = fp; in hfopen()
1658 if (fp == G.HFILE_stdin) { in refill_HFILE_and_getc()
2726 if (G_interactive_fd && i->file == G.HFILE_stdin) { in fgetc_interactive()
7957 if (G.HFILE_stdin in restore_redirects()
7958 && G.HFILE_stdin->fd > STDIN_FILENO in restore_redirects()
7971 debug_printf_redir("restoring %d to stdin\n", G.HFILE_stdin->fd); in restore_redirects()
7972 xmove_fd(G.HFILE_stdin->fd, STDIN_FILENO); in restore_redirects()
7973 G.HFILE_stdin->fd = STDIN_FILENO; in restore_redirects()