HomeSort by: relevance | last modified time | path
    Searched refs:selection_end (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;
1199 erase_selection( __vi_screen, selection_start, selection_end );
1217 selection_end = selection_anchor;
1221 right_expand_selection( __vi_screen, &selection_end );
1224 mark_selection( __vi_screen, selection_start, selection_end );
1271 else if ( pos > selection_end ) {
1272 mark_selection( __vi_screen, selection_end+1, pos );
1273 selection_end = pos;
1284 erase_selection( __vi_screen, pos+1, selection_end );
1024 static int selection_start, selection_end, selection_anchor; variable
    [all...]

Completed in 17 milliseconds