Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libedit/
HDhist.h63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
HDhistedit.h208 #define H_FIRST 3 /* , void); */ macro
HDreadline.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()
HDhistory.c1046 case H_FIRST: in FUNW()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp118 return H_FIRST; in GetOperation()