Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dselection.c62 sel_pos(int n) in sel_pos() function
230 spc = isspace(sel_pos(ps)); in __set_selection()
233 if ((spc && !isspace(sel_pos(ps))) || in __set_selection()
234 (!spc && !inword(sel_pos(ps)))) in __set_selection()
240 spc = isspace(sel_pos(pe)); in __set_selection()
243 if ((spc && !isspace(sel_pos(pe))) || in __set_selection()
244 (!spc && !inword(sel_pos(pe)))) in __set_selection()
269 isspace(sel_pos(new_sel_end))) { in __set_selection()
271 if (!isspace(sel_pos(pe)) || in __set_selection()
274 if (isspace(sel_pos(pe))) in __set_selection()
[all …]
/drivers/staging/speakup/
Dselection.c29 static unsigned char sel_pos(int n) in sel_pos() function
88 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()
90 if (!ishardspace(sel_pos(pe)) || in speakup_set_selection()
93 if (ishardspace(sel_pos(pe))) in speakup_set_selection()
112 *bp = sel_pos(i); in speakup_set_selection()