mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
23 lines
1.8 KiB
HTML
23 lines
1.8 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>bool_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#L291'>bool_options</a> 291 src/setup.c } bool_options[] = {</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L526'>bool_options</a> 526 src/setup.c for (i = 0; bool_options[i].opt_name != NULL; i++)</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L527'>bool_options</a> 527 src/setup.c *bool_options[i].opt_addr =</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L528'>bool_options</a> 528 src/setup.c mc_config_get_bool (mc_global.main_config, CONFIG_APP_SECTION, bool_options[i].opt_name,</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L529'>bool_options</a> 529 src/setup.c *bool_options[i].opt_addr);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L750'>bool_options</a> 750 src/setup.c for (i = 0; bool_options[i].opt_name != NULL; i++)</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L751'>bool_options</a> 751 src/setup.c mc_config_set_bool (mc_global.main_config, CONFIG_APP_SECTION, bool_options[i].opt_name,</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L752'>bool_options</a> 752 src/setup.c *bool_options[i].opt_addr);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|