Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libreadline/
H A Dinput.c84 rl_getc_func_t *rl_getc_function = rl_getc; variable
234 rl_stuff_char ((*rl_getc_function) (rl_instream)); in rl_gather_tyi()
417 c = (*rl_getc_function) (rl_instream); in rl_read_key()
H A Dterminal.c68 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
H A Dreadline.h534 extern rl_getc_func_t *rl_getc_function;
H A DCHANGES173 d. Instead of calling (*rl_getc_function)() directly to get input in certain
363 of rl_getc_function rather than calling rl_getc directly.
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-io.c517 tui_old_rl_getc_function = rl_getc_function; in tui_setup_io()
523 rl_getc_function = tui_getc; in tui_setup_io()
558 rl_getc_function = tui_old_rl_getc_function; in tui_setup_io()
/openbsd-src/lib/libedit/readline/
H A Dreadline.h133 extern int (*rl_getc_function)(FILE *);
/openbsd-src/lib/libedit/
H A Dreadline.c107 int (*rl_getc_function)(FILE *) = NULL; variable
216 i = (*rl_getc_function)(NULL); in _getc_function()
325 if (rl_getc_function) in rl_initialize()
/openbsd-src/gnu/lib/libreadline/examples/
H A Drlfe.c605 rl_getc_function = my_rl_getc; in main()
/openbsd-src/gnu/lib/libreadline/doc/
H A Drltech.texinfo423 @deftypevar {rl_getc_func_t *} rl_getc_function