mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
20 lines
1.3 KiB
HTML
20 lines
1.3 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>include_value</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--filemanager--ext.c.html#L1027'>include_value</a> 1027 src/filemanager/ext.c char *include_value;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L1032'>include_value</a> 1032 src/filemanager/ext.c include_value = mc_config_get_string_raw (ext_ini, *group_iter, "Include", NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L1033'>include_value</a> 1033 src/filemanager/ext.c if (include_value != NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L1036'>include_value</a> 1036 src/filemanager/ext.c include_group = g_strconcat ("Include/", include_value, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L1037'>include_value</a> 1037 src/filemanager/ext.c g_free (include_value);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|