Home
last modified time | relevance | path

Searched refs:readline_show_prompt (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dreadline.h58 void readline_show_prompt(ReadLineState *rs);
/openbmc/qemu/util/
H A Dreadline.c35 void readline_show_prompt(ReadLineState *rs) in readline_show_prompt() function
374 readline_show_prompt(rs); in readline_completion()
384 readline_show_prompt(rs); in readline_clear_screen()
/openbmc/qemu/monitor/
H A Dmonitor.c561 readline_show_prompt(hmp_mon->rs); in monitor_accept_input()
H A Dhmp.c59 readline_show_prompt(mon->rs); in monitor_read_command()