Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.file.c371 struct termios tty_pending; in sim_retype() local
376 tty_pending = tty_new; in sim_retype()
377 tty_pending.c_lflag |= PENDIN; in sim_retype()
379 (void) ioctl(SHIN, TCSETS, (char *)&tty_pending); in sim_retype()