Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c301 static unsigned int shell_terminal; variable
686 tcsetpgrp(shell_terminal, pi->pgrp); in builtin_fg_bg()
1502 if ((curpgrp = tcgetpgrp(shell_terminal = 2)) < 0
1503 && (curpgrp = tcgetpgrp(shell_terminal = 0)) < 0
1504 && (curpgrp = tcgetpgrp(shell_terminal = 1)) < 0)
1513 shell_terminal = -1;
1890 if (tcsetpgrp(shell_terminal, pi->pgrp) && errno != ENOTTY)
1894 if (tcsetpgrp(shell_terminal, getpgid(0)) && errno != ENOTTY)
3364 while (tcgetpgrp (shell_terminal) != (shell_pgrp = getpgrp ()))
3382 tcsetpgrp(shell_terminal, shell_pgrp);