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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c78 history_efun_t h_add; /* Append to an element */ local
89 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str)
586 h->h_add = history_def_add;
689 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
701 h->h_add = history_def_add;
718 h->h_add = nh->h_add;
1046 hf.h_add = va_arg(va, history_efun_t);
/macosx-10.10/libedit-40/src/
H A Dhistory.c78 history_efun_t h_add; /* Append to an element */ local
89 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str)
589 h->h_add = history_def_add;
692 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
705 h->h_add = history_def_add;
722 h->h_add = nh->h_add;
1094 hf.h_add = va_arg(va, history_efun_t);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c67 history_efun_t h_add; /* Append to an element */ member in struct:history
78 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str)
500 h->h_add = history_def_add;
600 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
612 h->h_add = history_def_add;
628 h->h_add = nh->h_add;
928 hf.h_add = va_arg(va, history_efun_t);

Completed in 183 milliseconds