Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/vt/
HDvt.h239 void vtbuf_putchar(struct vt_buf *, const term_pos_t *, term_char_t);
HDvt_buf.c665 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) in vtbuf_putchar() function
HDvt_core.c1185 vtbuf_putchar(&vw->vw_buf, p, c); in vtterm_putchar()