mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
21 lines
1.6 KiB
HTML
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->buffer->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->buffer->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->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->buffer, hole_end, tail, tail_len);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|