Home
last modified time | relevance | path

Searched refs:LTCHARS_SET (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c104 #define LTCHARS_SET 0x08 macro
155 if (tiop->flags & LTCHARS_SET) in save_tty_chars()
193 tiop->flags |= LTCHARS_SET; in get_tty_settings()
226 if (tiop->flags & LTCHARS_SET) in set_tty_settings()
229 tiop->flags &= ~LTCHARS_SET; in set_tty_settings()
841 if (ttybuff.flags & LTCHARS_SET) in _rl_bind_tty_special_chars()