Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dselection.c60 sel_pos(int n) in sel_pos() function
223 spc = isspace(sel_pos(ps)); in set_selection()
226 if ((spc && !isspace(sel_pos(ps))) || in set_selection()
227 (!spc && !inword(sel_pos(ps)))) in set_selection()
233 spc = isspace(sel_pos(pe)); in set_selection()
236 if ((spc && !isspace(sel_pos(pe))) || in set_selection()
237 (!spc && !inword(sel_pos(pe)))) in set_selection()
262 isspace(sel_pos(new_sel_end))) { in set_selection()
264 if (!isspace(sel_pos(pe)) || in set_selection()
267 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()