Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dselection.c162 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local
178 __get_user(sel_mode, &sel->sel_mode); in set_selection()
187 if (sel_mode == TIOCL_SELCLEAR) { in set_selection()
193 if (mouse_reporting() && (sel_mode & TIOCL_SELMOUSEREPORT)) { in set_selection()
194 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys); in set_selection()
216 switch (sel_mode) in set_selection()