Home
last modified time | relevance | path

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

/minix3/lib/libedit/
H A Dhist.h72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
H A Dhistedit.h207 #define H_PREV 5 /* , void); */ macro
H A Dreadline.c1619 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 Dhistory.c1005 case H_PREV: in FUNW()
/minix3/lib/libedit/TEST/
H A Dtc1.c250 rv = history(hist, &ev, H_PREV)) in main()
H A Dwtc1.c216 rc = history_w(hist, &ev, H_PREV)) in main()
/minix3/bin/sh/
H A Dhistedit.c374 direction = first < last ? H_PREV : H_NEXT; in histcmd()