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

21 lines
1.6 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>tail_len</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/lib--widget--input_complete.c.html#L953'>tail_len</a> 953 lib/widget/input_complete.c size_t tail_len;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L955'>tail_len</a> 955 lib/widget/input_complete.c tail_len = in-&gt;buffer-&gt;len - end;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L956'>tail_len</a> 956 lib/widget/input_complete.c if (tail_len != 0)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L961'>tail_len</a> 961 lib/widget/input_complete.c tail = g_strndup (in-&gt;buffer-&gt;str + end, tail_len);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L965'>tail_len</a> 965 lib/widget/input_complete.c g_string_set_size (in-&gt;buffer, hole_end + tail_len);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L967'>tail_len</a> 967 lib/widget/input_complete.c g_string_overwrite_len (in-&gt;buffer, hole_end, tail, tail_len);</span>
</pre>
</body>
</html>