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

/freebsd-13-stable/contrib/libedit/
H A Dhist.h63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
H A Dhistedit.h206 #define H_FIRST 3 /* , void); */ macro
H A Dreadline.c556 if (history(h, &ev, H_FIRST) != 0)
632 history(h, &ev, H_FIRST);
1649 (void)history(h, &ev, H_FIRST);
H A Dhistory.c1043 case H_FIRST:
/freebsd-13-stable/bin/sh/
H A Dhistedit.c338 history(hist, &he, H_FIRST);
439 retval = history(hist, &he, H_FIRST);
462 retval = history(hist, &he, last ? H_FIRST : H_LAST);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp113 // - The H_FIRST returns the most recent entry in the history.
126 return H_FIRST;

Completed in 785 milliseconds