Home
last modified time | relevance | path

Searched refs:deprecated_readline_hook (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dtop.c239 char *(*deprecated_readline_hook) (char *); variable
924 if (deprecated_readline_hook && input_from_terminal_p ()) in command_line_input()
926 rl = (*deprecated_readline_hook) (local_prompt); in command_line_input()
H A Dinterps.c344 deprecated_readline_hook = 0; in clear_interpreter_hooks()
H A Ddefs.h1141 extern char *(*deprecated_readline_hook) (char *);
H A Dtracepoint.c92 extern char *(*deprecated_readline_hook) (char *);
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dtop.c243 char *(*deprecated_readline_hook) (char *); variable
974 if (deprecated_readline_hook && input_from_terminal_p ()) in command_line_input()
976 rl = (*deprecated_readline_hook) (local_prompt); in command_line_input()
H A Ddefs.h738 extern char *(*deprecated_readline_hook) (char *);
H A Dinterps.c382 deprecated_readline_hook = 0; in clear_interpreter_hooks()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/
H A Dmi-interp.c351 deprecated_readline_hook = 0; in mi_command_loop()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/
H A Dmi-interp.c351 deprecated_readline_hook = 0; in mi_command_loop()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtop.c235 char *(*deprecated_readline_hook) (char *); variable
1238 if (deprecated_readline_hook && instream == NULL) in command_line_input()
1240 rl = (*deprecated_readline_hook) (local_prompt); in command_line_input()
H A Dinterps.c336 deprecated_readline_hook = 0; in clear_interpreter_hooks()
H A Dtracepoint.c69 extern char *(*deprecated_readline_hook) (char *);
845 if (deprecated_readline_hook && instream == NULL) in read_actions()
846 line = (*deprecated_readline_hook) (prompt); in read_actions()
H A Ddefs.h1249 extern char *(*deprecated_readline_hook) (char *);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtop.c235 char *(*deprecated_readline_hook) (char *); variable
1238 if (deprecated_readline_hook && instream == NULL) in command_line_input()
1240 rl = (*deprecated_readline_hook) (local_prompt); in command_line_input()
H A Dinterps.c336 deprecated_readline_hook = 0; in clear_interpreter_hooks()
H A Dtracepoint.c69 extern char *(*deprecated_readline_hook) (char *);
845 if (deprecated_readline_hook && instream == NULL) in read_actions()
846 line = (*deprecated_readline_hook) (prompt); in read_actions()
H A Ddefs.h1249 extern char *(*deprecated_readline_hook) (char *);
/dports/devel/gdb/gdb-11.1/gdb/
H A Ddefs.h577 extern char *(*deprecated_readline_hook) (const char *);
H A Dinterps.c356 deprecated_readline_hook = 0; in clear_interpreter_hooks()
H A Dtop.c243 char *(*deprecated_readline_hook) (const char *); variable
1355 if (deprecated_readline_hook in command_line_input()
1359 rl.reset ((*deprecated_readline_hook) (prompt)); in command_line_input()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-script.c688 if (instream == stdin || (instream == 0 && deprecated_readline_hook != NULL)) in read_next_line()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-script.c688 if (instream == stdin || (instream == 0 && deprecated_readline_hook != NULL)) in read_next_line()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/cli/
H A Dcli-script.c879 if (instream == stdin || (instream == 0 && deprecated_readline_hook != NULL)) in read_next_line()
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-script.c926 || (ui->instream == 0 && deprecated_readline_hook != NULL)) in read_next_line()
/dports/devel/gdb761/gdb-7.6.1/gdb/cli/
H A Dcli-script.c895 if (instream == stdin || (instream == 0 && deprecated_readline_hook != NULL)) in read_next_line()

12