Home | History | Annotate | Download | only in motif_l

Lines Matching defs:rows

123 	int y, rows, len, height, width;
126 rows = __vi_screen->rows - (y+1);
127 len = __vi_screen->cols * rows;
138 height = __vi_screen->ch_height * rows;
163 int y, rows, height, width;
167 rows = __vi_screen->rows - (1+y);
175 memmove(to, from, __vi_screen->cols * rows);
181 memmove(to, from, __vi_screen->cols * rows);
186 height = __vi_screen->ch_height * rows;