Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvt.h59 unsigned short v_ccol; /* number of pixel columns per character */ member
/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c866 if (v.v_vcol && v.v_ccol) { in vt_ioctl()
867 int cols = v.v_vcol/v.v_ccol; in vt_ioctl()