Lines Matching refs:ReadLineState
13 typedef struct ReadLineState { struct
38 } ReadLineState; argument
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,
55 void readline_free(ReadLineState *rs);