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

  /external/libedit/src/
histedit.h 211 #define H_ENTER 10 /* , const wchar_t *); */
history.c 77 history_efun_t h_enter; /* Add an element */ local
88 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str)
588 h->h_enter = history_def_enter;
692 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
704 h->h_enter = history_def_enter;
721 h->h_enter = nh->h_enter;
969 case H_ENTER:
1051 hf.h_enter = va_arg(va, history_efun_t);
readline.c 1392 (void)history(h, &ev, H_ENTER, line);
    [all...]
  /prebuilts/libs/libedit/include/
histedit.h 211 #define H_ENTER 10 /* , const wchar_t *); */
  /external/libedit/examples/
tc1.c 226 history(hist, &ev, H_ENTER, buf);
231 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf);
wtc1.c 193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line);
  /external/llvm/lib/LineEditor/
LineEditor.cpp 267 ::history(Data->Hist, &HE, H_ENTER, Line);

Completed in 122 milliseconds