Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c2584 u8char_T *new_ScreenLinesUC = NULL; in screenalloc() local
2671 new_ScreenLinesUC = LALLOC_MULT(u8char_T, (Rows + 1) * Columns); in screenalloc()
2723 || (enc_utf8 && (new_ScreenLinesUC == NULL || i != p_mco)) in screenalloc()
2746 VIM_CLEAR(new_ScreenLinesUC); in screenalloc()
2781 (void)vim_memset(new_ScreenLinesUC + new_row * Columns, in screenalloc()
2810 mch_memmove(new_ScreenLinesUC + new_LineOffset[new_row], in screenalloc()
2842 ScreenLinesUC = new_ScreenLinesUC; in screenalloc()