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

/freebsd-10.0-release/lib/libedit/
H A Dhist.h62 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
H A Dhistedit.h188 #define H_FIRST 3 /* , void); */ macro
H A Dreadline.c506 if (FUNW(history)(h, &ev, H_FIRST) != 0)
583 FUNW(history)(h, &ev, H_FIRST);
1482 (void)FUNW(history)(h, &ev, H_FIRST);
1516 (void)FUNW(history)(h, &ev, H_FIRST);
H A Dhistory.c963 case H_FIRST:
/freebsd-10.0-release/bin/sh/
H A Dhistedit.c332 history(hist, &he, H_FIRST);
433 retval = history(hist, &he, H_FIRST);
456 retval = history(hist, &he, last ? H_FIRST : H_LAST);

Completed in 91 milliseconds