Searched refs:new_LineWraps (Results 1 – 1 of 1) sorted by relevance
2590 char_u *new_LineWraps; in screenalloc() local2680 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()