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

  /src/lib/libedit/
histedit.h 212 #define H_CURR 8 /* , const int); */
readline.c 642 if (history(h, &ev, H_CURR) != 0) {
675 if (history(h, &ev, H_CURR) != 0)
1499 if (history(h, &ev, H_CURR) != 0)
1511 if (history(h, &ev, H_CURR) != 0)
1596 if (history(h, &ev, H_CURR) != 0)
1715 if (history(h, &ev, H_CURR) != 0)
1795 if (history(h, &ev, H_CURR) != 0)
1838 if (history(h, &ev, H_CURR) != 0)
1842 if (!history_set_pos(off) || history(h, &ev, H_CURR) != 0)
history.c 107 history_gfun_t h_curr; /* Get the current element */ local in function:TYPE
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 14 milliseconds