Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libedit/
HDhist.h71 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
HDhistedit.h209 #define H_PREV 5 /* , void); */ macro
HDreadline.c1620 return _move_history(H_PREV); in previous_history()
1652 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0) in history_search()
1698 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0) in history_search_pos()
HDhistory.c1006 case H_PREV: in FUNW()
/freebsd-11-stable/lib/libedit/TEST/
HDtc1.c251 rv = history(hist, &ev, H_PREV)) in main()
HDwtc1.c222 rc = history_w(hist, &ev, H_PREV)) in main()
/freebsd-11-stable/bin/sh/
HDhistedit.c307 direction = first < last ? H_PREV : H_NEXT; in histcmd()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp119 return H_PREV; in GetOperation()