HomeSort by: relevance | last modified time | path
    Searched refs:selection_start (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/nvi/dist/motif_l/
m_vi.c 1037 static int selection_start, selection_end, selection_anchor;
1058 clipboard_length = 1 + selection_end - selection_start;
1066 cur_screen->characters + selection_start,
1199 erase_selection( __vi_screen, selection_start, selection_end );
1216 selection_start = selection_anchor;
1220 left_expand_selection( __vi_screen, &selection_start );
1224 mark_selection( __vi_screen, selection_start, selection_end );
1265 if ( pos < selection_start ) {
1266 mark_selection( __vi_screen, pos, selection_start-1 );
1267 selection_start = pos
1024 static int selection_start, selection_end, selection_anchor; variable
    [all...]

Completed in 17 milliseconds