Searched refs:hist_set (Results 1 – 4 of 4) sorted by relevance
80 protected int hist_set(EditLine *, hist_fun_t, void *);
84 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set() function
219 ret = hist_set(el, fun, ptr); in el_set()
310 rv = hist_set(el, func, ptr); in FUN()