Searched refs:rl_bind_key (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h184 int rl_bind_key(int, rl_command_func_t *);
/freebsd-9.3-release/contrib/libreadline/
H A Dbind.c106 rl_bind_key (key, function);
113 rl_bind_key (key, function) function
154 result = rl_bind_key (key, function);
193 return (rl_bind_key (key, (rl_command_func_t *)NULL));
1399 rl_bind_key (key, rl_named_function (funname));
H A Dreadline.h294 extern int rl_bind_key PARAMS((int, rl_command_func_t *));
H A Drltty.c351 rl_bind_key (oldtio.tchars.t_startc, rl_restart_output);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1791 rl_bind_key(int c, rl_command_func_t *func) function

Completed in 73 milliseconds