Home
last modified time | relevance | path

Searched refs:rl_bind_key (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/lib/libedit/readline/
H A Dreadline.h219 int rl_bind_key(int, rl_command_func_t *);
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c129 rl_bind_key (key, function); in rl_add_defun()
136 rl_bind_key (int key, rl_command_func_t *function) in rl_bind_key() function
211 result = rl_bind_key (key, function); in rl_bind_key_in_map()
242 return (rl_bind_key (key, (rl_command_func_t *)NULL)); in rl_unbind_key()
1787 rl_bind_key (key, rl_named_function (funname)); in rl_parse_and_bind()
H A Dreadline.h308 extern int rl_bind_key PARAMS((int, rl_command_func_t *));
H A Drltty.c286 rl_bind_key (oldtio.tchars.t_startc, rl_restart_output); in prepare_terminal_settings()
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c185 rl_bind_key('\t', rl_insert); in main()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi147 with @code{rl_bind_key()}.
150 @code{int rl_bind_key (int @var{key}, rl_command_func_t *@var{function});}
153 @code{rl_bind_key()} takes two arguments: @var{key} is the character that
157 @code{rl_bind_key()} returns non-zero if @var{key} is not a valid
162 @code{rl_bind_key ('\t', rl_insert);}
665 @var{function} using @code{rl_bind_key()}.
771 @deftypefun int rl_bind_key (int key, rl_command_func_t *function)
H A Dreadline.info1640 'rl_bind_key()'.
1642 int rl_bind_key (int KEY, rl_command_func_t *FUNCTION);
1644 'rl_bind_key()' takes two arguments: KEY is the character that you
1647 itself. 'rl_bind_key()' returns non-zero if KEY is not a valid ASCII
1651 rl_bind_key ('\t', rl_insert);
2124 FUNCTION using 'rl_bind_key()'.
2224 -- Function: int rl_bind_key (int key, rl_command_func_t *function)
4838 * rl_bind_key: Binding Keys. (line 21)
/netbsd-src/lib/libedit/
H A Dreadline.c2012 rl_bind_key(int c, rl_command_func_t *func) in rl_bind_key() function