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

  /external/qemu/
readline.h 13 typedef struct ReadLineState {
38 } ReadLineState;
40 void readline_add_completion(ReadLineState *rs, const char *str);
41 void readline_set_completion_index(ReadLineState *rs, int completion_index);
43 const char *readline_get_history(ReadLineState *rs, unsigned int index);
45 void readline_handle_byte(ReadLineState *rs, int ch);
47 void readline_start(ReadLineState *rs, const char *prompt, int read_password,
49 void readline_restart(ReadLineState *rs);
50 void readline_show_prompt(ReadLineState *rs);
52 ReadLineState *readline_init(Monitor *mon
    [all...]
readline.c 34 void readline_show_prompt(ReadLineState *rs)
44 static void readline_update(ReadLineState *rs)
83 static void readline_insert_char(ReadLineState *rs, int ch)
95 static void readline_backward_char(ReadLineState *rs)
102 static void readline_forward_char(ReadLineState *rs)
109 static void readline_delete_char(ReadLineState *rs)
119 static void readline_backspace(ReadLineState *rs)
127 static void readline_backword(ReadLineState *rs)
166 static void readline_bol(ReadLineState *rs)
171 static void readline_eol(ReadLineState *rs
    [all...]
monitor.c 84 ReadLineState *rs;
    [all...]

Completed in 161 milliseconds