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

  /src/lib/libedit/
history.c 103 history_gfun_t h_first; /* Get the first element */ local in function:TYPE
116 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev)
620 h->h_first = history_def_first;
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
735 h->h_first = history_def_first;
752 h->h_first = nh->h_first;
1046 case H_FIRST:
1124 hf.h_first = va_arg(va, history_gfun_t);
history.c 103 history_gfun_t h_first; /* Get the first element */ local in function:TYPE
116 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev)
620 h->h_first = history_def_first;
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
735 h->h_first = history_def_first;
752 h->h_first = nh->h_first;
1046 case H_FIRST:
1124 hf.h_first = va_arg(va, history_gfun_t);

Completed in 21 milliseconds