Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dselection.c117 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local
135 __get_user(sel_mode, args); in set_selection()
141 sel_mode = *args; in set_selection()
151 if (sel_mode == 4) { in set_selection()
157 if (mouse_reporting() && (sel_mode & 16)) { in set_selection()
158 mouse_report(tty, sel_mode & 15, xs, ys); in set_selection()
175 switch (sel_mode) in set_selection()