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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtiocl.h18 unsigned short sel_mode; /* selection mode */ member in struct:tiocl_selection
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dselection.c115 int sel_mode, new_sel_start, new_sel_end, spc; local
129 __get_user(sel_mode, &sel->sel_mode);
138 if (sel_mode == TIOCL_SELCLEAR) {
144 if (mouse_reporting() && (sel_mode & TIOCL_SELMOUSEREPORT)) {
145 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys);
162 switch (sel_mode)

Completed in 94 milliseconds