Searched refs:history_set_nth (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c155 private int history_set_nth(ptr_t, TYPE(HistEvent) *, int);
347 /* history_set_nth():
352 history_set_nth(ptr_t p, TYPE(HistEvent) *ev, int n) function
405 if (history_set_nth(h, ev, num) != 0)
/macosx-10.10/libedit-40/src/
H A Dhistory.c155 private int history_set_nth(void *, TYPE(HistEvent) *, int);
347 /* history_set_nth():
352 history_set_nth(void *p, TYPE(HistEvent) *ev, int n) function
405 if (history_set_nth(h, ev, num) != 0)

Completed in 124 milliseconds