Home
last modified time | relevance | path

Searched defs:_rl_tty_chars (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/readline/
H A Drltty.h61 typedef struct _rl_tty_chars { struct
62 unsigned char t_eof;
63 unsigned char t_eol;
64 unsigned char t_eol2;
65 unsigned char t_erase;
66 unsigned char t_werase;
67 unsigned char t_kill;
68 unsigned char t_reprint;
69 unsigned char t_intr;
70 unsigned char t_quit;
[all …]
H A Drltty.c66 static _RL_TTY_CHARS _rl_tty_chars, _rl_last_tty_chars; variable