Home
last modified time | relevance | path

Searched refs:H_NEXT (Results 1 – 5 of 5) sorted by relevance

/dragonfly/bin/sh/
H A Dhistedit.c305 direction = first < last ? H_PREV : H_NEXT; in histcmd()
444 retval = history(hist, &he, H_NEXT); in str_to_event()
/dragonfly/contrib/libedit/src/
H A Dhist.h62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
H A Dhistedit.h210 #define H_NEXT 6 /* , void); */ macro
H A Dreadline.c1725 while (history(h, &ev, H_NEXT) == 0); in history_total_bytes()
1804 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0) in history_search()
1850 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0) in history_search_pos()
H A Dhistory.c1050 case H_NEXT: in FUNW()