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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c61 typedef int (*history_gfun_t)(ptr_t, TYPE(HistEvent) *); typedef
69 history_gfun_t h_first; /* Get the first element */
70 history_gfun_t h_next; /* Get the next element */
71 history_gfun_t h_last; /* Get the last element */
72 history_gfun_t h_prev; /* Get the previous element */
73 history_gfun_t h_curr; /* Get the current element */
1038 hf.h_first = va_arg(va, history_gfun_t);
1039 hf.h_next = va_arg(va, history_gfun_t);
1040 hf.h_last = va_arg(va, history_gfun_t);
1041 hf.h_prev = va_arg(va, history_gfun_t);
[all...]
/macosx-10.10/libedit-40/src/
H A Dhistory.c61 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); typedef
69 history_gfun_t h_first; /* Get the first element */
70 history_gfun_t h_next; /* Get the next element */
71 history_gfun_t h_last; /* Get the last element */
72 history_gfun_t h_prev; /* Get the previous element */
73 history_gfun_t h_curr; /* Get the current element */
1086 hf.h_first = va_arg(va, history_gfun_t);
1087 hf.h_next = va_arg(va, history_gfun_t);
1088 hf.h_last = va_arg(va, history_gfun_t);
1089 hf.h_prev = va_arg(va, history_gfun_t);
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c51 typedef int (*history_gfun_t)(ptr_t, HistEvent *); typedef
59 history_gfun_t h_first; /* Get the first element */
60 history_gfun_t h_next; /* Get the next element */
61 history_gfun_t h_last; /* Get the last element */
62 history_gfun_t h_prev; /* Get the previous element */
63 history_gfun_t h_curr; /* Get the current element */
920 hf.h_first = va_arg(va, history_gfun_t);
921 hf.h_next = va_arg(va, history_gfun_t);
922 hf.h_last = va_arg(va, history_gfun_t);
923 hf.h_prev = va_arg(va, history_gfun_t);
[all...]

Completed in 81 milliseconds