Home
last modified time | relevance | path

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

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