Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtiocl.h10 #define TIOCL_SELCLEAR 4 /* clear visibility of selection */ macro
/linux/drivers/tty/vt/
H A Dselection.c196 * TIOCL_SELCLEAR, TIOCL_SELPOINTER and TIOCL_SELMOUSEREPORT are OK to in set_selection_user()
200 case TIOCL_SELCLEAR: in vc_selection_store_chars()
347 if (v->sel_mode == TIOCL_SELCLEAR) { in vc_selection()