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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c62 typedef int (*history_efun_t)(ptr_t, TYPE(HistEvent) *, const Char *); typedef
77 history_efun_t h_enter; /* Add an element */
78 history_efun_t h_add; /* Append to an element */
1045 hf.h_enter = va_arg(va, history_efun_t);
1046 hf.h_add = va_arg(va, history_efun_t);
/macosx-10.10/libedit-40/src/
H A Dhistory.c62 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); typedef
77 history_efun_t h_enter; /* Add an element */
78 history_efun_t h_add; /* Append to an element */
1093 hf.h_enter = va_arg(va, history_efun_t);
1094 hf.h_add = va_arg(va, history_efun_t);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c52 typedef int (*history_efun_t)(ptr_t, HistEvent *, const char *); typedef
66 history_efun_t h_enter; /* Add an element */
67 history_efun_t h_add; /* Append to an element */
927 hf.h_enter = va_arg(va, history_efun_t);
928 hf.h_add = va_arg(va, history_efun_t);

Completed in 81 milliseconds