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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c166 static int shell_terminal; variable
287 tcsetpgrp(shell_terminal, job->pgrp);
1206 tcsetpgrp(shell_terminal, newjob->pgrp);
1342 parent_pgrp = tcgetpgrp(shell_terminal);
1422 if (tcsetpgrp(shell_terminal, getpgrp()) && errno != ENOTTY)
1432 if (tcsetpgrp(shell_terminal, parent_pgrp) && errno != ENOTTY)
1466 while ((status = tcgetpgrp(shell_terminal)) >= 0) {
1488 tcsetpgrp(shell_terminal, shell_pgrp);

Completed in 49 milliseconds