Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c2590 char_u *new_LineWraps; in screenalloc() local
2680 new_LineWraps = LALLOC_MULT(char_u, Rows); in screenalloc()
2727 || new_LineWraps == NULL in screenalloc()
2752 VIM_CLEAR(new_LineWraps); in screenalloc()
2767 new_LineWraps[new_row] = FALSE; in screenalloc()
2849 LineWraps = new_LineWraps; in screenalloc()