Searched refs:screenlineUC (Results 1 – 1 of 1) sorted by relevance
2901 u8char_T *screenlineUC = NULL; // copy from ScreenLinesUC[] in redraw_asap() local2917 screenlineUC = LALLOC_MULT(u8char_T, rows * cols); in redraw_asap()2918 if (screenlineUC == NULL) in redraw_asap()2947 mch_memmove(screenlineUC + r * cols, in redraw_asap()2980 screenlineUC + r * cols, in redraw_asap()3001 vim_free(screenlineUC); in redraw_asap()