Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_vi.c1024 static int selection_start, selection_end, selection_anchor; variable
1045 clipboard_length = 1 + selection_end - selection_start;
1053 cur_screen->characters + selection_start,
1186 erase_selection( __vi_screen, selection_start, selection_end );
1203 selection_start = selection_anchor;
1207 left_expand_selection( __vi_screen, &selection_start );
1211 mark_selection( __vi_screen, selection_start, selection_end );
1252 if ( pos < selection_start ) {
1253 mark_selection( __vi_screen, pos, selection_start-1 );
1254 selection_start = pos;
[all …]