Searched refs:EL_NUM_FCNS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libedit-40/local/
H A Dfcns.h106 #define EL_NUM_FCNS 102 macro
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dmap.c916 EL_NUM_FCNS);
920 sizeof(el_bindings_t) * EL_NUM_FCNS);
922 EL_NUM_FCNS);
925 memcpy(el->el_map.func, func__get(), sizeof(el_func_t) * EL_NUM_FCNS);
926 el->el_map.nfunc = EL_NUM_FCNS;
/macosx-10.10/libedit-40/src/
H A Dmap.c915 el->el_map.help = el_malloc(sizeof(*el->el_map.help) * EL_NUM_FCNS);
919 sizeof(*el->el_map.help) * EL_NUM_FCNS);
920 el->el_map.func = el_malloc(sizeof(*el->el_map.func) * EL_NUM_FCNS);
924 * EL_NUM_FCNS);
925 el->el_map.nfunc = EL_NUM_FCNS;
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dmap.c913 EL_NUM_FCNS);
917 sizeof(el_bindings_t) * EL_NUM_FCNS);
919 EL_NUM_FCNS);
922 memcpy(el->el_map.func, func__get(), sizeof(el_func_t) * EL_NUM_FCNS);
923 el->el_map.nfunc = EL_NUM_FCNS;

Completed in 121 milliseconds