Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dselection.c61 sel_pos(int n) in sel_pos() function
218 spc = isspace(sel_pos(ps)); in set_selection()
221 if ((spc && !isspace(sel_pos(ps))) || in set_selection()
222 (!spc && !inword(sel_pos(ps)))) in set_selection()
228 spc = isspace(sel_pos(pe)); in set_selection()
231 if ((spc && !isspace(sel_pos(pe))) || in set_selection()
232 (!spc && !inword(sel_pos(pe)))) in set_selection()
257 isspace(sel_pos(new_sel_end))) { in set_selection()
259 if (!isspace(sel_pos(pe)) || in set_selection()
262 if (isspace(sel_pos(pe))) in set_selection()
[all …]
/Linux-v4.19/drivers/staging/speakup/
Dselection.c30 static unsigned char sel_pos(int n) in sel_pos() function
84 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()
86 if (!ishardspace(sel_pos(pe)) || in speakup_set_selection()
89 if (ishardspace(sel_pos(pe))) in speakup_set_selection()
108 *bp = sel_pos(i); in speakup_set_selection()