Files
source/Y/copy_buf.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

35 lines
4.2 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>copy_buf</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1328'>copy_buf</a> 1328 src/editor/editcmd.c GString *copy_buf;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1334'>copy_buf</a> 1334 src/editor/editcmd.c copy_buf = edit_get_block (edit, start_mark, end_mark);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1345'>copy_buf</a> 1345 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, col_delta, &amp;mark1, &amp;mark2, &amp;c1, &amp;c2);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1349'>copy_buf</a> 1349 src/editor/editcmd.c for (gsize i = copy_buf-&gt;len; i != 0; i--)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1350'>copy_buf</a> 1350 src/editor/editcmd.c edit_insert_ahead (edit, copy_buf-&gt;str[i - 1]);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1354'>copy_buf</a> 1354 src/editor/editcmd.c edit_cursor_move (edit, copy_buf-&gt;len);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1357'>copy_buf</a> 1357 src/editor/editcmd.c g_string_free (copy_buf, TRUE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1392'>copy_buf</a> 1392 src/editor/editcmd.c GString *copy_buf;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1418'>copy_buf</a> 1418 src/editor/editcmd.c copy_buf = edit_get_block (edit, start_mark, end_mark);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1434'>copy_buf</a> 1434 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, b_width, &amp;mark1, &amp;mark2, &amp;c1, &amp;c2);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1436'>copy_buf</a> 1436 src/editor/editcmd.c g_string_free (copy_buf, TRUE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1440'>copy_buf</a> 1440 src/editor/editcmd.c unsigned char *copy_buf;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1445'>copy_buf</a> 1445 src/editor/editcmd.c copy_buf = g_malloc0 (end_mark - start_mark);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1450'>copy_buf</a> 1450 src/editor/editcmd.c copy_buf[end_mark - count - 1] = edit_delete (edit, TRUE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1458'>copy_buf</a> 1458 src/editor/editcmd.c edit_insert_ahead (edit, copy_buf[end_mark - count - 1]);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1459'>copy_buf</a> 1459 src/editor/editcmd.c g_free (copy_buf);</span>
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L184'>copy_buf</a> 184 tests/src/editor/edit_insert_column_of_text.c GString *copy_buf;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L204'>copy_buf</a> 204 tests/src/editor/edit_insert_column_of_text.c copy_buf = test_get_block (start_mark, end_mark);</span>
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L209'>copy_buf</a> 209 tests/src/editor/edit_insert_column_of_text.c edit_insert_column_of_text (test_edit, copy_buf, col_delta, &amp;start_pos, &amp;end_pos, &amp;col1, &amp;col2);</span>
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L211'>copy_buf</a> 211 tests/src/editor/edit_insert_column_of_text.c g_string_free (copy_buf, TRUE);</span>
</pre>
</body>
</html>