Searched refs:interactive_fd (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.c484 /* interactive_fd != 0 means we are an interactive shell.
496 /* 'interactive_fd' is a fd# open to ctty, if we have one
498 int interactive_fd; member in struct:globals
501 # define G_interactive_fd (G.interactive_fd)
7251 debug_printf("interactive_fd:%d\n", G_interactive_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c484 /* interactive_fd != 0 means we are an interactive shell.
496 /* 'interactive_fd' is a fd# open to ctty, if we have one
498 int interactive_fd; member in struct:globals
501 # define G_interactive_fd (G.interactive_fd)
7251 debug_printf("interactive_fd:%d\n", G_interactive_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c484 /* interactive_fd != 0 means we are an interactive shell.
496 /* 'interactive_fd' is a fd# open to ctty, if we have one
498 int interactive_fd; member in struct:globals
501 # define G_interactive_fd (G.interactive_fd)
7251 debug_printf("interactive_fd:%d\n", G_interactive_fd);

Completed in 278 milliseconds