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,
173 struct sti_struct *sti = sticon_sti;
222 sti_font_convert_bytemode(sti, cooked_font);
252 vc_cols = sti_onscreen_x(sti) / cooked_font->width;
253 vc_rows = sti_onscreen_y(sti) / cooked_font->height;
278 struct sti_struct *sti = sticon_sti;
281 sti_set(sti, 0, 0, sti_onscreen_y(sti), sti_onscreen_x(sti), 0);
282 vc_cols = sti_onscreen_x(sti) / sti->font->width;
283 vc_rows = sti_onscreen_y(sti) / sti->font->height;