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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
580 h->h_last = history_def_last;
687 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
695 h->h_last = history_def_last;
712 h->h_last = nh->h_last;
1040 hf.h_last = va_arg(va, history_gfun_t);
/macosx-10.10/libedit-40/src/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
583 h->h_last = history_def_last;
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
699 h->h_last = history_def_last;
716 h->h_last = nh->h_last;
1088 hf.h_last = va_arg(va, history_gfun_t);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c61 history_gfun_t h_last; /* Get the last element */ member in struct:history
73 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
494 h->h_last = history_def_last;
598 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
606 h->h_last = history_def_last;
622 h->h_last = nh->h_last;
922 hf.h_last = va_arg(va, history_gfun_t);

Completed in 119 milliseconds