Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dselection.h41 void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]);
/linux/drivers/tty/vt/
H A Dvc_screen.c307 getconsxy(vc, con_buf + 2); in vcs_read_buf()
524 getconsxy(vc, header + 2); in vcs_write_buf()
H A Dvt.c4987 void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]) in getconsxy() function