Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dvt.h58 unsigned short v_vcol; /* number of pixel columns on screen */ member
/linux-6.1.9/drivers/tty/vt/
Dvt_ioctl.c689 if (v.v_vcol && v.v_ccol) { in vt_resizex()
690 int cols = v.v_vcol / v.v_ccol; in vt_resizex()