Lines Matching defs:vtb
42 #define vtb_wrap(vtb, at, offset) \ argument
79 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) in sc_vtb_init()
115 sc_vtb_destroy(sc_vtb_t *vtb) in sc_vtb_destroy()
146 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc()
155 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta()
164 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc()
173 sc_vtb_putchar(sc_vtb_t *vtb, uint16_t *p, int c, int a) in sc_vtb_putchar()
183 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) in sc_vtb_pos()
189 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) in sc_vtb_clear()
239 sc_vtb_seek(sc_vtb_t *vtb, int pos) in sc_vtb_seek()
245 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_erase()
256 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) in sc_vtb_move()
274 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_delete()
301 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_ins()