Searched refs:new_sel_end (Results 1 – 2 of 2) sorted by relevance
162 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local220 new_sel_end = pe; in set_selection()234 for (new_sel_end = pe; ; pe += 2) in set_selection()239 new_sel_end = pe; in set_selection()246 new_sel_end = pe + vc->vc_size_row in set_selection()260 if (new_sel_end > new_sel_start && in set_selection()261 !atedge(new_sel_end, vc->vc_size_row) && in set_selection()262 isspace(sel_pos(new_sel_end))) { in set_selection()263 for (pe = new_sel_end + 2; ; pe += 2) in set_selection()268 new_sel_end = pe; in set_selection()[all …]
54 int new_sel_start, new_sel_end; in speakup_set_selection() local83 new_sel_end = pe; in speakup_set_selection()86 if (new_sel_end > new_sel_start && in speakup_set_selection()87 !atedge(new_sel_end, vc->vc_size_row) && in speakup_set_selection()88 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()89 for (pe = new_sel_end + 2; ; pe += 2) in speakup_set_selection()94 new_sel_end = pe; in speakup_set_selection()96 if ((new_sel_start == sel_start) && (new_sel_end == sel_end)) in speakup_set_selection()100 sel_end = new_sel_end; in speakup_set_selection()