Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3813 static int ttyfd = -1; //5 variable
3850 if (rootshell && ttyfd >= 0)
3851 tcgetattr(ttyfd, &shell_tty_info);
3857 if (ttyfd >= 0)
3858 tcsetattr(ttyfd, TCSADRAIN, &shell_tty_info);
4121 fd = ttyfd; in setjobctl()
4135 ttyfd = fd; in setjobctl()
4222 xtcsetpgrp(ttyfd, pgid); in restartjob()
5247 xtcsetpgrp(ttyfd, pgrp); in forkchild()
5418 xtcsetpgrp(ttyfd, rootpid); in waitforjob()
[all …]