Searched refs:_rl_tty_chars (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/libreadline/
H A Drltty.c133 static _RL_TTY_CHARS _rl_tty_chars, _rl_last_tty_chars; variable
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
[all...]
H A Drltty.h63 typedef struct _rl_tty_chars { struct

Completed in 49 milliseconds