Home
last modified time | relevance | path

Searched refs:HIST_NEXT (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libedit/
Dhist.h63 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL) macro
Dcommon.c631 hp = HIST_NEXT(el); in ed_search_prev_history()
645 hp = HIST_NEXT(el); in ed_search_prev_history()
696 hp = HIST_NEXT(el); in ed_search_next_history()
Dhist.c124 if ((hp = HIST_NEXT(el)) == NULL) { in hist_get()