Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt.h238 void vtbuf_putchar(struct vt_buf *, const term_pos_t *, term_char_t);
H A Dvt_buf.c694 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) in vtbuf_putchar() function
H A Dvt_core.c1192 vtbuf_putchar(&vw->vw_buf, p, c); in vtterm_putchar()