Home
last modified time | relevance | path

Searched refs:U_ALLOC_LINE (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dundo.c127 #define U_ALLOC_LINE(size) lalloc(size, FALSE) macro
511 uhp = U_ALLOC_LINE(sizeof(u_header_T)); in u_savecommon()
702 uep = U_ALLOC_LINE(sizeof(u_entry_T)); in u_savecommon()
728 if ((uep->ue_array = U_ALLOC_LINE(sizeof(undoline_T) * size)) == NULL) in u_savecommon()
1332 uhp = U_ALLOC_LINE(sizeof(u_header_T)); in unserialize_uhp()
1449 uep = U_ALLOC_LINE(sizeof(u_entry_T)); in unserialize_uep()
1463 array = U_ALLOC_LINE(sizeof(undoline_T) * uep->ue_size); in unserialize_uep()
2038 uhp_table = U_ALLOC_LINE(num_head * sizeof(u_header_T *)); in u_read_undo()
2773 if ((newarray = U_ALLOC_LINE(sizeof(undoline_T) * oldsize)) == NULL) in u_undoredo()