Lines Matching refs:_rl_tty_chars

131 static _RL_TTY_CHARS _rl_tty_chars, _rl_last_tty_chars;
191 _rl_last_tty_chars = _rl_tty_chars;
195 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
196 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
201 _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
202 _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
203 _rl_tty_chars.t_start = tiop->tchars.t_startc;
204 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
205 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
206 _rl_tty_chars.t_eol = '\n';
207 _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc;
212 _rl_tty_chars.t_susp = tiop->ltchars.t_suspc;
213 _rl_tty_chars.t_dsusp = tiop->ltchars.t_dsuspc;
214 _rl_tty_chars.t_reprint = tiop->ltchars.t_rprntc;
215 _rl_tty_chars.t_flush = tiop->ltchars.t_flushc;
216 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
217 _rl_tty_chars.t_lnext = tiop->ltchars.t_lnextc;
220 _rl_tty_chars.t_status = -1;
411 _rl_last_tty_chars = _rl_tty_chars;
413 _rl_tty_chars.t_eof = tiop->c_cc[VEOF];
414 _rl_tty_chars.t_eol = tiop->c_cc[VEOL];
416 _rl_tty_chars.t_eol2 = tiop->c_cc[VEOL2];
418 _rl_tty_chars.t_erase = tiop->c_cc[VERASE];
420 _rl_tty_chars.t_werase = tiop->c_cc[VWERASE];
422 _rl_tty_chars.t_kill = tiop->c_cc[VKILL];
424 _rl_tty_chars.t_reprint = tiop->c_cc[VREPRINT];
426 _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
427 _rl_tty_chars.t_quit = tiop->c_cc[VQUIT];
429 _rl_tty_chars.t_susp = tiop->c_cc[VSUSP];
432 _rl_tty_chars.t_dsusp = tiop->c_cc[VDSUSP];
435 _rl_tty_chars.t_start = tiop->c_cc[VSTART];
438 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
441 _rl_tty_chars.t_lnext = tiop->c_cc[VLNEXT];
444 _rl_tty_chars.t_flush = tiop->c_cc[VDISCARD];
447 _rl_tty_chars.t_status = tiop->c_cc[VSTATUS];