Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dtiocl.h10 #define TIOCL_SELCLEAR 4 /* clear visibility of selection */ macro
/linux-6.15/drivers/tty/vt/
H A Dselection.c200 case TIOCL_SELCLEAR: in set_selection_user()
346 if (v->sel_mode == TIOCL_SELCLEAR) { in vc_selection()