HomeSort by relevance Sort by last modified time
    Searched refs:readline_start (Results 1 - 3 of 3) sorted by null

  /external/qemu/
readline.h 47 void readline_start(ReadLineState *rs, const char *prompt, int read_password,
monitor.c 154 readline_start(mon->rs, "(qemu) ", 0, monitor_command_cb, NULL);
163 readline_start(mon->rs, "Password: ", 1, readline_func, opaque);
    [all...]
readline.c 443 void readline_start(ReadLineState *rs, const char *prompt, int read_password, function

Completed in 1097 milliseconds