Searched refs:history_inhibit_expansion_function (Results 1 – 7 of 7) sorted by relevance
110 rl_linebuf_func_t *history_inhibit_expansion_function; variable1032 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()
280 extern rl_linebuf_func_t *history_inhibit_expansion_function;
143 extern rl_linebuf_func_t *history_inhibit_expansion_function;
106 rl_linebuf_func_t *history_inhibit_expansion_function = NULL; variable1060 && (!history_inhibit_expansion_function || in history_expand()1061 (*history_inhibit_expansion_function)(str, in history_expand()
499 @deftypevar {rl_linebuf_func_t *} history_inhibit_expansion_function
707 -- Variable: rl_linebuf_func_t * history_inhibit_expansion_function1343 * history_inhibit_expansion_function: History Variables. (line 77)