Home
last modified time | relevance | path

Searched refs:H_PREV (Results 1 – 6 of 6) sorted by relevance

/external/libedit/src/
Dhist.h72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
Dhistedit.h206 #define H_PREV 5 /* , void); */ macro
Dreadline.c1581 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()
Dhistory.c993 case H_PREV: in FUNW()
/external/libedit/examples/
Dtc1.c255 rv = history(hist, &ev, H_PREV)) in main()
Dwtc1.c216 rc = history_w(hist, &ev, H_PREV)) in main()