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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c74 history_sfun_t h_set; /* Set the current element */ local
86 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n)
583 h->h_set = history_def_set;
688 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
698 h->h_set = history_def_set;
715 h->h_set = nh->h_set;
1043 hf.h_set = va_arg(va, history_sfun_t);
/macosx-10.10/libedit-40/src/
H A Dhistory.c74 history_sfun_t h_set; /* Set the current element */ local
86 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n)
586 h->h_set = history_def_set;
691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
702 h->h_set = history_def_set;
719 h->h_set = nh->h_set;
1091 hf.h_set = va_arg(va, history_sfun_t);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c64 history_sfun_t h_set; /* Set the current element */ member in struct:history
75 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n)
497 h->h_set = history_def_set;
599 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
609 h->h_set = history_def_set;
625 h->h_set = nh->h_set;
925 hf.h_set = va_arg(va, history_sfun_t);

Completed in 155 milliseconds