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

  /src/lib/libedit/
history.c 105 history_gfun_t h_last; /* Get the last element */ local in function:TYPE
118 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
621 h->h_last = history_def_last;
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
737 h->h_last = history_def_last;
754 h->h_last = nh->h_last;
1054 case H_LAST:
1126 hf.h_last = va_arg(va, history_gfun_t);
history.c 105 history_gfun_t h_last; /* Get the last element */ local in function:TYPE
118 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
621 h->h_last = history_def_last;
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
737 h->h_last = history_def_last;
754 h->h_last = nh->h_last;
1054 case H_LAST:
1126 hf.h_last = va_arg(va, history_gfun_t);
history.c 105 history_gfun_t h_last; /* Get the last element */ local in function:TYPE
118 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
621 h->h_last = history_def_last;
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
737 h->h_last = history_def_last;
754 h->h_last = nh->h_last;
1054 case H_LAST:
1126 hf.h_last = va_arg(va, history_gfun_t);

Completed in 150 milliseconds