Searched refs:vtbuf_putchar (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/vt/
H A Dvt.h230 void vtbuf_putchar(struct vt_buf *, const term_pos_t *, term_char_t);
H A Dvt_buf.c668 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) function
673 ("vtbuf_putchar tp_row %d must be less than screen width %d",
676 ("vtbuf_putchar tp_col %d must be less than screen height %d",
H A Dvt_core.c1133 vtbuf_putchar(&vw->vw_buf, p, c);

Completed in 67 milliseconds