HomeSort by relevance Sort by last modified time
    Searched refs:EL_HIST (Results 1 - 8 of 8) sorted by null

  /external/libedit/src/
histedit.h 145 #define EL_HIST 10 /* , hist_fun_t, const void *); set */
eln.c 216 case EL_HIST: { /* hist_fun_t, const char * */
el.c 305 case EL_HIST:
readline.c 319 el_set(e, EL_HIST, history, h);
    [all...]
  /prebuilts/libs/libedit/include/
histedit.h 145 #define EL_HIST 10 /* , hist_fun_t, const void *); set */
  /external/libedit/examples/
tc1.c 160 el_set(el, EL_HIST, history, hist);
wtc1.c 139 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */
  /external/llvm/lib/LineEditor/
LineEditor.cpp 211 ::el_set(Data->EL, EL_HIST, history, Data->Hist);

Completed in 57 milliseconds