Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.h67 extern unsigned char info_get_input_char (void);
H A Dsession.c219 key = info_get_input_char (); in info_read_and_dispatch()
3933 key = info_get_input_char (); in incremental_search()
3956 key = info_get_input_char (); in incremental_search()
4584 return (info_get_input_char ()); in info_get_another_input_char()
4975 info_get_input_char (void) in info_get_input_char() function
H A Dinfodoc.c657 keystroke = info_get_input_char ();
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.466153 > * info/session.c (info_get_input_char): Reassign tty after EOF
6657 * info/session.c (info_get_input_char) [EINTR]: Keep reading if we
7421 * info/session.c (info_get_input_char): Do not mix stdio with raw I/O.