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

/openbsd-current/gnu/lib/libreadline/
H A Drltty.c131 static _RL_TTY_CHARS _rl_tty_chars, _rl_last_tty_chars; variable
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
[all...]
H A Drltty.h63 typedef struct _rl_tty_chars { struct

Completed in 120 milliseconds