Lines Matching defs:vc_rows
175 int vc_cols, vc_rows, vc_old_cols, vc_old_rows;
242 vc_old_rows = vc->vc_rows;
254 vc_rows = sti_onscreen_y(sti) / cooked_font->height;
255 vc_resize(vc, vc_cols, vc_rows);
258 if (vc_cols == vc_old_cols && vc_rows == vc_old_rows)
278 int vc_cols, vc_rows;
282 vc_rows = sti_onscreen_y(sti) / sti->font->height;
287 c->vc_rows = vc_rows;
289 vc_resize(c, vc_cols, vc_rows);
324 sti_clear(sticon_sti, 0, 0, c->vc_rows, c->vc_cols, BLANK,