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

/freebsd-11-stable/lib/libedit/
H A Dhist.h68 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
H A Dhistedit.h210 #define H_NEXT 6 /* , void); */ macro
H A Dreadline.c1541 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0)
1577 while (history(h, &ev, H_NEXT) == 0);
1631 return _move_history(H_NEXT);
1652 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1698 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
H A Dhistory.c998 case H_NEXT:
/freebsd-11-stable/bin/sh/
H A Dhistedit.c307 direction = first < last ? H_PREV : H_NEXT;
446 retval = history(hist, &he, H_NEXT);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp107 // - The H_NEXT operation returns the next element in the history, which is
115 return H_NEXT;

Completed in 176 milliseconds