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

/freebsd-11.0-release/lib/libedit/
H A Dhist.h71 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
H A Dhistedit.h207 #define H_FIRST 3 /* , void); */ macro
H A Dreadline.c558 if (history(h, &ev, H_FIRST) != 0)
635 history(h, &ev, H_FIRST);
1540 (void)history(h, &ev, H_FIRST);
1574 (void)history(h, &ev, H_FIRST);
H A Dhistory.c995 case H_FIRST:
/freebsd-11.0-release/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.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp509 if (history_w (pHistory, &history_event, H_FIRST) == -1)

Completed in 111 milliseconds