Lines Matching full:void
18 static void *edit_cb_ctx;
19 static void (*edit_cmd_cb)(void *ctx, char *cmd);
20 static void (*edit_eof_cb)(void *ctx);
21 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) =
27 static void readline_free_completions(void)
73 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx)
79 static void trunc_nl(char *str)
92 static void readline_cmd_handler(char *cmd)
112 int edit_init(void (*cmd_cb)(void *ctx, char *cmd),
113 void (*eof_cb)(void *ctx),
114 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
115 void *ctx, const char *history_file)
136 void edit_deinit(const char *history_file,
137 int (*filter_cb)(void *ctx, const char *cmd))
169 void edit_clear_line(void)
174 void edit_redraw(void)