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

24 lines
1.9 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>str_options</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--setup.c.html#L415'>str_options</a> 415 src/setup.c } str_options[] = {</span>
<span class='curline'><a href='../S/src--setup.c.html#L538'>str_options</a> 538 src/setup.c for (i = 0; str_options[i].opt_name != NULL; i++)</span>
<span class='curline'><a href='../S/src--setup.c.html#L539'>str_options</a> 539 src/setup.c *str_options[i].opt_addr =</span>
<span class='curline'><a href='../S/src--setup.c.html#L541'>str_options</a> 541 src/setup.c str_options[i].opt_name, str_options[i].opt_defval);</span>
<span class='curline'><a href='../S/src--setup.c.html#L760'>str_options</a> 760 src/setup.c for (i = 0; str_options[i].opt_name != NULL; i++)</span>
<span class='curline'><a href='../S/src--setup.c.html#L761'>str_options</a> 761 src/setup.c mc_config_set_string (mc_global.main_config, CONFIG_APP_SECTION, str_options[i].opt_name,</span>
<span class='curline'><a href='../S/src--setup.c.html#L762'>str_options</a> 762 src/setup.c *str_options[i].opt_addr);</span>
<span class='curline'><a href='../S/src--setup.c.html#L1059'>str_options</a> 1059 src/setup.c for (i = 0; str_options[i].opt_name != NULL; i++)</span>
<span class='curline'><a href='../S/src--setup.c.html#L1060'>str_options</a> 1060 src/setup.c g_free (*str_options[i].opt_addr);</span>
</pre>
</body>
</html>