Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c2164 ScreenAttrs[off] = (sattr_T)-1; in screen_char()
2240 ScreenAttrs[off] = (sattr_T)-1; in screen_char_2()
2588 sattr_T *new_ScreenAttrs; in screenalloc()
2678 new_ScreenAttrs = LALLOC_MULT(sattr_T, (Rows + 1) * Columns); in screenalloc()
2792 0, (size_t)Columns * sizeof(sattr_T)); in screenalloc()
2825 (size_t)len * sizeof(sattr_T)); in screenalloc()
3008 (void)vim_memset(ScreenAttrs + off, attr, (size_t)width * sizeof(sattr_T)); in lineclear()
3018 (void)vim_memset(ScreenAttrs + off, -1, (size_t)width * sizeof(sattr_T)); in lineinvalid()
3056 wp->w_width * sizeof(sattr_T)); in linecopy()
3103 sattr_T *p; in windgoto()
H A Ddrawscreen.c2899 sattr_T *screenattr; // copy from ScreenAttrs[] in redraw_asap()
2912 screenattr = LALLOC_MULT(sattr_T, rows * cols); in redraw_asap()
2944 (size_t)cols * sizeof(sattr_T)); in redraw_asap()
2976 (size_t)cols * sizeof(sattr_T)); in redraw_asap()
H A Dvim.h418 typedef unsigned short sattr_T; typedef
H A Dglobals.h43 EXTERN sattr_T *ScreenAttrs INIT(= NULL);
H A Ddrawline.c3174 ScreenAttrs[LineOffset[screen_row]] = (sattr_T)-1; in win_line()
H A Dmessage.c2411 if (ScreenAttrs[LineOffset[Rows - 2] + Columns - 1] == (sattr_T)-1) in msg_scroll_up()
H A Dgui.c2738 sattr_T first_attr; in gui_redraw_block()