Lines Matching refs:row
5 void win_draw_end(win_T *wp, int c1, int c2, int draw_margin, int row, int endrow, hlf_T hl);
10 void screen_line(int row, int coloff, int endcol, int clear_width, int flags);
12 void draw_vsep_win(win_T *wp, int row);
17 void screen_putchar(int c, int row, int col, int attr);
18 void screen_getbytes(int row, int col, char_u *bytes, int *attrp);
19 void screen_puts(char_u *text, int row, int col, int attr);
20 void screen_puts_len(char_u *text, int textlen, int row, int col, int attr);
25 void screen_char(unsigned off, int row, int col);
26 void screen_draw_rectangle(int row, int col, int height, int width, int invert);
37 void windgoto(int row, int col);
40 int win_ins_lines(win_T *wp, int row, int line_count, int invalid, int mayclear);
41 int win_del_lines(win_T *wp, int row, int line_count, int invalid, int mayclear, int clear_attr);
42 int screen_ins_lines(int off, int row, int line_count, int end, int clear_attr, win_T *wp);
43 int screen_del_lines(int off, int row, int line_count, int end, int force, int clear_attr, win_T *w…