Searched refs:new_sel_end (Results 1 – 2 of 2) sorted by relevance
169 int new_sel_start, new_sel_end, spc; in set_selection() local215 new_sel_end = pe; in set_selection()229 for (new_sel_end = pe; ; pe += 2) in set_selection()234 new_sel_end = pe; in set_selection()241 new_sel_end = pe + vc->vc_size_row in set_selection()255 if (new_sel_end > new_sel_start && in set_selection()256 !atedge(new_sel_end, vc->vc_size_row) && in set_selection()257 isspace(sel_pos(new_sel_end))) { in set_selection()258 for (pe = new_sel_end + 2; ; pe += 2) in set_selection()263 new_sel_end = pe; in set_selection()[all …]
55 int new_sel_start, new_sel_end; in speakup_set_selection() local79 new_sel_end = pe; in speakup_set_selection()82 if (new_sel_end > new_sel_start && in speakup_set_selection()83 !atedge(new_sel_end, vc->vc_size_row) && in speakup_set_selection()84 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()85 for (pe = new_sel_end + 2; ; pe += 2) in speakup_set_selection()90 new_sel_end = pe; in speakup_set_selection()92 if ((new_sel_start == sel_start) && (new_sel_end == sel_end)) in speakup_set_selection()96 sel_end = new_sel_end; in speakup_set_selection()