Home
last modified time | relevance | path

Searched refs:vtbuf_iscursor (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h246 int vtbuf_iscursor(const struct vt_buf *vb, int row, int col);
274 vtbuf_iscursor((vb), (r), (c))
H A Dvt_buf.c208 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) in vtbuf_iscursor() function