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

/external/libedit/src/
H A Dhistedit.h145 #define EL_HIST 10 /* , hist_fun_t, const void *); set */ macro
H A Deln.c216 case EL_HIST: { /* hist_fun_t, const char * */
H A Del.c305 case EL_HIST:
H A Dreadline.c319 el_set(e, EL_HIST, history, h);
/external/libedit/examples/
H A Dtc1.c160 el_set(el, EL_HIST, history, hist);
H A Dwtc1.c139 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp211 ::el_set(Data->EL, EL_HIST, history, Data->Hist);
/external/lldb/tools/driver/
H A DIOChannel.cpp221 ::el_set (m_edit_line, EL_HIST, history, m_history);

Completed in 278 milliseconds