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

/netbsd-current/lib/libedit/
H A Dhist.h63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
H A Dhistedit.h208 #define H_FIRST 3 /* , void); */ macro
H A Dreadline.c585 if (history(h, &ev, H_FIRST) != 0)
660 history(h, &ev, H_FIRST);
1719 (void)history(h, &ev, H_FIRST);
H A Dhistory.c1043 case H_FIRST:
/netbsd-current/bin/sh/
H A Dhistedit.c494 history(hist, &he, H_FIRST);
701 retval = history(hist, &he, H_FIRST);
725 last ? H_FIRST : H_LAST);

Completed in 266 milliseconds