Searched refs:H_PREV (Results 1 – 6 of 6) sorted by relevance
/external/libedit/src/ |
D | hist.h | 72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
|
D | histedit.h | 206 #define H_PREV 5 /* , void); */ macro
|
D | readline.c | 1581 return _move_history(H_PREV); in previous_history() 1613 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0) in history_search() 1659 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0) in history_search_pos()
|
D | history.c | 993 case H_PREV: in FUNW()
|
/external/libedit/examples/ |
D | tc1.c | 255 rv = history(hist, &ev, H_PREV)) in main()
|
D | wtc1.c | 216 rc = history_w(hist, &ev, H_PREV)) in main()
|