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

/freebsd-11.0-release/lib/libedit/
H A Dhist.h70 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
H A Dhistedit.h210 #define H_NEXT 6 /* , void); */ macro
H A Dreadline.c1542 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0)
1578 while (history(h, &ev, H_NEXT) == 0);
1632 return _move_history(H_NEXT);
1653 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1699 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
H A Dhistory.c999 case H_NEXT:
/freebsd-11.0-release/bin/sh/
H A Dhistedit.c307 direction = first < last ? H_PREV : H_NEXT;
446 retval = history(hist, &he, H_NEXT);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp521 if (history_w (pHistory, &history_event, earlier ? H_NEXT : H_PREV) == -1)

Completed in 108 milliseconds