Searched refs:el_func_t (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dmap.h60 el_func_t *func; /* List of available functions */
74 protected int map_addfunc(EditLine *, const char *, const char *, el_func_t);
H A Del.c220 el_func_t func = va_arg(va, el_func_t);
372 el_func_t func = va_arg(va, el_func_t);
H A Dmap.c918 el->el_map.func = (el_func_t *)el_malloc(sizeof(el_func_t) *
922 memcpy(el->el_map.func, func__get(), sizeof(el_func_t) * EL_NUM_FCNS);
1383 map_addfunc(EditLine *el, const char *name, const char *help, el_func_t func)
1391 if ((p = el_realloc(el->el_map.func, nf * sizeof(el_func_t))) == NULL)
1393 el->el_map.func = (el_func_t *) p;
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dmap.h59 el_func_t *func; /* List of available functions */
75 protected int map_addfunc(EditLine *, const Char *, const Char *, el_func_t);
H A Deln.c195 /* XXX: do we need to change el_func_t too? */
196 case EL_ADDFN: { /* const char *, const char *, el_func_t */
198 el_func_t func;
203 func = va_arg(ap, el_func_t);
H A Dmap.c921 el->el_map.func = (el_func_t *)el_malloc(sizeof(el_func_t) *
925 memcpy(el->el_map.func, func__get(), sizeof(el_func_t) * EL_NUM_FCNS);
1396 map_addfunc(EditLine *el, const Char *name, const Char *help, el_func_t func)
1404 if ((p = el_realloc(el->el_map.func, nf * sizeof(el_func_t))) == NULL)
1406 el->el_map.func = (el_func_t *) p;
H A Del.c268 el_func_t func = va_arg(ap, el_func_t);
/macosx-10.10/libedit-40/src/
H A Dmap.h59 el_func_t *func; /* List of available functions */
75 protected int map_addfunc(EditLine *, const Char *, const Char *, el_func_t);
H A Deln.c203 /* XXX: do we need to change el_func_t too? */
204 case EL_ADDFN: { /* const char *, const char *, el_func_t */
206 el_func_t func;
211 func = va_arg(ap, el_func_t);
H A Del.c271 el_func_t func = va_arg(ap, el_func_t);
H A Dmap.c1396 map_addfunc(EditLine *el, const Char *name, const Char *help, el_func_t func)
/macosx-10.10/libedit-40/local/
H A Dfcns.c4 private const el_func_t el_func[] = {
58 protected const el_func_t* func__get(void) { return el_func; }
H A Dfcns.h108 typedef el_action_t (*el_func_t)(EditLine *, Int); typedef
109 protected const el_func_t* func__get(void);

Completed in 203 milliseconds