Home
last modified time | relevance | path

Searched refs:hist_set (Results 1 – 4 of 4) sorted by relevance

/external/libedit/src/
Dhist.h80 protected int hist_set(EditLine *, hist_fun_t, void *);
Dhist.c84 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set() function
Deln.c219 ret = hist_set(el, fun, ptr); in el_set()
Del.c310 rv = hist_set(el, func, ptr); in FUN()