Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/vt/
Dselection.c139 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local
155 __get_user(sel_mode, &sel->sel_mode); in set_selection()
164 if (sel_mode == TIOCL_SELCLEAR) { in set_selection()
170 if (mouse_reporting() && (sel_mode & TIOCL_SELMOUSEREPORT)) { in set_selection()
171 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys); in set_selection()
189 switch (sel_mode) in set_selection()
/linux-2.6.39/include/linux/
Dtiocl.h18 unsigned short sel_mode; /* selection mode */ member