Lines Matching full:void
20 static void *edit_cb_ctx;
21 static void (*edit_cmd_cb)(void *ctx, char *cmd);
22 static void (*edit_eof_cb)(void *ctx);
25 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx)
57 int edit_init(void (*cmd_cb)(void *ctx, char *cmd),
58 void (*eof_cb)(void *ctx),
59 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
60 void *ctx, const char *history_file)
74 void edit_deinit(const char *history_file,
75 int (*filter_cb)(void *ctx, const char *cmd))
81 void edit_clear_line(void)
86 void edit_redraw(void)