Searched refs:sattr_T (Results 1 – 7 of 7) sorted by relevance
2164 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()
2899 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()
418 typedef unsigned short sattr_T; typedef
43 EXTERN sattr_T *ScreenAttrs INIT(= NULL);
3174 ScreenAttrs[LineOffset[screen_row]] = (sattr_T)-1; in win_line()
2411 if (ScreenAttrs[LineOffset[Rows - 2] + Columns - 1] == (sattr_T)-1) in msg_scroll_up()
2738 sattr_T first_attr; in gui_redraw_block()