Home
last modified time | relevance | path

Searched refs:deprecated_readline_end_hook (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-interp.c348 deprecated_readline_end_hook = 0; in mi_command_loop()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinterps.c335 deprecated_readline_end_hook = 0; in clear_interpreter_hooks()
H A Dtracepoint.c70 extern void (*deprecated_readline_end_hook) (void);
799 if (deprecated_readline_end_hook) in trace_actions_command()
800 (*deprecated_readline_end_hook) (); in trace_actions_command()
H A Ddefs.h1207 extern void (*deprecated_readline_end_hook) (void);
H A Dtop.c236 void (*deprecated_readline_end_hook) (void); variable
H A DChangeLog7519 (deprecated_readline_end_hook, deprecated_register_changed_hook)
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c977 if (deprecated_readline_end_hook) in read_command_lines()
979 (*deprecated_readline_end_hook) (); in read_command_lines()