Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/vt/
Dselection.c161 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local
177 __get_user(sel_mode, &sel->sel_mode); in set_selection()
186 if (sel_mode == TIOCL_SELCLEAR) { in set_selection()
192 if (mouse_reporting() && (sel_mode & TIOCL_SELMOUSEREPORT)) { in set_selection()
193 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys); in set_selection()
215 switch (sel_mode) in set_selection()
/linux-3.4.99/include/linux/
Dtiocl.h18 unsigned short sel_mode; /* selection mode */ member