Searched refs:rl_getc_function (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dinput.c88 rl_getc_func_t *rl_getc_function = rl_getc; variable
255 k = (*rl_getc_function) (rl_instream);
452 c = (*rl_getc_function) (rl_instream);
H A Dterminal.c82 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
H A Dreadline.h556 extern rl_getc_func_t *rl_getc_function;
761 /* Input error; can be returned by (*rl_getc_function) if readline is reading
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h134 extern int (*rl_getc_function)(FILE *);
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-io.c513 tui_old_rl_getc_function = rl_getc_function;
519 rl_getc_function = tui_getc;
554 rl_getc_function = tui_old_rl_getc_function;
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Drlfe.c353 /* Value of rl_getc_function.
554 rl_getc_function = my_rl_getc;
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c106 int (*rl_getc_function)(FILE *) = NULL; variable
213 i = (*rl_getc_function)(NULL);
307 if (rl_getc_function)

Completed in 97 milliseconds