mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.4 KiB
HTML
27 lines
2.4 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>profile_root</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--mcconfig--paths.c.html#L152'>profile_root</a> 152 lib/mcconfig/paths.c const char *profile_root;</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L160'>profile_root</a> 160 lib/mcconfig/paths.c profile_root = mc_get_profile_root ();</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L162'>profile_root</a> 162 lib/mcconfig/paths.c if (strcmp (profile_root, mc_config_get_home_dir ()) != 0)</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L171'>profile_root</a> 171 lib/mcconfig/paths.c dir = g_build_filename (profile_root, ".config", (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L175'>profile_root</a> 175 lib/mcconfig/paths.c dir = g_build_filename (profile_root, ".cache", (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L179'>profile_root</a> 179 lib/mcconfig/paths.c dir = g_build_filename (profile_root, ".local", "share", (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1300'>profile_root</a> 1300 lib/util.c static const char *profile_root = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1302'>profile_root</a> 1302 lib/util.c if (profile_root == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1304'>profile_root</a> 1304 lib/util.c profile_root = g_getenv ("MC_PROFILE_ROOT");</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1305'>profile_root</a> 1305 lib/util.c if (profile_root == NULL || *profile_root == '\0')</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1306'>profile_root</a> 1306 lib/util.c profile_root = mc_config_get_home_dir ();</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1309'>profile_root</a> 1309 lib/util.c return profile_root;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|