Searched refs:H_PREV (Results 1 – 7 of 7) sorted by relevance
| /minix3/lib/libedit/ |
| H A D | hist.h | 72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
|
| H A D | histedit.h | 207 #define H_PREV 5 /* , void); */ macro
|
| H A D | readline.c | 1619 return _move_history(H_PREV); in previous_history() 1651 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0) in history_search() 1697 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0) in history_search_pos()
|
| H A D | history.c | 1005 case H_PREV: in FUNW()
|
| /minix3/lib/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()
|
| /minix3/bin/sh/ |
| H A D | histedit.c | 374 direction = first < last ? H_PREV : H_NEXT; in histcmd()
|