Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1613 #define LALLOC_CLEAR_MULT(type, count) (type *)lalloc_clear(sizeof(type) * (count), FALSE) macro
H A Dscreen.c2673 new_ScreenLinesC[i] = LALLOC_CLEAR_MULT(u8char_T, in screenalloc()