Searched refs:H_PREV (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dhist.h73 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
H A Dhistedit.h209 #define H_PREV 5 /* , void); */ macro
H A Dreadline.c1621 return _move_history(H_PREV);
1653 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1699 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
H A Dhistory.c1007 case H_PREV:
/freebsd-11.0-release/lib/libedit/TEST/
H A Dtc1.c251 rv = history(hist, &ev, H_PREV))
H A Dwtc1.c219 rc = history_w(hist, &ev, H_PREV))
/freebsd-11.0-release/bin/sh/
H A Dhistedit.c307 direction = first < last ? H_PREV : H_NEXT;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp521 if (history_w (pHistory, &history_event, earlier ? H_NEXT : H_PREV) == -1)

Completed in 101 milliseconds