HomeSort by: relevance | last modified time | path
    Searched defs:h_prev (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
history.c 106 history_gfun_t h_prev; /* Get the previous element */ local in function:TYPE
117 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev)
622 h->h_prev = history_def_prev;
729 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
738 h->h_prev = history_def_prev;
755 h->h_prev = nh->h_prev;
1058 case H_PREV:
1127 hf.h_prev = va_arg(va, history_gfun_t);
history.c 106 history_gfun_t h_prev; /* Get the previous element */ local in function:TYPE
117 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev)
622 h->h_prev = history_def_prev;
729 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
738 h->h_prev = history_def_prev;
755 h->h_prev = nh->h_prev;
1058 case H_PREV:
1127 hf.h_prev = va_arg(va, history_gfun_t);

Completed in 48 milliseconds