Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhist.h65 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
H A Dhistedit.h209 #define H_PREV 5 /* , void); */ macro
H A Dreadline.c1685 } while (history(h, &ev, H_PREV) == 0); in history_list()
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.c1058 case H_PREV: in FUNW()
/dragonfly/bin/sh/
H A Dhistedit.c305 direction = first < last ? H_PREV : H_NEXT; in histcmd()