Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dselection.c59 sel_pos(int n) in sel_pos() function
222 spc = isspace(sel_pos(ps)); in set_selection()
225 if ((spc && !isspace(sel_pos(ps))) || in set_selection()
226 (!spc && !inword(sel_pos(ps)))) in set_selection()
232 spc = isspace(sel_pos(pe)); in set_selection()
235 if ((spc && !isspace(sel_pos(pe))) || in set_selection()
236 (!spc && !inword(sel_pos(pe)))) in set_selection()
261 isspace(sel_pos(new_sel_end))) { in set_selection()
263 if (!isspace(sel_pos(pe)) || in set_selection()
266 if (isspace(sel_pos(pe))) in set_selection()
[all …]
/drivers/staging/speakup/
Dselection.c24 static unsigned char sel_pos(int n) in sel_pos() function
82 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()
84 if (!ishardspace(sel_pos(pe)) || in speakup_set_selection()
87 if (ishardspace(sel_pos(pe))) in speakup_set_selection()
107 *bp = sel_pos(i); in speakup_set_selection()