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

/netbsd-current/lib/libedit/
H A Dhist.h62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
H A Dhistedit.h211 #define H_NEXT 6 /* , void); */ macro
H A Dreadline.c1723 while (history(h, &ev, H_NEXT) == 0);
1802 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1848 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
H A Dhistory.c1047 case H_NEXT:
/netbsd-current/bin/sh/
H A Dhistedit.c467 direction = first < last ? H_PREV : H_NEXT;
713 retval = history(hist, &he, H_NEXT);

Completed in 209 milliseconds