Searched refs:_rl_tty_chars (Results 1 – 2 of 2) sorted by relevance
66 static _RL_TTY_CHARS _rl_tty_chars, _rl_last_tty_chars; variable130 _rl_last_tty_chars = _rl_tty_chars;134 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;135 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;140 _rl_intr_char = _rl_tty_chars.t_intr = tiop->tchars.t_intrc;141 _rl_quit_char = _rl_tty_chars.t_quit = tiop->tchars.t_quitc;143 _rl_tty_chars.t_start = tiop->tchars.t_startc;144 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;145 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;146 _rl_tty_chars.t_eol = '\n';[all …]
61 typedef struct _rl_tty_chars { struct