Searched refs:selection_end (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/motif_l/ |
H A D | m_vi.c | 1024 static int selection_start, selection_end, selection_anchor; variable 1045 clipboard_length = 1 + selection_end - selection_start; 1186 erase_selection( __vi_screen, selection_start, selection_end ); 1204 selection_end = selection_anchor; 1208 right_expand_selection( __vi_screen, &selection_end ); 1211 mark_selection( __vi_screen, selection_start, selection_end ); 1258 else if ( pos > selection_end ) { 1259 mark_selection( __vi_screen, selection_end+1, pos ); 1260 selection_end = pos; 1271 erase_selection( __vi_screen, pos+1, selection_end ); [all …]
|