Lines Matching defs:vc_rows
174 int vc_cols, vc_rows, vc_old_cols, vc_old_rows;
241 vc_old_rows = vc->vc_rows;
253 vc_rows = sti_onscreen_y(sti) / cooked_font->height;
254 vc_resize(vc, vc_cols, vc_rows);
257 if (vc_cols == vc_old_cols && vc_rows == vc_old_rows)
279 int vc_cols, vc_rows;
283 vc_rows = sti_onscreen_y(sti) / sti->font->height;
288 c->vc_rows = vc_rows;
290 vc_resize(c, vc_cols, vc_rows);
325 sti_clear(sticon_sti, 0, 0, c->vc_rows, c->vc_cols, BLANK,