Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c127 static struct ltchars l_chars; variable
247 ioctl(fd,TIOCSLTC,&l_chars); in tty_cooked()
308 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR) in tty_raw()
310 lchars = l_chars; in tty_raw()