copy_buf         1283 src/editor/editcmd.c     unsigned char *copy_buf;
copy_buf         1289 src/editor/editcmd.c     copy_buf = edit_get_block (edit, start_mark, end_mark, &size);
copy_buf         1300 src/editor/editcmd.c         edit_insert_column_of_text (edit, copy_buf, size, col_delta, &mark1, &mark2, &c1, &c2);
copy_buf         1307 src/editor/editcmd.c             edit_insert_ahead (edit, copy_buf[size]);
copy_buf         1314 src/editor/editcmd.c     g_free (copy_buf);
copy_buf         1332 src/editor/editcmd.c     unsigned char *copy_buf = NULL;
copy_buf         1377 src/editor/editcmd.c         copy_buf = edit_get_block (edit, start_mark, end_mark, &size);
copy_buf         1393 src/editor/editcmd.c         edit_insert_column_of_text (edit, copy_buf, size, b_width, &mark1, &mark2, &c1, &c2);
copy_buf         1402 src/editor/editcmd.c         copy_buf = g_malloc0 (end_mark - start_mark);
copy_buf         1407 src/editor/editcmd.c             copy_buf[end_mark - count - 1] = edit_delete (edit, TRUE);
copy_buf         1415 src/editor/editcmd.c             edit_insert_ahead (edit, copy_buf[end_mark - count - 1]);
copy_buf         1426 src/editor/editcmd.c     g_free (copy_buf);