HomeSort by relevance Sort by last modified time
    Searched refs:hist_set (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/
hist.h 73 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
80 protected int hist_set(EditLine *, hist_fun_t, void *);
hist.c 80 /* hist_set():
84 hist_set(EditLine *el, hist_fun_t fun, void *ptr) function
eln.c 219 ret = hist_set(el, fun, ptr);
el.c 310 rv = hist_set(el, func, ptr);

Completed in 1364 milliseconds