Searched refs:h_curr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c73 history_gfun_t h_curr; /* Get the current element */ local
85 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev)
582 h->h_curr = history_def_curr;
688 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
697 h->h_curr = history_def_curr;
714 h->h_curr = nh->h_curr;
1042 hf.h_curr = va_arg(va, history_gfun_t);
/macosx-10.10/libedit-40/src/
H A Dhistory.c73 history_gfun_t h_curr; /* Get the current element */ local
85 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev)
585 h->h_curr = history_def_curr;
691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
701 h->h_curr = history_def_curr;
718 h->h_curr = nh->h_curr;
1090 hf.h_curr = va_arg(va, history_gfun_t);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c63 history_gfun_t h_curr; /* Get the current element */ member in struct:history
74 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev)
496 h->h_curr = history_def_curr;
599 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
608 h->h_curr = history_def_curr;
624 h->h_curr = nh->h_curr;
924 hf.h_curr = va_arg(va, history_gfun_t);

Completed in 149 milliseconds