Searched refs:shell_terminal (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 302 static unsigned int shell_terminal; variable 687 tcsetpgrp(shell_terminal, pi->pgrp); in builtin_fg_bg() 1503 if ((curpgrp = tcgetpgrp(shell_terminal = 2)) < 0 1504 && (curpgrp = tcgetpgrp(shell_terminal = 0)) < 0 1505 && (curpgrp = tcgetpgrp(shell_terminal = 1)) < 0) 1514 shell_terminal = -1; 1891 if (tcsetpgrp(shell_terminal, pi->pgrp) && errno != ENOTTY) 1895 if (tcsetpgrp(shell_terminal, getpgid(0)) && errno != ENOTTY) 3365 while (tcgetpgrp (shell_terminal) != (shell_pgrp = getpgrp ())) 3383 tcsetpgrp(shell_terminal, shell_pgrp);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 2677 int shell_terminal; 2689 shell_terminal = STDIN_FILENO; 2690 shell_is_interactive = isatty (shell_terminal); 2695 while (tcgetpgrp (shell_terminal) != (shell_pgid = getpgrp ())) 2715 tcsetpgrp (shell_terminal, shell_pgid); 2718 tcgetattr (shell_terminal, &shell_tmodes); 2811 tcsetpgrp (shell_terminal, pgid); 2961 tcsetpgrp (shell_terminal, j->pgid); 2966 tcsetattr (shell_terminal, TCSADRAIN, &j->tmodes); 2975 tcsetpgrp (shell_terminal, shell_pgid); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 2677 int shell_terminal; 2689 shell_terminal = STDIN_FILENO; 2690 shell_is_interactive = isatty (shell_terminal); 2695 while (tcgetpgrp (shell_terminal) != (shell_pgid = getpgrp ())) 2715 tcsetpgrp (shell_terminal, shell_pgid); 2718 tcgetattr (shell_terminal, &shell_tmodes); 2811 tcsetpgrp (shell_terminal, pgid); 2961 tcsetpgrp (shell_terminal, j->pgid); 2966 tcsetattr (shell_terminal, TCSADRAIN, &j->tmodes); 2975 tcsetpgrp (shell_terminal, shell_pgid); [all …]
|