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

/freebsd-11-stable/lib/libedit/
H A Dhist.h69 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
H A Dhistedit.h207 #define H_FIRST 3 /* , void); */ macro
H A Dreadline.c557 if (history(h, &ev, H_FIRST) != 0)
634 history(h, &ev, H_FIRST);
1539 (void)history(h, &ev, H_FIRST);
1573 (void)history(h, &ev, H_FIRST);
H A Dhistory.c994 case H_FIRST:
/freebsd-11-stable/bin/sh/
H A Dhistedit.c333 history(hist, &he, H_FIRST);
434 retval = history(hist, &he, H_FIRST);
457 retval = history(hist, &he, last ? H_FIRST : H_LAST);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp113 return H_FIRST;

Completed in 118 milliseconds