Files
source/Y/mc_config_files_reference.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

20 lines
1.5 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>mc_config_files_reference</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#L59'>mc_config_files_reference</a> 59 lib/mcconfig/paths.c } mc_config_files_reference[] = {</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L287'>mc_config_files_reference</a> 287 lib/mcconfig/paths.c for (rule_index = 0; mc_config_files_reference[rule_index].filename != NULL; rule_index++)</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L288'>mc_config_files_reference</a> 288 lib/mcconfig/paths.c if (strcmp (config_name, mc_config_files_reference[rule_index].filename) == 0)</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L289'>mc_config_files_reference</a> 289 lib/mcconfig/paths.c return g_build_filename (*mc_config_files_reference[rule_index].basedir,</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L290'>mc_config_files_reference</a> 290 lib/mcconfig/paths.c mc_config_files_reference[rule_index].filename, (char *) NULL);</span>
</pre>
</body>
</html>