Searched refs:lchars (Results 1 – 1 of 1) sorted by relevance
267 struct ltchars lchars; in tty_raw() local310 lchars = l_chars; in tty_raw()311 lchars.t_lnextc = -1; in tty_raw()312 lchars.t_flushc = -1; in tty_raw()313 lchars.t_dsuspc = -1; /* no delayed stop process signal */ in tty_raw()314 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR) in tty_raw()