Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libedit/
Dhist.h65 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
Dhistedit.h208 #define H_PREV 5 /* , void); */ macro
Dreadline.c1613 } while (history(h, &ev, H_PREV) == 0); in history_list()
1732 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0) in history_search()
1778 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0) in history_search_pos()
Dhistory.c1055 case H_PREV: in FUNW()
/freebsd-12-stable/contrib/libedit/TEST/
Dtc1.c250 rv = history(hist, &ev, H_PREV)) in main()
Dwtc1.c216 rc = history_w(hist, &ev, H_PREV)) in main()
/freebsd-12-stable/bin/sh/
Dhistedit.c309 direction = first < last ? H_PREV : H_NEXT; in histcmd()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DEditline.cpp128 return H_PREV; in GetOperation()