Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c102 #define LFLAG_SET 0x02 macro
183 tiop->flags |= LFLAG_SET; in get_tty_settings()
210 if (tiop->flags & LFLAG_SET) in set_tty_settings()
213 tiop->flags &= ~LFLAG_SET; in set_tty_settings()