Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDinput.c88 rl_getc_func_t *rl_getc_function = rl_getc; variable
255 k = (*rl_getc_function) (rl_instream); in rl_gather_tyi()
452 c = (*rl_getc_function) (rl_instream); in rl_read_key()
HDterminal.c82 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
HDreadline.h556 extern rl_getc_func_t *rl_getc_function;
HDCHANGES556 d. Instead of calling (*rl_getc_function)() directly to get input in certain
746 of rl_getc_function rather than calling rl_getc directly.
/NextBSD/contrib/gdb/gdb/tui/
HDtui-io.c513 tui_old_rl_getc_function = rl_getc_function; in tui_setup_io()
519 rl_getc_function = tui_getc; in tui_setup_io()
554 rl_getc_function = tui_old_rl_getc_function; in tui_setup_io()
/NextBSD/lib/libedit/edit/readline/
HDreadline.h136 extern int (*rl_getc_function)(FILE *);
/NextBSD/contrib/libreadline/examples/rlfe/
HDrlfe.c554 rl_getc_function = my_rl_getc; in main()
/NextBSD/lib/libedit/
HDreadline.c117 int (*rl_getc_function)(FILE *) = NULL; variable
219 i = (*rl_getc_function)(NULL); in _getc_function()
330 if (rl_getc_function) in rl_initialize()
/NextBSD/contrib/libreadline/doc/
HDrltech.texi433 @deftypevar {rl_getc_func_t *} rl_getc_function