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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c267 struct ltchars lchars; local
310 lchars = l_chars;
311 lchars.t_lnextc = -1;
312 lchars.t_flushc = -1;
313 lchars.t_dsuspc = -1; /* no delayed stop process signal */
314 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR)

Completed in 58 milliseconds