Searched refs:EL_HIST (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/libedit/
H A Dhistedit.h146 #define EL_HIST 10 /* , hist_fun_t, const void *); set */ macro
H A Deln.c232 case EL_HIST: { /* hist_fun_t, const char * */
H A Del.c292 case EL_HIST:
H A Dreadline.c313 el_set(e, EL_HIST, history, h);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_lineedit.c110 el_set(ntp_el, EL_HIST, history,
/freebsd-13-stable/contrib/libedit/TEST/
H A Dtc1.c155 el_set(el, EL_HIST, history, hist);
H A Dwtc1.c139 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */
/freebsd-13-stable/usr.sbin/lpr/lpc/
H A Dlpc.c169 el_set(el, EL_HIST, history, hist);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp216 ::el_set(Data->EL, EL_HIST, history, Data->Hist);
/freebsd-13-stable/bin/sh/
H A Dhistedit.c126 el_set(el, EL_HIST, history, hist);
/freebsd-13-stable/usr.sbin/gstat/
H A Dgstat.c200 el_set(el, EL_HIST, history, hist);
/freebsd-13-stable/usr.sbin/ngctl/
H A Dmain.c313 el_set(el, EL_HIST, history, (const char *)hist);
/freebsd-13-stable/usr.bin/units/
H A Dunits.c839 el_set(el, EL_HIST, history, inhistory);
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c608 el_set(td.edit, EL_HIST, history, (const char *)td.hist);
/freebsd-13-stable/contrib/tnftp/src/
H A Dutil.c985 el_set(el, EL_HIST, history, hist); /* use history */
/freebsd-13-stable/sbin/fsdb/
H A Dfsdb.c260 el_set(elptr, EL_HIST, history, hist);
/freebsd-13-stable/usr.bin/bc/
H A Dbc.y1207 el_set(el, EL_HIST, history, hist);
/freebsd-13-stable/usr.bin/tftp/
H A Dmain.c197 el_set(el, EL_HIST, history, hist);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1063 el_wset(m_editline, EL_HIST, history, m_history_sp->GetHistoryPtr());
/freebsd-13-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1180 el_set(el, EL_HIST, history, hist);

Completed in 134 milliseconds