Searched refs:new_ScreenLines2 (Results 1 – 1 of 1) sorted by relevance
2586 schar_T *new_ScreenLines2 = NULL; in screenalloc() local2677 new_ScreenLines2 = LALLOC_MULT(schar_T, (Rows + 1) * Columns); in screenalloc()2724 || (enc_dbcs == DBCS_JPNU && new_ScreenLines2 == NULL) in screenalloc()2749 VIM_CLEAR(new_ScreenLines2); in screenalloc()2789 (void)vim_memset(new_ScreenLines2 + new_row * Columns, in screenalloc()2820 mch_memmove(new_ScreenLines2 + new_LineOffset[new_row], in screenalloc()2846 ScreenLines2 = new_ScreenLines2; in screenalloc()