Home
last modified time | relevance | path

Searched refs:rl_variable_bind (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/lib/libreadline/examples/
H A Drlcat.c112 rl_variable_bind ("editing-mode", Vflag ? "vi" : "emacs");
/openbsd-src/lib/libedit/readline/
H A Dreadline.h193 int rl_variable_bind(const char *, const char *);
/openbsd-src/gnu/lib/libreadline/
H A Dreadline.h297 extern int rl_variable_bind PARAMS((const char *, const char *));
H A Dbind.c1107 rl_variable_bind (var, value);
1384 rl_variable_bind (name, value) in rl_variable_bind() function
/openbsd-src/lib/libedit/
H A Dreadline.c2051 rl_variable_bind(const char *var, const char *value) in rl_variable_bind() function
/openbsd-src/gnu/lib/libreadline/doc/
H A Drltech.texinfo1094 @deftypefun int rl_variable_bind (const char *variable, const char *value)