Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c369 struct termios tty_pending; in sim_retype() local
374 tty_pending = tty_new; in sim_retype()
375 tty_pending.c_lflag |= PENDIN; in sim_retype()
377 (void) ioctl(SHIN, TCSETS, (char *)&tty_pending); in sim_retype()