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

  /external/libedit/src/
hist.h 72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL)
histedit.h 206 #define H_PREV 5 /* , void); */
readline.c     [all...]
history.c 72 history_gfun_t h_prev; /* Get the previous element */ local
83 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev)
584 h->h_prev = history_def_prev;
691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
700 h->h_prev = history_def_prev;
717 h->h_prev = nh->h_prev;
993 case H_PREV:
1047 hf.h_prev = va_arg(va, history_gfun_t);
  /prebuilts/libs/libedit/include/
histedit.h 206 #define H_PREV 5 /* , void); */
  /external/libedit/examples/
tc1.c 255 rv = history(hist, &ev, H_PREV))
wtc1.c 216 rc = history_w(hist, &ev, H_PREV))

Completed in 46 milliseconds