mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
45 lines
5.1 KiB
HTML
45 lines
5.1 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</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--history.c.html#L76'>profile</a> 76 lib/mcconfig/history.c char *profile;</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--history.c.html#L84'>profile</a> 84 lib/mcconfig/history.c profile = mc_config_get_full_path (MC_HISTORY_FILE);</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--history.c.html#L85'>profile</a> 85 lib/mcconfig/history.c cfg = mc_config_init (profile, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--history.c.html#L90'>profile</a> 90 lib/mcconfig/history.c g_free (profile);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L204'>profile</a> 204 lib/widget/history.c char *profile;</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L210'>profile</a> 210 lib/widget/history.c profile = mc_config_get_full_path (MC_HISTORY_FILE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L211'>profile</a> 211 lib/widget/history.c event_data.cfg = mc_config_init (profile, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L217'>profile</a> 217 lib/widget/history.c g_free (profile);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L232'>profile</a> 232 lib/widget/history.c char *profile;</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L238'>profile</a> 238 lib/widget/history.c profile = mc_config_get_full_path (MC_HISTORY_FILE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L239'>profile</a> 239 lib/widget/history.c i = open (profile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L244'>profile</a> 244 lib/widget/history.c if (chmod (profile, S_IRUSR | S_IWUSR) != -1 || errno == ENOENT)</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L248'>profile</a> 248 lib/widget/history.c event_data.cfg = mc_config_init (profile, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L257'>profile</a> 257 lib/widget/history.c g_free (profile);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L469'>profile</a> 469 src/setup.c setup__move_panels_config_into_separate_file (const char *profile)</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L474'>profile</a> 474 src/setup.c if (!exist_file (profile))</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L477'>profile</a> 477 src/setup.c tmp_cfg = mc_config_init (profile, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L496'>profile</a> 496 src/setup.c tmp_cfg = mc_config_init (profile, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L833'>profile</a> 833 src/setup.c char *profile;</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L835'>profile</a> 835 src/setup.c profile = mc_config_get_full_path (MC_CONFIG_FILE);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L836'>profile</a> 836 src/setup.c if (!exist_file (profile))</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L843'>profile</a> 843 src/setup.c g_free (profile);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L844'>profile</a> 844 src/setup.c profile = inifile;</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L854'>profile</a> 854 src/setup.c g_free (profile);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L855'>profile</a> 855 src/setup.c profile = inifile;</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L860'>profile</a> 860 src/setup.c profile_name = profile;</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L871'>profile</a> 871 src/setup.c const char *profile;</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L877'>profile</a> 877 src/setup.c profile = setup_init ();</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L892'>profile</a> 892 src/setup.c mc_global.main_config = mc_config_init (profile, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L895'>profile</a> 895 src/setup.c setup__move_panels_config_into_separate_file (profile);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|