Searched defs:history_def_set (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Dhistory.c144 private int history_def_set(void *, TYPE(HistEvent) *, const int);
320 /* history_def_set():
325 history_def_set(void *p, TYPE(HistEvent) *ev, const int n) function
428 if (history_def_set(h, ev, num) != 0)
586 h->h_set = history_def_set;
702 h->h_set = history_def_set;

Completed in 100 milliseconds