Home
last modified time | relevance | path

Searched refs:readline_get_history (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dreadline.h51 const char *readline_get_history(ReadLineState *rs, unsigned int index);
/openbmc/qemu/monitor/
H A Dhmp-cmds.c242 str = readline_get_history(hmp_mon->rs, i); in hmp_info_history()
/openbmc/qemu/util/
H A Dreadline.c549 const char *readline_get_history(ReadLineState *rs, unsigned int index) in readline_get_history() function