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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c64 typedef int (*history_sfun_t)(ptr_t, TYPE(HistEvent) *, const int); typedef
74 history_sfun_t h_set; /* Set the current element */
75 history_sfun_t h_del; /* Set the given element */
1043 hf.h_set = va_arg(va, history_sfun_t);
1047 hf.h_del = va_arg(va, history_sfun_t);
/macosx-10.10/libedit-40/src/
H A Dhistory.c64 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); typedef
74 history_sfun_t h_set; /* Set the current element */
75 history_sfun_t h_del; /* Set the given element */
1091 hf.h_set = va_arg(va, history_sfun_t);
1095 hf.h_del = va_arg(va, history_sfun_t);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c54 typedef int (*history_sfun_t)(ptr_t, HistEvent *, const int); typedef
64 history_sfun_t h_set; /* Set the current element */
925 hf.h_set = va_arg(va, history_sfun_t);

Completed in 134 milliseconds