Home
last modified time | relevance | path

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

/freebsd/contrib/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) in get_history_event()
660 history(h, &ev, H_FIRST); in get_history_event()
1719 (void)history(h, &ev, H_FIRST); in history_total_bytes()
H A Dhistory.c1046 case H_FIRST: in FUNW()
/freebsd/bin/sh/
H A Dhistedit.c400 history(hist, &he, H_FIRST); in histcmd()
501 retval = history(hist, &he, H_FIRST); in str_to_event()
524 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp118 return H_FIRST; in GetOperation()