• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/

Lines Matching refs:_rl_tty_chars

133 static _RL_TTY_CHARS _rl_tty_chars, _rl_last_tty_chars;
197 _rl_last_tty_chars = _rl_tty_chars;
201 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
202 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
207 _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
208 _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
209 _rl_tty_chars.t_start = tiop->tchars.t_startc;
210 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
211 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
212 _rl_tty_chars.t_eol = '\n';
213 _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc;
218 _rl_tty_chars.t_susp = tiop->ltchars.t_suspc;
219 _rl_tty_chars.t_dsusp = tiop->ltchars.t_dsuspc;
220 _rl_tty_chars.t_reprint = tiop->ltchars.t_rprntc;
221 _rl_tty_chars.t_flush = tiop->ltchars.t_flushc;
222 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
223 _rl_tty_chars.t_lnext = tiop->ltchars.t_lnextc;
226 _rl_tty_chars.t_status = -1;
421 _rl_last_tty_chars = _rl_tty_chars;
423 _rl_tty_chars.t_eof = tiop->c_cc[VEOF];
424 _rl_tty_chars.t_eol = tiop->c_cc[VEOL];
426 _rl_tty_chars.t_eol2 = tiop->c_cc[VEOL2];
428 _rl_tty_chars.t_erase = tiop->c_cc[VERASE];
430 _rl_tty_chars.t_werase = tiop->c_cc[VWERASE];
432 _rl_tty_chars.t_kill = tiop->c_cc[VKILL];
434 _rl_tty_chars.t_reprint = tiop->c_cc[VREPRINT];
436 _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
437 _rl_tty_chars.t_quit = tiop->c_cc[VQUIT];
439 _rl_tty_chars.t_susp = tiop->c_cc[VSUSP];
442 _rl_tty_chars.t_dsusp = tiop->c_cc[VDSUSP];
445 _rl_tty_chars.t_start = tiop->c_cc[VSTART];
448 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
451 _rl_tty_chars.t_lnext = tiop->c_cc[VLNEXT];
454 _rl_tty_chars.t_flush = tiop->c_cc[VDISCARD];
457 _rl_tty_chars.t_status = tiop->c_cc[VSTATUS];
967 RESET_SPECIAL (_rl_tty_chars.t_erase);
968 RESET_SPECIAL (_rl_tty_chars.t_kill);
971 RESET_SPECIAL (_rl_tty_chars.t_lnext);
975 RESET_SPECIAL (_rl_tty_chars.t_werase);