Lines Matching refs:term_char_t
351 cols * sizeof(term_char_t)); in vtbuf_copy()
358 cols * sizeof(term_char_t)); in vtbuf_copy()
368 vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_do_fill()
371 term_char_t *row; in vtbuf_do_fill()
383 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_fill()
420 term_char_t ch; in vtbuf_do_clearhistory()
466 sz = vb->vb_history_size * p->tp_col * sizeof(term_char_t); in vtbuf_init()
469 sz = vb->vb_history_size * sizeof(term_char_t *); in vtbuf_init()
500 term_char_t *old, *new, **rows, **oldrows, **copyrows, *row, *oldrow; in vtbuf_grow()
505 term_char_t ch; in vtbuf_grow()
513 bufsize = history_size * p->tp_col * sizeof(term_char_t); in vtbuf_grow()
567 MIN(p->tp_col, w) * sizeof(term_char_t)); in vtbuf_grow()
624 MIN(p->tp_col, w) * sizeof(term_char_t)); in vtbuf_grow()
664 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) in vtbuf_putchar()
666 term_char_t *row; in vtbuf_putchar()
744 return (sz * sizeof(term_char_t)); in vtbuf_get_marked_len()
748 tchar_is_word_separator(term_char_t ch) in tchar_is_word_separator()
771 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark) in vtbuf_extract_marked()
819 term_char_t *r; in vtbuf_set_mark()