HomeSort by relevance Sort by last modified time
    Searched full: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,
readline.c 443 void readline_start(ReadLineState *rs, const char *prompt, int read_password, function
monitor.c 154 readline_start(mon->rs, "(qemu) ", 0, monitor_command_cb, NULL);
163 readline_start(mon->rs, "Password: ", 1, readline_func, opaque);
    [all...]

Completed in 383 milliseconds