Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dshell_common.c46 struct termios tty, old_tty; in shell_builtin_read() local
144 old_tty = tty; in shell_builtin_read()
313 tcsetattr(fd, TCSANOW, &old_tty); in shell_builtin_read()