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

  /external/libedit/src/
histedit.h 220 #define H_CLEAR 19 /* , void); */
history.c 76 history_vfun_t h_clear; /* Clear the history list */ local
87 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev)
587 h->h_clear = history_def_clear;
692 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
703 h->h_clear = history_def_clear;
720 h->h_clear = nh->h_clear;
1005 case H_CLEAR:
1050 hf.h_clear = va_arg(va, history_vfun_t);
readline.c 1482 (void)history(h, &ev, H_CLEAR);
    [all...]
  /prebuilts/libs/libedit/include/
histedit.h 220 #define H_CLEAR 19 /* , void); */
  /external/libedit/examples/
tc1.c 262 history(hist, &ev, H_CLEAR);
wtc1.c 222 history_w(hist, &ev, H_CLEAR);

Completed in 66 milliseconds