Searched refs:clipboard_length (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_vi.c1042 clipboard_length;
1055 clipboard_length = 1 + selection_end - selection_start;
1058 clipboard = (char *) malloc( clipboard_length );
1059 else if ( clipboard_size < clipboard_length )
1060 clipboard = (char *) realloc( clipboard, clipboard_length );
1064 clipboard_length
1329 *len = clipboard_length;
1029 clipboard_length; variable

Completed in 60 milliseconds