Lines Matching refs:sticon_sti
56 static struct sti_struct *sticon_sti; variable
103 sti_putc(sticon_sti, c, ypos, xpos); in sticon_putc()
129 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++); in sticon_putcs()
143 sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x); in sticon_cursor()
153 sti_putc(sticon_sti, (car1 & 255) + (0 << 8) + (7 << 11), in sticon_cursor()
163 struct sti_struct *sti = sticon_sti; in sticon_scroll()
198 sti_bmove(sticon_sti, sy, sx, dy, dx, height, width); in sticon_bmove()
203 struct sti_struct *sti = sticon_sti; in sticon_init()
232 sti_clear(sticon_sti, sy, sx, height, width, conp->vc_video_erase_char); in sticon_clear()
253 sti_clear(sticon_sti, 0,0, c->vc_rows, c->vc_cols, BLANK); in sticon_blank()
377 if (sticon_sti) in sticonsole_init()
380 sticon_sti = sti_get_rom(0); in sticonsole_init()
381 if (!sticon_sti) in sticonsole_init()