Searched refs:HIST_NEXT (Results 1 – 3 of 3) sorted by relevance
69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL) macro
739 hp = HIST_NEXT(el); in ed_search_prev_history()753 hp = HIST_NEXT(el); in ed_search_prev_history()805 hp = HIST_NEXT(el); in ed_search_next_history()
127 if ((hp = HIST_NEXT(el)) == NULL) { in hist_get()