Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dtiocl.h10 #define TIOCL_SELCLEAR 4 /* clear visibility of selection */ macro
/Linux-v5.10/drivers/tty/vt/
Dselection.c323 if (v->sel_mode == TIOCL_SELCLEAR) { in vc_selection()