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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-io.c704 rl_getc_func_t *prev = rl_getc_function;
708 rl_getc_function = tui_mld_getc;
710 rl_getc_function = prev;
757 tui_old_rl_getc_function = rl_getc_function;
764 rl_getc_function = tui_getc;
802 rl_getc_function = tui_old_rl_getc_function;
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c776 rl_getc_func_t *prev = rl_getc_function;
780 rl_getc_function = tui_mld_getc;
782 rl_getc_function = prev;
829 tui_old_rl_getc_function = rl_getc_function;
836 rl_getc_function = tui_getc;
874 rl_getc_function = tui_old_rl_getc_function;
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dinput.c94 rl_getc_func_t *rl_getc_function = rl_getc; variable
295 k = (*rl_getc_function) (rl_instream);
495 c = (*rl_getc_function) (rl_instream);
H A Drlprivate.h51 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
H A Dreadline.h598 extern rl_getc_func_t *rl_getc_function;
855 /* Input error; can be returned by (*rl_getc_function) if readline is reading
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dinput.c96 rl_getc_func_t *rl_getc_function = rl_getc; variable
297 k = (*rl_getc_function) (rl_instream);
514 c = (*rl_getc_function) (rl_instream);
H A Drlprivate.h51 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
H A Dreadline.h612 extern rl_getc_func_t *rl_getc_function;
869 /* Input error; can be returned by (*rl_getc_function) if readline is reading
/netbsd-current/lib/libedit/readline/
H A Dreadline.h157 extern int (*rl_getc_function)(FILE *);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c358 /* Value of rl_getc_function.
566 rl_getc_function = my_rl_getc;
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c358 /* Value of rl_getc_function.
566 rl_getc_function = my_rl_getc;

Completed in 144 milliseconds