Searched refs:H_NEXT (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.h62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
H A Dhistedit.h181 #define H_NEXT 6 /* , void); */ macro
H A Dreadline.c1184 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0)
1219 while (history(h, &ev, H_NEXT) == 0);
1269 return (_move_history(H_NEXT));
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.c861 case H_NEXT:
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.h69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
H A Dhistedit.h207 #define H_NEXT 6 /* , void); */ macro
H A Dreadline.c1488 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0)
1524 while (history(h, &ev, H_NEXT) == 0);
1578 return (_move_history(H_NEXT));
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.c979 case H_NEXT:
/macosx-10.10/libedit-40/src/
H A Dhist.h69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
H A Dhistedit.h205 #define H_NEXT 6 /* , void); */ macro
H A Dreadline.c1521 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0)
1557 while (history(h, &ev, H_NEXT) == 0);
1611 return _move_history(H_NEXT);
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.c1027 case H_NEXT:

Completed in 93 milliseconds