Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c798 if (ScreenLines[off_to] != (schar_T)c in screen_line()
2583 schar_T *new_ScreenLines; in screenalloc()
2586 schar_T *new_ScreenLines2 = NULL; in screenalloc()
2667 new_ScreenLines = LALLOC_MULT(schar_T, (Rows + 1) * Columns); in screenalloc()
2677 new_ScreenLines2 = LALLOC_MULT(schar_T, (Rows + 1) * Columns); in screenalloc()
2778 ' ', (size_t)Columns * sizeof(schar_T)); in screenalloc()
2790 0, (size_t)Columns * sizeof(schar_T)); in screenalloc()
2806 (size_t)len * sizeof(schar_T)); in screenalloc()
2822 (size_t)len * sizeof(schar_T)); in screenalloc()
3041 wp->w_width * sizeof(schar_T)); in linecopy()
[all …]
H A Ddrawscreen.c2898 schar_T *screenline; // copy from ScreenLines[] in redraw_asap()
2903 schar_T *screenline2 = NULL; // copy from ScreenLines2[] in redraw_asap()
2911 screenline = LALLOC_MULT(schar_T, rows * cols); in redraw_asap()
2929 screenline2 = LALLOC_MULT(schar_T, rows * cols); in redraw_asap()
2941 (size_t)cols * sizeof(schar_T)); in redraw_asap()
2958 (size_t)cols * sizeof(schar_T)); in redraw_asap()
2973 (size_t)cols * sizeof(schar_T)); in redraw_asap()
2990 (size_t)cols * sizeof(schar_T)); in redraw_asap()
H A Dglobals.h42 EXTERN schar_T *ScreenLines INIT(= NULL);
62 EXTERN schar_T *ScreenLines2 INIT(= NULL);
67 EXTERN schar_T *current_ScreenLine INIT(= NULL);
H A Dvim.h417 typedef char_u schar_T; typedef