Searched refs:rl_command_func_t (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/lib/libedit/edit/readline/ |
| H A D | readline.h | 47 typedef int rl_command_func_t(int, int); typedef 185 int rl_bind_key(int, rl_command_func_t *); 198 int rl_add_defun(const char *, rl_command_func_t *, int); 218 int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);
|
| /freebsd-12.1/lib/libedit/ |
| H A D | readline.c | 164 static rl_command_func_t *map[256]; 1863 rl_bind_key(int c, rl_command_func_t *func) in rl_bind_key() 1974 rl_add_defun(const char *name, rl_command_func_t *fun, int c) in rl_add_defun() 2308 rl_command_func_t *fun __attribute__((__unused__)), in rl_bind_key_in_map()
|