Searched refs:H_PREV (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | hist.h | 65 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
|
H A D | histedit.h | 210 #define H_PREV 5 /* , void); */ macro
|
H A D | readline.c | 1681 } 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 D | history.c | 1055 case H_PREV: in FUNW()
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 250 rv = history(hist, &ev, H_PREV)) in main()
|
H A D | wtc1.c | 216 rc = history_w(hist, &ev, H_PREV)) in main()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 374 direction = first < last ? H_PREV : H_NEXT; in histcmd()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 116 return H_PREV; in GetOperation()
|