Home
last modified time | relevance | path

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

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