Lines Matching defs:sti
133 struct sti_struct *sti = sticon_sti;
142 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols,
144 sti_clear(sti, b - count, 0, count, conp->vc_cols,
149 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols,
151 sti_clear(sti, t, 0, count, conp->vc_cols,
174 struct sti_struct *sti = sticon_sti;
223 sti_font_convert_bytemode(sti, cooked_font);
253 vc_cols = sti_onscreen_x(sti) / cooked_font->width;
254 vc_rows = sti_onscreen_y(sti) / cooked_font->height;
277 struct sti_struct *sti = sticon_sti;
280 sti_set(sti, 0, 0, sti_onscreen_y(sti), sti_onscreen_x(sti), 0);
281 vc_cols = sti_onscreen_x(sti) / sti->font->width;
282 vc_rows = sti_onscreen_y(sti) / sti->font->height;