OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_rl_tty_chars
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
rltty.h
61
typedef struct
_rl_tty_chars
{
struct
78
}
_RL_TTY_CHARS
;
rltty.c
72
static
_RL_TTY_CHARS
_rl_tty_chars
, _rl_last_tty_chars;
variable
134
_rl_last_tty_chars =
_rl_tty_chars
;
138
_rl_tty_chars
.t_erase = tiop->sgttyb.sg_erase;
139
_rl_tty_chars
.t_kill = tiop->sgttyb.sg_kill;
144
_rl_intr_char =
_rl_tty_chars
.t_intr = tiop->tchars.t_intrc;
145
_rl_quit_char =
_rl_tty_chars
.t_quit = tiop->tchars.t_quitc;
147
_rl_tty_chars
.t_start = tiop->tchars.t_startc;
148
_rl_tty_chars
.t_stop = tiop->tchars.t_stopc;
149
_rl_tty_chars
.t_eof = tiop->tchars.t_eofc
[
all
...]
/src/external/gpl3/gdb.old/dist/readline/readline/
rltty.h
61
typedef struct
_rl_tty_chars
{
struct
78
}
_RL_TTY_CHARS
;
rltty.c
72
static
_RL_TTY_CHARS
_rl_tty_chars
, _rl_last_tty_chars;
variable
134
_rl_last_tty_chars =
_rl_tty_chars
;
138
_rl_tty_chars
.t_erase = tiop->sgttyb.sg_erase;
139
_rl_tty_chars
.t_kill = tiop->sgttyb.sg_kill;
144
_rl_intr_char =
_rl_tty_chars
.t_intr = tiop->tchars.t_intrc;
145
_rl_quit_char =
_rl_tty_chars
.t_quit = tiop->tchars.t_quitc;
147
_rl_tty_chars
.t_start = tiop->tchars.t_startc;
148
_rl_tty_chars
.t_stop = tiop->tchars.t_stopc;
149
_rl_tty_chars
.t_eof = tiop->tchars.t_eofc
[
all
...]
Completed in 73 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026