Searched refs:HIST_FUN (Results 1 – 1 of 1) sorted by relevance
/external/libedit/src/ |
D | hist.h | 61 #define HIST_FUN(el, fn, arg) \ macro 65 #define HIST_FUN(el, fn, arg) HIST_FUN_INTERNAL(el, fn, arg) macro 69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL) 70 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL) 71 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL) 72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL) 73 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num) 74 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname) 75 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname)
|