Lines Matching refs:c_cc
91 termios->c_cc[i] = locked->c_cc[i] ? in unset_locked_termios()
92 old->c_cc[i] : termios->c_cc[i]; in unset_locked_termios()
126 (old_termios.c_cc[VSTOP] == '\023') && in change_termios()
127 (old_termios.c_cc[VSTART] == '\021')); in change_termios()
249 tmp.sg_erase = tty->termios->c_cc[VERASE]; in get_sgttyb()
250 tmp.sg_kill = tty->termios->c_cc[VKILL]; in get_sgttyb()
278 termios->c_cc[VMIN] = 1; in set_sgflags()
279 termios->c_cc[VTIME] = 0; in set_sgflags()
296 termios.c_cc[VERASE] = tmp.sg_erase; in set_sgttyb()
297 termios.c_cc[VKILL] = tmp.sg_kill; in set_sgttyb()
310 tmp.t_intrc = tty->termios->c_cc[VINTR]; in get_tchars()
311 tmp.t_quitc = tty->termios->c_cc[VQUIT]; in get_tchars()
312 tmp.t_startc = tty->termios->c_cc[VSTART]; in get_tchars()
313 tmp.t_stopc = tty->termios->c_cc[VSTOP]; in get_tchars()
314 tmp.t_eofc = tty->termios->c_cc[VEOF]; in get_tchars()
315 tmp.t_brkc = tty->termios->c_cc[VEOL2]; /* what is brkc anyway? */ in get_tchars()
325 tty->termios->c_cc[VINTR] = tmp.t_intrc; in set_tchars()
326 tty->termios->c_cc[VQUIT] = tmp.t_quitc; in set_tchars()
327 tty->termios->c_cc[VSTART] = tmp.t_startc; in set_tchars()
328 tty->termios->c_cc[VSTOP] = tmp.t_stopc; in set_tchars()
329 tty->termios->c_cc[VEOF] = tmp.t_eofc; in set_tchars()
330 tty->termios->c_cc[VEOL2] = tmp.t_brkc; /* what is brkc anyway? */ in set_tchars()
340 tmp.t_suspc = tty->termios->c_cc[VSUSP]; in get_ltchars()
341 tmp.t_dsuspc = tty->termios->c_cc[VSUSP]; /* what is dsuspc anyway? */ in get_ltchars()
342 tmp.t_rprntc = tty->termios->c_cc[VREPRINT]; in get_ltchars()
343 tmp.t_flushc = tty->termios->c_cc[VEOL2]; /* what is flushc anyway? */ in get_ltchars()
344 tmp.t_werasc = tty->termios->c_cc[VWERASE]; in get_ltchars()
345 tmp.t_lnextc = tty->termios->c_cc[VLNEXT]; in get_ltchars()
356 tty->termios->c_cc[VSUSP] = tmp.t_suspc; in set_ltchars()
357 tty->termios->c_cc[VEOL2] = tmp.t_dsuspc; /* what is dsuspc anyway? */ in set_ltchars()
358 tty->termios->c_cc[VREPRINT] = tmp.t_rprntc; in set_ltchars()
359 tty->termios->c_cc[VEOL2] = tmp.t_flushc; /* what is flushc anyway? */ in set_ltchars()
360 tty->termios->c_cc[VWERASE] = tmp.t_werasc; in set_ltchars()
361 tty->termios->c_cc[VLNEXT] = tmp.t_lnextc; in set_ltchars()