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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c76 history_vfun_t h_clear; /* Clear the history list */ local
87 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev)
584 h->h_clear = history_def_clear;
689 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
699 h->h_clear = history_def_clear;
716 h->h_clear = nh->h_clear;
1044 hf.h_clear = va_arg(va, history_vfun_t);
/macosx-10.10/libedit-40/src/
H A Dhistory.c76 history_vfun_t h_clear; /* Clear the history list */ local
87 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev)
587 h->h_clear = history_def_clear;
692 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
703 h->h_clear = history_def_clear;
720 h->h_clear = nh->h_clear;
1092 hf.h_clear = va_arg(va, history_vfun_t);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c65 history_vfun_t h_clear; /* Clear the history list */ member in struct:history
76 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev)
498 h->h_clear = history_def_clear;
600 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
610 h->h_clear = history_def_clear;
626 h->h_clear = nh->h_clear;
926 hf.h_clear = va_arg(va, history_vfun_t);

Completed in 103 milliseconds