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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.h65 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
H A Dhistedit.h180 #define H_PREV 5 /* , void); */ macro
H A Dreadline.c1258 return (_move_history(H_PREV));
1290 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1336 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
H A Dhistory.c869 case H_PREV:
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.h72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
H A Dhistedit.h206 #define H_PREV 5 /* , void); */ macro
H A Dreadline.c1567 return (_move_history(H_PREV));
1599 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1645 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
H A Dhistory.c987 case H_PREV:
/macosx-10.10/libedit-40/src/
H A Dhist.h72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
H A Dhistedit.h204 #define H_PREV 5 /* , void); */ macro
H A Dreadline.c1600 return _move_history(H_PREV);
1632 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1678 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
H A Dhistory.c1035 case H_PREV:
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dtc1.c255 rv = history(hist, &ev, H_PREV))
H A Dwtc1.c208 rc = history_w(hist, &ev, H_PREV))

Completed in 203 milliseconds