Home
last modified time | relevance | path

Searched refs:history_inhibit_expansion_function (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c110 rl_linebuf_func_t *history_inhibit_expansion_function; variable
1032 else if (history_inhibit_expansion_function && in history_expand()
1033 (*history_inhibit_expansion_function) (string, i)) in history_expand()
1211 (history_inhibit_expansion_function && (*history_inhibit_expansion_function) (string, i))) in history_expand()
H A Dhistory.h280 extern rl_linebuf_func_t *history_inhibit_expansion_function;
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistory.h280 extern rl_linebuf_func_t *history_inhibit_expansion_function;
/netbsd-src/lib/libedit/readline/
H A Dreadline.h143 extern rl_linebuf_func_t *history_inhibit_expansion_function;
/netbsd-src/lib/libedit/
H A Dreadline.c106 rl_linebuf_func_t *history_inhibit_expansion_function = NULL; variable
1060 && (!history_inhibit_expansion_function || in history_expand()
1061 (*history_inhibit_expansion_function)(str, in history_expand()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Dhstech.texi499 @deftypevar {rl_linebuf_func_t *} history_inhibit_expansion_function
H A Dhistory.info707 -- Variable: rl_linebuf_func_t * history_inhibit_expansion_function
1343 * history_inhibit_expansion_function: History Variables. (line 77)