Lines Matching full:void
12 int edit_init(void (*cmd_cb)(void *ctx, char *cmd),
13 void (*eof_cb)(void *ctx),
14 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
15 void *ctx, const char *history_file);
16 void edit_deinit(const char *history_file,
17 int (*filter_cb)(void *ctx, const char *cmd));
18 void edit_clear_line(void);
19 void edit_redraw(void);