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