Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dscreen.c2594 short *new_popup_mask_next; in screenalloc() local
2684 new_popup_mask_next = LALLOC_MULT(short, Rows * Columns); in screenalloc()
2731 || new_popup_mask_next == NULL in screenalloc()
2756 VIM_CLEAR(new_popup_mask_next); in screenalloc()
2853 popup_mask_next = new_popup_mask_next; in screenalloc()