mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.8 KiB
HTML
27 lines
2.8 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>subshell_prompt_temp_buffer</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--subshell--common.c.html#L214'>subshell_prompt_temp_buffer</a> 214 src/subshell/common.c static GString *subshell_prompt_temp_buffer = NULL;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L804'>subshell_prompt_temp_buffer</a> 804 src/subshell/common.c if (subshell_prompt_temp_buffer != NULL)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L805'>subshell_prompt_temp_buffer</a> 805 src/subshell/common.c g_string_set_size (subshell_prompt_temp_buffer, 0);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L819'>subshell_prompt_temp_buffer</a> 819 src/subshell/common.c if (subshell_prompt_temp_buffer == NULL)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L820'>subshell_prompt_temp_buffer</a> 820 src/subshell/common.c subshell_prompt_temp_buffer = g_string_sized_new (INITIAL_PROMPT_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L825'>subshell_prompt_temp_buffer</a> 825 src/subshell/common.c g_string_set_size (subshell_prompt_temp_buffer, 0);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L827'>subshell_prompt_temp_buffer</a> 827 src/subshell/common.c g_string_append_c (subshell_prompt_temp_buffer, buffer[i]);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L838'>subshell_prompt_temp_buffer</a> 838 src/subshell/common.c if (subshell_prompt_temp_buffer->len != 0)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L839'>subshell_prompt_temp_buffer</a> 839 src/subshell/common.c mc_g_string_copy (subshell_prompt, subshell_prompt_temp_buffer);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2078'>subshell_prompt_temp_buffer</a> 2078 src/subshell/common.c if (subshell_prompt_temp_buffer != NULL)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2080'>subshell_prompt_temp_buffer</a> 2080 src/subshell/common.c g_string_free (subshell_prompt_temp_buffer, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2081'>subshell_prompt_temp_buffer</a> 2081 src/subshell/common.c subshell_prompt_temp_buffer = NULL;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|