Lines Matching defs:vtb
45 #define vtb_wrap(vtb, at, offset) \ argument
49 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) in sc_vtb_init()
87 sc_vtb_destroy(sc_vtb_t *vtb) in sc_vtb_destroy()
118 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc()
127 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta()
136 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc()
145 sc_vtb_putchar(sc_vtb_t *vtb, vm_offset_t p, int c, int a) in sc_vtb_putchar()
155 sc_vtb_pointer(sc_vtb_t *vtb, int at) in sc_vtb_pointer()
161 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) in sc_vtb_pos()
167 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) in sc_vtb_clear()
218 sc_vtb_seek(sc_vtb_t *vtb, int pos) in sc_vtb_seek()
224 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_erase()
235 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) in sc_vtb_move()
252 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_delete()
278 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_ins()