Lines Matching refs:t_c
536 tty__getchar(&el->el_tty.t_ts, el->el_tty.t_c[TS_IO]); in tty_setup()
541 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()
543 && el->el_tty.t_c[ED_IO][rst] != in tty_setup()
545 el->el_tty.t_c[ED_IO][rst] = in tty_setup()
546 el->el_tty.t_c[TS_IO][rst]; in tty_setup()
548 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()
550 el->el_tty.t_c[EX_IO][rst] = in tty_setup()
551 el->el_tty.t_c[TS_IO][rst]; in tty_setup()
553 tty__setchar(&el->el_tty.t_ex, el->el_tty.t_c[EX_IO]); in tty_setup()
565 tty__setchar(&el->el_tty.t_ed, el->el_tty.t_c[ED_IO]); in tty_setup()
579 (void) memcpy(el->el_tty.t_c, ttychar, sizeof(ttychar_t)); in tty_init()
899 unsigned char *t_n = el->el_tty.t_c[ED_IO]; in tty_bind_char()
985 && (el->el_tty.t_c[TS_IO][c] != el->el_tty.t_c[EX_IO][c])) in tty_update_char()
986 el->el_tty.t_c[mode][c] = el->el_tty.t_c[TS_IO][c]; in tty_update_char()
988 el->el_tty.t_c[mode][c] = el->el_tty.t_vdisable; in tty_update_char()
1037 tty__getchar(&el->el_tty.t_ts, el->el_tty.t_c[TS_IO]); in tty_rawmode()
1044 if (el->el_tty.t_c[TS_IO][i] != in tty_rawmode()
1045 el->el_tty.t_c[EX_IO][i]) in tty_rawmode()
1057 tty__setchar(&el->el_tty.t_ed, el->el_tty.t_c[ED_IO]); in tty_rawmode()
1062 tty__setchar(&el->el_tty.t_ex, el->el_tty.t_c[EX_IO]); in tty_rawmode()
1355 return el->el_tty.t_c[ED_IO][VINTR]; in tty_get_signal_character()
1359 return el->el_tty.t_c[ED_IO][VQUIT]; in tty_get_signal_character()
1363 return el->el_tty.t_c[ED_IO][VSTATUS]; in tty_get_signal_character()
1367 return el->el_tty.t_c[ED_IO][VSUSP]; in tty_get_signal_character()