Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c2901 u8char_T *screenlineUC = NULL; // copy from ScreenLinesUC[] in redraw_asap() local
2917 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()