Searched refs:rl_command_func_t (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/libedit/readline/ |
| H A D | readline.h | 46 typedef int rl_command_func_t(int, int); typedef 190 int rl_bind_key(int, rl_command_func_t *); 203 int rl_add_defun(const char *, rl_command_func_t *, int); 225 int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);
|
| /freebsd-13.1/contrib/libedit/ |
| H A D | readline.c | 165 static rl_command_func_t *map[256]; 1942 rl_bind_key(int c, rl_command_func_t *func) in rl_bind_key() 2054 rl_add_defun(const char *name, rl_command_func_t *fun, int c) in rl_add_defun() 2391 rl_command_func_t *fun __attribute__((__unused__)), in rl_bind_key_in_map()
|