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

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

Completed in 29 milliseconds