HomeSort by: relevance | last modified time | path
    Searched refs:H_CURR (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
histedit.h 214 #define H_CURR 8 /* , const int); */
readline.c 643 if (history(h, &ev, H_CURR) != 0) {
676 if (history(h, &ev, H_CURR) != 0)
1500 if (history(h, &ev, H_CURR) != 0)
1512 if (history(h, &ev, H_CURR) != 0)
1597 if (history(h, &ev, H_CURR) != 0)
1716 if (history(h, &ev, H_CURR) != 0)
1796 if (history(h, &ev, H_CURR) != 0)
1839 if (history(h, &ev, H_CURR) != 0)
1843 if (!history_set_pos(off) || history(h, &ev, H_CURR) != 0)
history.c 107 history_gfun_t h_curr; /* Get the current element */ local
119 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev)
623 h->h_curr = history_def_curr;
729 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
739 h->h_curr = history_def_curr;
756 h->h_curr = nh->h_curr;
1062 case H_CURR:
1128 hf.h_curr = va_arg(va, history_gfun_t);

Completed in 16 milliseconds