Searched refs:new_ScreenLines (Results 1 – 1 of 1) sorted by relevance
2583 schar_T *new_ScreenLines; in screenalloc() local2667 new_ScreenLines = LALLOC_MULT(schar_T, (Rows + 1) * Columns); in screenalloc()2722 if (new_ScreenLines == NULL in screenalloc()2745 VIM_CLEAR(new_ScreenLines); in screenalloc()2777 (void)vim_memset(new_ScreenLines + new_row * Columns, in screenalloc()2804 mch_memmove(new_ScreenLines + new_LineOffset[new_row], in screenalloc()2830 current_ScreenLine = new_ScreenLines + Rows * Columns; in screenalloc()2841 ScreenLines = new_ScreenLines; in screenalloc()