Searched refs:readline_begin_hook (Results 1 – 6 of 6) sorted by relevance
354 readline_begin_hook = 0; in mi_command_loop()
335 readline_begin_hook = 0; in clear_interpreter_hooks()
68 extern void (*readline_begin_hook) (char *, ...);790 if (readline_begin_hook) in trace_actions_command()791 (*readline_begin_hook) ("%s %s\n", tmpbuf, end_msg); in trace_actions_command()
1230 extern void (*readline_begin_hook) (char *,...);
233 void (*readline_begin_hook) (char *, ...); variable
896 if (readline_begin_hook) in read_command_lines()899 (*readline_begin_hook) ("%s %s\n", prompt_arg, END_MESSAGE); in read_command_lines()