Searched defs:l_chars (Results 1 - 1 of 1) sorted by relevance

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

Completed in 47 milliseconds