Searched refs:H_PREV (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/lib/libedit/ |
| HD | hist.h | 71 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
|
| HD | histedit.h | 209 #define H_PREV 5 /* , void); */ macro
|
| HD | readline.c | 1620 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()
|
| HD | history.c | 1006 case H_PREV: in FUNW()
|
| /freebsd-11-stable/lib/libedit/TEST/ |
| HD | tc1.c | 251 rv = history(hist, &ev, H_PREV)) in main()
|
| HD | wtc1.c | 222 rc = history_w(hist, &ev, H_PREV)) in main()
|
| /freebsd-11-stable/bin/sh/ |
| HD | histedit.c | 307 direction = first < last ? H_PREV : H_NEXT; in histcmd()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | Editline.cpp | 119 return H_PREV; in GetOperation()
|