Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c2902 u8char_T *screenlineC[MAX_MCO]; // copy from ScreenLinesC[][] in redraw_asap() local
2922 screenlineC[i] = LALLOC_MULT(u8char_T, rows * cols); in redraw_asap()
2923 if (screenlineC[i] == NULL) in redraw_asap()
2951 mch_memmove(screenlineC[i] + r * cols, in redraw_asap()
2984 screenlineC[i] + r * cols, in redraw_asap()
3003 vim_free(screenlineC[i]); in redraw_asap()