Lines Matching refs:sc_vtb_t
49 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) in sc_vtb_init()
89 sc_vtb_destroy(sc_vtb_t *vtb) in sc_vtb_destroy()
120 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc()
131 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta()
142 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc()
153 sc_vtb_putchar(sc_vtb_t *vtb, vm_offset_t p, int c, int a) in sc_vtb_putchar()
165 sc_vtb_pointer(sc_vtb_t *vtb, int at) in sc_vtb_pointer()
171 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) in sc_vtb_pos()
177 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) in sc_vtb_clear()
188 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) in sc_vtb_copy()
208 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) in sc_vtb_append()
234 sc_vtb_seek(sc_vtb_t *vtb, int pos) in sc_vtb_seek()
240 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_erase()
253 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) in sc_vtb_move()
272 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_delete()
302 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_ins()