Searched refs:list_alloc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/vim-53/src/proto/
H A Deval.pro45 list_T *list_alloc __ARGS((void));
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_proto.c2234 static int list_alloc = 0; local
2257 if (nlist > list_alloc) {
2258 if (list_alloc > 0) {
2263 while (list_alloc < nlist) {
2264 list_alloc += 5;
/macosx-10.9.5/vim-53/src/
H A Dif_mzsch.c2786 list_T *list = list_alloc();
H A Dtag.c790 list = list_alloc();
H A Dundo.c3348 list_T *alt_list = list_alloc();
H A Deval.c1967 l = list_alloc();
5361 l = list_alloc();
5731 l = list_alloc();
5789 list_alloc() function
5814 list_T *l = list_alloc();
6409 copy = list_alloc();
13007 l2 = list_alloc();
17917 list = list_alloc();

Completed in 377 milliseconds