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

/freebsd-10.0-release/lib/libedit/
H A Dhist.h64 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
H A Dhistedit.h190 #define H_PREV 5 /* , void); */ macro
H A Dreadline.c1563 return (_move_history(H_PREV));
1597 if (FUNW(history)(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1645 if (FUNW(history)(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
H A Dhistory.c975 case H_PREV:
/freebsd-10.0-release/lib/libedit/TEST/
H A Dtest.c244 rv = history(hist, &ev, H_PREV))
/freebsd-10.0-release/bin/sh/
H A Dhistedit.c306 direction = first < last ? H_PREV : H_NEXT;

Completed in 131 milliseconds