mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
1323 lines
246 KiB
HTML
1323 lines
246 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>src/setup.c</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>
|
|
<!-- beginning of fixed guide -->
|
|
<div id='guide'><ul>
|
|
<li><a href='#L457'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
|
|
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
|
|
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
|
|
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
|
|
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
|
|
<li class='standout'><span><a href='../files/src.html'>src</a>/setup.c</span></li>
|
|
</ul></div>
|
|
<!-- end of fixed guide -->
|
|
<div align='right'>Manual pages:
|
|
<a href=man/mc.html>mc</a> • <a href=man/mcdiff.html>mcdiff</a> • <a href=man/mcedit.html>mcedit</a> • <a href=man/mcview.html>mcview</a>
|
|
</div>
|
|
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/setup.c</h2>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1 src/setup.c' /> */</em>
|
|
<hr />
|
|
<h2 class='header'>DEFINITIONS</h2>
|
|
This source file includes following definitions.
|
|
<ol>
|
|
<li><a href='#L457' title='Defined at 457.'>setup__is_cfg_group_must_panel_config</a></li>
|
|
<li><a href='#L469' title='Defined at 469.'>setup__move_panels_config_into_separate_file</a></li>
|
|
<li><a href='#L520' title='Defined at 520.'>load_config</a></li>
|
|
<li><a href='#L563' title='Defined at 563.'>setup__load_panel_state</a></li>
|
|
<li><a href='#L587' title='Defined at 587.'>load_layout</a></li>
|
|
<li><a href='#L616' title='Defined at 616.'>load_keys_from_section</a></li>
|
|
<li><a href='#L676' title='Defined at 676.'>panel_save_type</a></li>
|
|
<li><a href='#L695' title='Defined at 695.'>panels_load_options</a></li>
|
|
<li><a href='#L728' title='Defined at 728.'>panels_save_options</a></li>
|
|
<li><a href='#L745' title='Defined at 745.'>save_config</a></li>
|
|
<li><a href='#L768' title='Defined at 768.'>save_layout</a></li>
|
|
<li><a href='#L787' title='Defined at 787.'>save_panel_types</a></li>
|
|
<li><a href='#L829' title='Defined at 829.'>setup_init</a></li>
|
|
<li><a href='#L869' title='Defined at 869.'>load_setup</a></li>
|
|
<li><a href='#L982' title='Defined at 982.'>save_setup</a></li>
|
|
<li><a href='#L1041' title='Defined at 1041.'>done_setup</a></li>
|
|
<li><a href='#L1077' title='Defined at 1077.'>setup_save_config_show_error</a></li>
|
|
<li><a href='#L1090' title='Defined at 1090.'>load_key_defs</a></li>
|
|
<li><a href='#L1114' title='Defined at 1114.'>load_anon_passwd</a></li>
|
|
<li><a href='#L1132' title='Defined at 1132.'>panel_load_setup</a></li>
|
|
<li><a href='#L1197' title='Defined at 1197.'>panel_save_setup</a></li>
|
|
</ol>
|
|
<hr />
|
|
<pre>
|
|
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
|
|
<a id='L2' name='L2'></a> 2 <em class='comment'> Setup loading/saving.</em>
|
|
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
|
|
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 1994-2025</em>
|
|
<a id='L5' name='L5'></a> 5 <em class='comment'> Free Software Foundation, Inc.</em>
|
|
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
|
|
<a id='L7' name='L7'></a> 7 <em class='comment'> This file is part of the Midnight Commander.</em>
|
|
<a id='L8' name='L8'></a> 8 <em class='comment'></em>
|
|
<a id='L9' name='L9'></a> 9 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
|
|
<a id='L10' name='L10'></a> 10 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
|
|
<a id='L11' name='L11'></a> 11 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
|
|
<a id='L12' name='L12'></a> 12 <em class='comment'> or (at your option) any later version.</em>
|
|
<a id='L13' name='L13'></a> 13 <em class='comment'></em>
|
|
<a id='L14' name='L14'></a> 14 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
|
|
<a id='L15' name='L15'></a> 15 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
|
|
<a id='L16' name='L16'></a> 16 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
|
|
<a id='L17' name='L17'></a> 17 <em class='comment'> GNU General Public License for more details.</em>
|
|
<a id='L18' name='L18'></a> 18 <em class='comment'></em>
|
|
<a id='L19' name='L19'></a> 19 <em class='comment'> You should have received a copy of the GNU General Public License</em>
|
|
<a id='L20' name='L20'></a> 20 <em class='comment'> along with this program. If not, see <https://www.gnu.org/licenses/>.</em>
|
|
<a id='L21' name='L21'></a> 21 <em class='comment'> */</em>
|
|
<a id='L22' name='L22'></a> 22
|
|
<a id='L23' name='L23'></a> 23 <em class='comment'>/** \file setup.c</em>
|
|
<a id='L24' name='L24'></a> 24 <em class='comment'> * \brief Source: setup loading/saving</em>
|
|
<a id='L25' name='L25'></a> 25 <em class='comment'> */</em>
|
|
<a id='L26' name='L26'></a> 26
|
|
<a id='L27' name='L27'></a> 27 <em class='sharp'>#include</em> <config.h>
|
|
<a id='L28' name='L28'></a> 28
|
|
<a id='L29' name='L29'></a> 29 <em class='sharp'>#include</em> <stdlib.h>
|
|
<a id='L30' name='L30'></a> 30 <em class='sharp'>#include</em> <string.h>
|
|
<a id='L31' name='L31'></a> 31 <em class='sharp'>#include</em> <stdio.h>
|
|
<a id='L32' name='L32'></a> 32 <em class='sharp'>#include</em> <sys/types.h>
|
|
<a id='L33' name='L33'></a> 33 <em class='sharp'>#include</em> <sys/stat.h>
|
|
<a id='L34' name='L34'></a> 34
|
|
<a id='L35' name='L35'></a> 35 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
|
|
<a id='L36' name='L36'></a> 36
|
|
<a id='L37' name='L37'></a> 37 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>"
|
|
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> "<a href='lib--tty--key.h.html'>lib/tty/key.h</a>"
|
|
<a id='L39' name='L39'></a> 39 <em class='sharp'>#include</em> "<a href='lib--mcconfig.h.html'>lib/mcconfig.h</a>" <em class='comment'>// num_history_items_recorded</em>
|
|
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> "<a href='lib--fileloc.h.html'>lib/fileloc.h</a>"
|
|
<a id='L41' name='L41'></a> 41 <em class='sharp'>#include</em> "<a href='lib--terminal.h.html'>lib/terminal.h</a>" <em class='comment'>// convert_controls()</em>
|
|
<a id='L42' name='L42'></a> 42 <em class='sharp'>#include</em> "<a href='lib--timefmt.h.html'>lib/timefmt.h</a>"
|
|
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>"
|
|
<a id='L44' name='L44'></a> 44 <em class='sharp'>#include</em> "<a href='lib--charsets.h.html'>lib/charsets.h</a>"
|
|
<a id='L45' name='L45'></a> 45
|
|
<a id='L46' name='L46'></a> 46 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_FTP.html' title='Multiple used in 26 places.'>ENABLE_VFS_FTP</a>
|
|
<a id='L47' name='L47'></a> 47 <em class='sharp'>#include</em> "<a href='src--vfs--ftpfs--ftpfs.h.html'>src/vfs/ftpfs/ftpfs.h</a>"
|
|
<a id='L48' name='L48'></a> 48 <em class='sharp'>#endif</em>
|
|
<a id='L49' name='L49'></a> 49 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_SHELL.html' title='Multiple used in 13 places.'>ENABLE_VFS_SHELL</a>
|
|
<a id='L50' name='L50'></a> 50 <em class='sharp'>#include</em> "<a href='../I/shell.h.html'>src/vfs/shell/shell.h</a>"
|
|
<a id='L51' name='L51'></a> 51 <em class='sharp'>#endif</em>
|
|
<a id='L52' name='L52'></a> 52
|
|
<a id='L53' name='L53'></a> 53 <em class='sharp'>#include</em> "<a href='src--filemanager--dir.h.html'>filemanager/dir.h</a>"
|
|
<a id='L54' name='L54'></a> 54 <em class='sharp'>#include</em> "<a href='src--filemanager--filemanager.h.html'>filemanager/filemanager.h</a>"
|
|
<a id='L55' name='L55'></a> 55 <em class='sharp'>#include</em> "<a href='src--filemanager--tree.h.html'>filemanager/tree.h</a>" <em class='comment'>// xtree_mode</em>
|
|
<a id='L56' name='L56'></a> 56 <em class='sharp'>#include</em> "<a href='src--filemanager--hotlist.h.html'>filemanager/hotlist.h</a>" <em class='comment'>// load/save/done hotlist</em>
|
|
<a id='L57' name='L57'></a> 57 <em class='sharp'>#include</em> "<a href='src--filemanager--panelize.h.html'>filemanager/panelize.h</a>" <em class='comment'>// load/save/done panelize</em>
|
|
<a id='L58' name='L58'></a> 58 <em class='sharp'>#include</em> "<a href='src--filemanager--layout.h.html'>filemanager/layout.h</a>"
|
|
<a id='L59' name='L59'></a> 59 <em class='sharp'>#include</em> "<a href='src--filemanager--cmd.h.html'>filemanager/cmd.h</a>"
|
|
<a id='L60' name='L60'></a> 60
|
|
<a id='L61' name='L61'></a> 61 <em class='sharp'>#include</em> "<a href='src--args.h.html'>args.h</a>"
|
|
<a id='L62' name='L62'></a> 62 <em class='sharp'>#include</em> "<a href='src--execute.h.html'>execute.h</a>" <em class='comment'>// pause_after_run</em>
|
|
<a id='L63' name='L63'></a> 63 <em class='sharp'>#include</em> "<a href='src--clipboard.h.html'>clipboard.h</a>"
|
|
<a id='L64' name='L64'></a> 64 <em class='sharp'>#include</em> "<a href='src--selcodepage.h.html'>selcodepage.h</a>"
|
|
<a id='L65' name='L65'></a> 65
|
|
<a id='L66' name='L66'></a> 66 <em class='sharp'>#ifdef</em> <a href='../Y/USE_INTERNAL_EDIT.html' title='Multiple used in 51 places.'>USE_INTERNAL_EDIT</a>
|
|
<a id='L67' name='L67'></a> 67 <em class='sharp'>#include</em> "<a href='src--editor--edit.h.html'>src/editor/edit.h</a>"
|
|
<a id='L68' name='L68'></a> 68 <em class='sharp'>#endif</em>
|
|
<a id='L69' name='L69'></a> 69
|
|
<a id='L70' name='L70'></a> 70 <em class='sharp'>#include</em> "<a href='src--viewer--mcviewer.h.html'>src/viewer/mcviewer.h</a>" <em class='comment'>// For the externs</em>
|
|
<a id='L71' name='L71'></a> 71
|
|
<a id='L72' name='L72'></a> 72 <em class='sharp'>#include</em> "<a href='src--setup.h.html'>setup.h</a>"
|
|
<a id='L73' name='L73'></a> 73
|
|
<a id='L74' name='L74'></a> 74 <em class='comment'>/*** global variables ****************************************************************************/</em>
|
|
<a id='L75' name='L75'></a> 75
|
|
<a id='L76' name='L76'></a> 76 <em class='comment'>/* Only used at program boot */</em>
|
|
<a id='L77' name='L77'></a> 77 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/boot_current_is_left.html' title='Multiple used in 5 places.'>boot_current_is_left</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L78' name='L78'></a> 78
|
|
<a id='L79' name='L79'></a> 79 <em class='comment'>/* If on, default for "No" in delete operations */</em>
|
|
<a id='L80' name='L80'></a> 80 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/safe_delete.html' title='Multiple used in 7 places.'>safe_delete</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L81' name='L81'></a> 81 <em class='comment'>/* If on, default for "No" in overwrite files */</em>
|
|
<a id='L82' name='L82'></a> 82 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/safe_overwrite.html' title='Multiple used in 5 places.'>safe_overwrite</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L83' name='L83'></a> 83
|
|
<a id='L84' name='L84'></a> 84 <em class='comment'>/* Controls screen clearing before an exec */</em>
|
|
<a id='L85' name='L85'></a> 85 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/clear_before_exec.html' title='Multiple used in 5 places.'>clear_before_exec</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L86' name='L86'></a> 86
|
|
<a id='L87' name='L87'></a> 87 <em class='comment'>/* Asks for confirmation before deleting a file */</em>
|
|
<a id='L88' name='L88'></a> 88 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/confirm_delete.html' title='Multiple used in 6 places.'>confirm_delete</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L89' name='L89'></a> 89 <em class='comment'>/* Asks for confirmation before deleting a hotlist entry */</em>
|
|
<a id='L90' name='L90'></a> 90 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/confirm_directory_hotlist_delete.html' title='Multiple used in 5 places.'>confirm_directory_hotlist_delete</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L91' name='L91'></a> 91 <em class='comment'>/* Asks for confirmation before overwriting a file */</em>
|
|
<a id='L92' name='L92'></a> 92 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/confirm_overwrite.html' title='Multiple used in 5 places.'>confirm_overwrite</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L93' name='L93'></a> 93 <em class='comment'>/* Asks for confirmation before executing a program by pressing enter */</em>
|
|
<a id='L94' name='L94'></a> 94 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/confirm_execute.html' title='Multiple used in 6 places.'>confirm_execute</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L95' name='L95'></a> 95 <em class='comment'>/* Asks for confirmation before leaving the program */</em>
|
|
<a id='L96' name='L96'></a> 96 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/confirm_exit.html' title='Multiple used in 5 places.'>confirm_exit</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L97' name='L97'></a> 97
|
|
<a id='L98' name='L98'></a> 98 <em class='comment'>/* If true, at startup the user-menu is invoked */</em>
|
|
<a id='L99' name='L99'></a> 99 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/auto_menu.html' title='Multiple used in 5 places.'>auto_menu</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L100' name='L100'></a> 100 <em class='comment'>/* This flag indicates if the pull down menus by default drop down */</em>
|
|
<a id='L101' name='L101'></a> 101 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/drop_menus.html' title='Multiple used in 8 places.'>drop_menus</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L102' name='L102'></a> 102
|
|
<a id='L103' name='L103'></a> 103 <em class='comment'>/* Asks for confirmation when using F3 to view a directory and there</em>
|
|
<a id='L104' name='L104'></a> 104 <em class='comment'> are tagged files */</em>
|
|
<a id='L105' name='L105'></a> 105 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/confirm_view_dir.html' title='Multiple used in 4 places.'>confirm_view_dir</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L106' name='L106'></a> 106
|
|
<a id='L107' name='L107'></a> 107 <em class='comment'>/* Ask file name before start the editor */</em>
|
|
<a id='L108' name='L108'></a> 108 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/editor_ask_filename_before_edit.html' title='Multiple used in 5 places.'>editor_ask_filename_before_edit</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L109' name='L109'></a> 109
|
|
<a id='L110' name='L110'></a> 110 <a href='../S/src--filemanager--layout.h.html#L22' title='Defined at 22 in src/filemanager/layout.h.'>panel_view_mode_t</a> <a href='../Y/startup_left_mode.html' title='Multiple used in 8 places.'>startup_left_mode</a>;
|
|
<a id='L111' name='L111'></a> 111 <a href='../S/src--filemanager--layout.h.html#L22' title='Defined at 22 in src/filemanager/layout.h.'>panel_view_mode_t</a> <a href='../Y/startup_right_mode.html' title='Multiple used in 6 places.'>startup_right_mode</a>;
|
|
<a id='L112' name='L112'></a> 112
|
|
<a id='L113' name='L113'></a> 113 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/copymove_persistent_attr.html' title='Multiple used in 4 places.'>copymove_persistent_attr</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L114' name='L114'></a> 114 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_EXT2FS_ATTR.html' title='Multiple used in 23 places.'>ENABLE_EXT2FS_ATTR</a>
|
|
<a id='L115' name='L115'></a> 115 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/copymove_persistent_ext2_attr.html' title='Multiple used in 7 places.'>copymove_persistent_ext2_attr</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L116' name='L116'></a> 116 <em class='sharp'>#else</em>
|
|
<a id='L117' name='L117'></a> 117 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/copymove_persistent_ext2_attr.html' title='Multiple used in 7 places.'>copymove_persistent_ext2_attr</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L118' name='L118'></a> 118 <em class='sharp'>#endif</em>
|
|
<a id='L119' name='L119'></a> 119
|
|
<a id='L120' name='L120'></a> 120 <em class='comment'>/* Tab size */</em>
|
|
<a id='L121' name='L121'></a> 121 <strong class='reserved'>int</strong> <a href='../Y/option_tab_spacing.html' title='Multiple used in 8 places.'>option_tab_spacing</a> = <a href='../S/src--setup.h.html#L18' title='Defined at 18 in src/setup.h.'>DEFAULT_TAB_SPACING</a>;
|
|
<a id='L122' name='L122'></a> 122
|
|
<a id='L123' name='L123'></a> 123 <em class='comment'>/* Ugly hack to allow panel_save_setup to work as a place holder for */</em>
|
|
<a id='L124' name='L124'></a> 124 <em class='comment'>/* default panel values */</em>
|
|
<a id='L125' name='L125'></a> 125 <strong class='reserved'>int</strong> <a href='../Y/saving_setup.html' title='Multiple used in 5 places.'>saving_setup</a>;
|
|
<a id='L126' name='L126'></a> 126
|
|
<a id='L127' name='L127'></a> 127 <a href='../S/src--setup.h.html#L59' title='Defined at 59 in src/setup.h.'>panels_options_t</a> <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a> = <em class='brace'>{</em>
|
|
<a id='L128' name='L128'></a> 128 .<a href='../Y/show_mini_info.html' title='Multiple used in 14 places.'>show_mini_info</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
|
|
<a id='L129' name='L129'></a> 129 .<a href='../Y/kilobyte_si.html' title='Multiple used in 19 places.'>kilobyte_si</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L130' name='L130'></a> 130 .<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L131' name='L131'></a> 131 .<a href='../Y/show_backups.html' title='Multiple used in 5 places.'>show_backups</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
|
|
<a id='L132' name='L132'></a> 132 .<a href='../Y/show_dot_files.html' title='Multiple used in 7 places.'>show_dot_files</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
|
|
<a id='L133' name='L133'></a> 133 .<a href='../Y/fast_reload.html' title='Multiple used in 7 places.'>fast_reload</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L134' name='L134'></a> 134 .<a href='../Y/fast_reload_msg_shown.html' title='Multiple used in 5 places.'>fast_reload_msg_shown</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L135' name='L135'></a> 135 .<a href='../Y/mark_moves_down.html' title='Multiple used in 6 places.'>mark_moves_down</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
|
|
<a id='L136' name='L136'></a> 136 .<a href='../Y/reverse_files_only.html' title='Multiple used in 5 places.'>reverse_files_only</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
|
|
<a id='L137' name='L137'></a> 137 .<a href='../Y/auto_save_setup.html' title='Multiple used in 11 places.'>auto_save_setup</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L138' name='L138'></a> 138 .<a href='../Y/navigate_with_arrows.html' title='Multiple used in 5 places.'>navigate_with_arrows</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L139' name='L139'></a> 139 .<a href='../Y/scroll_pages.html' title='Multiple used in 6 places.'>scroll_pages</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
|
|
<a id='L140' name='L140'></a> 140 .<a href='../Y/scroll_center.html' title='Multiple used in 6 places.'>scroll_center</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L141' name='L141'></a> 141 .<a href='../Y/mouse_move_pages.html' title='Multiple used in 6 places.'>mouse_move_pages</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
|
|
<a id='L142' name='L142'></a> 142 .<a href='../Y/filetype_mode.html' title='Multiple used in 5 places.'>filetype_mode</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
|
|
<a id='L143' name='L143'></a> 143 .<a href='../Y/permission_mode.html' title='Multiple used in 5 places.'>permission_mode</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L144' name='L144'></a> 144 .<a href='../Y/qsearch_mode.html' title='Multiple used in 9 places.'>qsearch_mode</a> = <a href='../S/src--setup.h.html#L28' title='Defined at 28 in src/setup.h.'>QSEARCH_PANEL_CASE</a>,
|
|
<a id='L145' name='L145'></a> 145 .<a href='../Y/select_flags.html' title='Multiple used in 7 places.'>select_flags</a> = <a href='../S/src--filemanager--dir.h.html#L31' title='Defined at 31 in src/filemanager/dir.h.'>SELECT_MATCH_CASE</a> | <a href='../S/src--filemanager--dir.h.html#L32' title='Defined at 32 in src/filemanager/dir.h.'>SELECT_SHELL_PATTERNS</a>,
|
|
<a id='L146' name='L146'></a> 146 <em class='brace'>}</em>;
|
|
<a id='L147' name='L147'></a> 147
|
|
<a id='L148' name='L148'></a> 148 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/easy_patterns.html' title='Multiple used in 12 places.'>easy_patterns</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L149' name='L149'></a> 149
|
|
<a id='L150' name='L150'></a> 150 <em class='comment'>/* It true saves the setup when quitting */</em>
|
|
<a id='L151' name='L151'></a> 151 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/auto_save_setup.html' title='Multiple used in 11 places.'>auto_save_setup</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L152' name='L152'></a> 152
|
|
<a id='L153' name='L153'></a> 153 <em class='comment'>/* If true, then the +, - and \ keys have their special meaning only if the</em>
|
|
<a id='L154' name='L154'></a> 154 <em class='comment'> * command line is empty, otherwise they behave like regular letters</em>
|
|
<a id='L155' name='L155'></a> 155 <em class='comment'> */</em>
|
|
<a id='L156' name='L156'></a> 156 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/only_leading_plus_minus.html' title='Multiple used in 4 places.'>only_leading_plus_minus</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L157' name='L157'></a> 157
|
|
<a id='L158' name='L158'></a> 158 <em class='comment'>/* Automatically fills name with current selected item name on mkdir */</em>
|
|
<a id='L159' name='L159'></a> 159 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/auto_fill_mkdir_name.html' title='Multiple used in 5 places.'>auto_fill_mkdir_name</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L160' name='L160'></a> 160
|
|
<a id='L161' name='L161'></a> 161 <em class='comment'>/* If set and you don't have subshell support, then C-o will give you a shell */</em>
|
|
<a id='L162' name='L162'></a> 162 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/output_starts_shell.html' title='Multiple used in 5 places.'>output_starts_shell</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L163' name='L163'></a> 163
|
|
<a id='L164' name='L164'></a> 164 <em class='sharp'>#ifdef</em> <a href='../Y/USE_FILE_CMD.html' title='Multiple used in 8 places.'>USE_FILE_CMD</a>
|
|
<a id='L165' name='L165'></a> 165 <em class='comment'>/* If set, we execute the file command to check the file type */</em>
|
|
<a id='L166' name='L166'></a> 166 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/use_file_to_check_type.html' title='Multiple used in 4 places.'>use_file_to_check_type</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L167' name='L167'></a> 167 <em class='sharp'>#endif</em>
|
|
<a id='L168' name='L168'></a> 168
|
|
<a id='L169' name='L169'></a> 169 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/verbose.html' title='Multiple used in 23 places.'>verbose</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L170' name='L170'></a> 170
|
|
<a id='L171' name='L171'></a> 171 <em class='comment'>/*</em>
|
|
<a id='L172' name='L172'></a> 172 <em class='comment'> * Whether the Midnight Commander tries to provide more</em>
|
|
<a id='L173' name='L173'></a> 173 <em class='comment'> * information about copy/move sizes and bytes transferred</em>
|
|
<a id='L174' name='L174'></a> 174 <em class='comment'> * at the expense of some speed</em>
|
|
<a id='L175' name='L175'></a> 175 <em class='comment'> */</em>
|
|
<a id='L176' name='L176'></a> 176 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/file_op_compute_totals.html' title='Multiple used in 5 places.'>file_op_compute_totals</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L177' name='L177'></a> 177
|
|
<a id='L178' name='L178'></a> 178 <em class='comment'>/* If true use the internal viewer */</em>
|
|
<a id='L179' name='L179'></a> 179 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/use_internal_view.html' title='Multiple used in 8 places.'>use_internal_view</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L180' name='L180'></a> 180 <em class='comment'>/* If set, use the builtin editor */</em>
|
|
<a id='L181' name='L181'></a> 181 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/use_internal_edit.html' title='Multiple used in 9 places.'>use_internal_edit</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L182' name='L182'></a> 182
|
|
<a id='L183' name='L183'></a> 183 <em class='comment'>/* Numbers of (file I/O) and (input/display) codepages. -1 if not selected */</em>
|
|
<a id='L184' name='L184'></a> 184 <strong class='reserved'>int</strong> <a href='../Y/default_source_codepage.html' title='Multiple used in 11 places.'>default_source_codepage</a> = -1;
|
|
<a id='L185' name='L185'></a> 185 <strong class='reserved'>char</strong> *<a href='../Y/autodetect_codeset.html' title='Multiple used in 7 places.'>autodetect_codeset</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L186' name='L186'></a> 186 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/is_autodetect_codeset_enabled.html' title='Multiple used in 4 places.'>is_autodetect_codeset_enabled</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L187' name='L187'></a> 187
|
|
<a id='L188' name='L188'></a> 188 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_ASPELL.html' title='Multiple used in 14 places.'>HAVE_ASPELL</a>
|
|
<a id='L189' name='L189'></a> 189 <strong class='reserved'>char</strong> *<a href='../Y/spell_language.html' title='Multiple used in 11 places.'>spell_language</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L190' name='L190'></a> 190 <em class='sharp'>#endif</em>
|
|
<a id='L191' name='L191'></a> 191
|
|
<a id='L192' name='L192'></a> 192 <em class='comment'>/* Value of "other_dir" key in ini file */</em>
|
|
<a id='L193' name='L193'></a> 193 <strong class='reserved'>char</strong> *<a href='../Y/saved_other_dir.html' title='Multiple used in 9 places.'>saved_other_dir</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L194' name='L194'></a> 194
|
|
<a id='L195' name='L195'></a> 195 <em class='comment'>/* If set, then print to the given file the last directory we were at */</em>
|
|
<a id='L196' name='L196'></a> 196 <strong class='reserved'>char</strong> *<a href='../Y/last_wd_str.html' title='Multiple used in 6 places.'>last_wd_str</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L197' name='L197'></a> 197
|
|
<a id='L198' name='L198'></a> 198 <em class='comment'>/* Set when main loop should be terminated */</em>
|
|
<a id='L199' name='L199'></a> 199 <strong class='reserved'>int</strong> <a href='../Y/quit.html' title='Multiple used in 17 places.'>quit</a> = 0;
|
|
<a id='L200' name='L200'></a> 200
|
|
<a id='L201' name='L201'></a> 201 <em class='comment'>/* Set to TRUE to suppress printing the last directory */</em>
|
|
<a id='L202' name='L202'></a> 202 <strong class='reserved'>int</strong> <a href='../Y/print_last_revert.html' title='Multiple used in 4 places.'>print_last_revert</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L203' name='L203'></a> 203
|
|
<a id='L204' name='L204'></a> 204 <em class='sharp'>#ifdef</em> <a href='../Y/USE_INTERNAL_EDIT.html' title='Multiple used in 51 places.'>USE_INTERNAL_EDIT</a>
|
|
<a id='L205' name='L205'></a> 205 <em class='comment'>/* index to record_macro_buf[], -1 if not recording a macro */</em>
|
|
<a id='L206' name='L206'></a> 206 <strong class='reserved'>int</strong> <a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a> = -1;
|
|
<a id='L207' name='L207'></a> 207
|
|
<a id='L208' name='L208'></a> 208 <em class='comment'>/* macro stuff */</em>
|
|
<a id='L209' name='L209'></a> 209 <strong class='reserved'>struct</strong> <a href='../D/macro_action_t.html' title='Multiple defined in 2 places.'>macro_action_t</a> <a href='../Y/record_macro_buf.html' title='Multiple used in 9 places.'>record_macro_buf</a>[<a href='../S/src--setup.h.html#L20' title='Defined at 20 in src/setup.h.'>MAX_MACRO_LENGTH</a>];
|
|
<a id='L210' name='L210'></a> 210
|
|
<a id='L211' name='L211'></a> 211 <a href='../Y/GArray.html' title='Multiple used in 83 places.'>GArray</a> *<a href='../Y/macros_list.html' title='Multiple used in 17 places.'>macros_list</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L212' name='L212'></a> 212 <em class='sharp'>#endif</em>
|
|
<a id='L213' name='L213'></a> 213
|
|
<a id='L214' name='L214'></a> 214 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
|
|
<a id='L215' name='L215'></a> 215
|
|
<a id='L216' name='L216'></a> 216 <em class='comment'>/* In order to use everywhere the same setup for the locale we use defines */</em>
|
|
<a id='L217' name='L217'></a> 217 <em class='sharp'>#define</em> <a href='../S/src--setup.c.html#L908' title='Referred from 908 in src/setup.c.'>FMTYEAR</a> <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%b %e %Y")
|
|
<a id='L218' name='L218'></a> 218 <em class='sharp'>#define</em> <a href='../S/src--setup.c.html#L906' title='Referred from 906 in src/setup.c.'>FMTTIME</a> <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%b %e %H:%M")
|
|
<a id='L219' name='L219'></a> 219
|
|
<a id='L220' name='L220'></a> 220 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
|
|
<a id='L221' name='L221'></a> 221
|
|
<a id='L222' name='L222'></a> 222 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
|
|
<a id='L223' name='L223'></a> 223
|
|
<a id='L224' name='L224'></a> 224 <em class='comment'>/*** file scope variables ************************************************************************/</em>
|
|
<a id='L225' name='L225'></a> 225
|
|
<a id='L226' name='L226'></a> 226 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <em class='comment'>/* ${XDG_CONFIG_HOME}/mc/ini */</em>
|
|
<a id='L227' name='L227'></a> 227 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *<a href='../Y/panels_profile_name.html' title='Multiple used in 7 places.'>panels_profile_name</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <em class='comment'>/* ${XDG_CONFIG_HOME}/mc/panels.ini */</em>
|
|
<a id='L228' name='L228'></a> 228
|
|
<a id='L229' name='L229'></a> 229 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L230' name='L230'></a> 230 <em class='brace'>{</em>
|
|
<a id='L231' name='L231'></a> 231 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>;
|
|
<a id='L232' name='L232'></a> 232 <strong class='reserved'>int</strong> <a href='../Y/list_format.html' title='Multiple used in 32 places.'>list_format</a>;
|
|
<a id='L233' name='L233'></a> 233 <em class='brace'>}</em> <a href='../Y/list_formats.html' title='Multiple used in 9 places.'>list_formats</a>[] = <em class='brace'>{</em>
|
|
<a id='L234' name='L234'></a> 234 <em class='brace'>{</em> "full", <a href='../S/src--filemanager--panel.h.html#L32' title='Defined at 32 in src/filemanager/panel.h.'>list_full</a> <em class='brace'>}</em>, <em class='comment'>//</em>
|
|
<a id='L235' name='L235'></a> 235 <em class='brace'>{</em> "brief", <a href='../S/src--filemanager--panel.h.html#L33' title='Defined at 33 in src/filemanager/panel.h.'>list_brief</a> <em class='brace'>}</em>, <em class='comment'>//</em>
|
|
<a id='L236' name='L236'></a> 236 <em class='brace'>{</em> "long", <a href='../S/src--filemanager--panel.h.html#L34' title='Defined at 34 in src/filemanager/panel.h.'>list_long</a> <em class='brace'>}</em>, <em class='comment'>//</em>
|
|
<a id='L237' name='L237'></a> 237 <em class='brace'>{</em> "user", <a href='../S/src--filemanager--panel.h.html#L35' title='Defined at 35 in src/filemanager/panel.h.'>list_user</a> <em class='brace'>}</em>, <em class='comment'>//</em>
|
|
<a id='L238' name='L238'></a> 238 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L239' name='L239'></a> 239 <em class='brace'>}</em>;
|
|
<a id='L240' name='L240'></a> 240
|
|
<a id='L241' name='L241'></a> 241 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L242' name='L242'></a> 242 <em class='brace'>{</em>
|
|
<a id='L243' name='L243'></a> 243 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>;
|
|
<a id='L244' name='L244'></a> 244 <a href='../S/src--filemanager--layout.h.html#L22' title='Defined at 22 in src/filemanager/layout.h.'>panel_view_mode_t</a> <a href='../Y/opt_type.html' title='Multiple used in 3 places.'>opt_type</a>;
|
|
<a id='L245' name='L245'></a> 245 <em class='brace'>}</em> <a href='../Y/panel_types.html' title='Multiple used in 7 places.'>panel_types</a>[] = <em class='brace'>{</em>
|
|
<a id='L246' name='L246'></a> 246 <em class='brace'>{</em> "listing", <a href='../S/src--filemanager--layout.h.html#L17' title='Defined at 17 in src/filemanager/layout.h.'>view_listing</a> <em class='brace'>}</em>, <em class='comment'>//</em>
|
|
<a id='L247' name='L247'></a> 247 <em class='brace'>{</em> "quickview", <a href='../S/src--filemanager--layout.h.html#L20' title='Defined at 20 in src/filemanager/layout.h.'>view_quick</a> <em class='brace'>}</em>, <em class='comment'>//</em>
|
|
<a id='L248' name='L248'></a> 248 <em class='brace'>{</em> "info", <a href='../S/src--filemanager--layout.h.html#L18' title='Defined at 18 in src/filemanager/layout.h.'>view_info</a> <em class='brace'>}</em>, <em class='comment'>//</em>
|
|
<a id='L249' name='L249'></a> 249 <em class='brace'>{</em> "tree", <a href='../S/src--filemanager--layout.h.html#L19' title='Defined at 19 in src/filemanager/layout.h.'>view_tree</a> <em class='brace'>}</em>, <em class='comment'>//</em>
|
|
<a id='L250' name='L250'></a> 250 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/src--filemanager--layout.h.html#L17' title='Defined at 17 in src/filemanager/layout.h.'>view_listing</a> <em class='brace'>}</em>,
|
|
<a id='L251' name='L251'></a> 251 <em class='brace'>}</em>;
|
|
<a id='L252' name='L252'></a> 252
|
|
<a id='L253' name='L253'></a> 253 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L254' name='L254'></a> 254 <em class='brace'>{</em>
|
|
<a id='L255' name='L255'></a> 255 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>;
|
|
<a id='L256' name='L256'></a> 256 <strong class='reserved'>int</strong> *<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>;
|
|
<a id='L257' name='L257'></a> 257 <em class='brace'>}</em> <a href='../Y/layout_int_options.html' title='Multiple used in 6 places.'>layout_int_options</a>[] = <em class='brace'>{</em>
|
|
<a id='L258' name='L258'></a> 258 <em class='brace'>{</em> "output_lines", &<a href='../Y/output_lines.html' title='Multiple used in 25 places.'>output_lines</a> <em class='brace'>}</em>,
|
|
<a id='L259' name='L259'></a> 259 <em class='brace'>{</em> "left_panel_size", &<a href='../Y/panels_layout.html' title='Multiple used in 70 places.'>panels_layout</a>.<a href='../Y/left_panel_size.html' title='Multiple used in 20 places.'>left_panel_size</a> <em class='brace'>}</em>,
|
|
<a id='L260' name='L260'></a> 260 <em class='brace'>{</em> "top_panel_size", &<a href='../Y/panels_layout.html' title='Multiple used in 70 places.'>panels_layout</a>.<a href='../Y/top_panel_size.html' title='Multiple used in 18 places.'>top_panel_size</a> <em class='brace'>}</em>,
|
|
<a id='L261' name='L261'></a> 261 <em class='brace'>{</em>
|
|
<a id='L262' name='L262'></a> 262 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L263' name='L263'></a> 263 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L264' name='L264'></a> 264 <em class='brace'>}</em>,
|
|
<a id='L265' name='L265'></a> 265 <em class='brace'>}</em>;
|
|
<a id='L266' name='L266'></a> 266
|
|
<a id='L267' name='L267'></a> 267 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L268' name='L268'></a> 268 <em class='brace'>{</em>
|
|
<a id='L269' name='L269'></a> 269 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>;
|
|
<a id='L270' name='L270'></a> 270 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>;
|
|
<a id='L271' name='L271'></a> 271 <em class='brace'>}</em> <a href='../Y/layout_bool_options.html' title='Multiple used in 6 places.'>layout_bool_options</a>[] = <em class='brace'>{</em>
|
|
<a id='L272' name='L272'></a> 272 <em class='brace'>{</em> "message_visible", &<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/message_visible.html' title='Multiple used in 13 places.'>message_visible</a> <em class='brace'>}</em>,
|
|
<a id='L273' name='L273'></a> 273 <em class='brace'>{</em> "keybar_visible", &<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/keybar_visible.html' title='Multiple used in 19 places.'>keybar_visible</a> <em class='brace'>}</em>,
|
|
<a id='L274' name='L274'></a> 274 <em class='brace'>{</em> "xterm_title", &<a href='../Y/xterm_title.html' title='Multiple used in 9 places.'>xterm_title</a> <em class='brace'>}</em>,
|
|
<a id='L275' name='L275'></a> 275 <em class='brace'>{</em> "command_prompt", &<a href='../Y/command_prompt.html' title='Multiple used in 22 places.'>command_prompt</a> <em class='brace'>}</em>,
|
|
<a id='L276' name='L276'></a> 276 <em class='brace'>{</em> "menubar_visible", &<a href='../Y/menubar_visible.html' title='Multiple used in 13 places.'>menubar_visible</a> <em class='brace'>}</em>,
|
|
<a id='L277' name='L277'></a> 277 <em class='brace'>{</em> "free_space", &<a href='../Y/free_space.html' title='Multiple used in 9 places.'>free_space</a> <em class='brace'>}</em>,
|
|
<a id='L278' name='L278'></a> 278 <em class='brace'>{</em> "horizontal_split", &<a href='../Y/panels_layout.html' title='Multiple used in 70 places.'>panels_layout</a>.<a href='../Y/horizontal_split.html' title='Multiple used in 26 places.'>horizontal_split</a> <em class='brace'>}</em>,
|
|
<a id='L279' name='L279'></a> 279 <em class='brace'>{</em> "vertical_equal", &<a href='../Y/panels_layout.html' title='Multiple used in 70 places.'>panels_layout</a>.<a href='../Y/vertical_equal.html' title='Multiple used in 12 places.'>vertical_equal</a> <em class='brace'>}</em>,
|
|
<a id='L280' name='L280'></a> 280 <em class='brace'>{</em> "horizontal_equal", &<a href='../Y/panels_layout.html' title='Multiple used in 70 places.'>panels_layout</a>.<a href='../Y/horizontal_equal.html' title='Multiple used in 12 places.'>horizontal_equal</a> <em class='brace'>}</em>,
|
|
<a id='L281' name='L281'></a> 281 <em class='brace'>{</em>
|
|
<a id='L282' name='L282'></a> 282 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L283' name='L283'></a> 283 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L284' name='L284'></a> 284 <em class='brace'>}</em>,
|
|
<a id='L285' name='L285'></a> 285 <em class='brace'>}</em>;
|
|
<a id='L286' name='L286'></a> 286
|
|
<a id='L287' name='L287'></a> 287 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L288' name='L288'></a> 288 <em class='brace'>{</em>
|
|
<a id='L289' name='L289'></a> 289 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>;
|
|
<a id='L290' name='L290'></a> 290 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>;
|
|
<a id='L291' name='L291'></a> 291 <em class='brace'>}</em> <a href='../Y/bool_options.html' title='Multiple used in 8 places.'>bool_options</a>[] = <em class='brace'>{</em>
|
|
<a id='L292' name='L292'></a> 292 <em class='brace'>{</em> "verbose", &<a href='../Y/verbose.html' title='Multiple used in 23 places.'>verbose</a> <em class='brace'>}</em>,
|
|
<a id='L293' name='L293'></a> 293 <em class='brace'>{</em> "shell_patterns", &<a href='../Y/easy_patterns.html' title='Multiple used in 12 places.'>easy_patterns</a> <em class='brace'>}</em>,
|
|
<a id='L294' name='L294'></a> 294 <em class='brace'>{</em> "auto_save_setup", &<a href='../Y/auto_save_setup.html' title='Multiple used in 11 places.'>auto_save_setup</a> <em class='brace'>}</em>,
|
|
<a id='L295' name='L295'></a> 295 <em class='brace'>{</em> "preallocate_space", &<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/vfs.html' title='Multiple used in 72 places.'>vfs</a>.<a href='../Y/preallocate_space.html' title='Multiple used in 6 places.'>preallocate_space</a> <em class='brace'>}</em>,
|
|
<a id='L296' name='L296'></a> 296 <em class='brace'>{</em> "auto_menu", &<a href='../Y/auto_menu.html' title='Multiple used in 5 places.'>auto_menu</a> <em class='brace'>}</em>,
|
|
<a id='L297' name='L297'></a> 297 <em class='brace'>{</em> "use_internal_view", &<a href='../Y/use_internal_view.html' title='Multiple used in 8 places.'>use_internal_view</a> <em class='brace'>}</em>,
|
|
<a id='L298' name='L298'></a> 298 <em class='brace'>{</em> "use_internal_edit", &<a href='../Y/use_internal_edit.html' title='Multiple used in 9 places.'>use_internal_edit</a> <em class='brace'>}</em>,
|
|
<a id='L299' name='L299'></a> 299 <em class='brace'>{</em> "clear_before_exec", &<a href='../Y/clear_before_exec.html' title='Multiple used in 5 places.'>clear_before_exec</a> <em class='brace'>}</em>,
|
|
<a id='L300' name='L300'></a> 300 <em class='brace'>{</em> "confirm_delete", &<a href='../Y/confirm_delete.html' title='Multiple used in 6 places.'>confirm_delete</a> <em class='brace'>}</em>,
|
|
<a id='L301' name='L301'></a> 301 <em class='brace'>{</em> "confirm_overwrite", &<a href='../Y/confirm_overwrite.html' title='Multiple used in 5 places.'>confirm_overwrite</a> <em class='brace'>}</em>,
|
|
<a id='L302' name='L302'></a> 302 <em class='brace'>{</em> "confirm_execute", &<a href='../Y/confirm_execute.html' title='Multiple used in 6 places.'>confirm_execute</a> <em class='brace'>}</em>,
|
|
<a id='L303' name='L303'></a> 303 <em class='brace'>{</em> "confirm_history_cleanup", &<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/widget.html' title='Multiple used in 164 places.'>widget</a>.<a href='../Y/confirm_history_cleanup.html' title='Multiple used in 5 places.'>confirm_history_cleanup</a> <em class='brace'>}</em>,
|
|
<a id='L304' name='L304'></a> 304 <em class='brace'>{</em> "confirm_exit", &<a href='../Y/confirm_exit.html' title='Multiple used in 5 places.'>confirm_exit</a> <em class='brace'>}</em>,
|
|
<a id='L305' name='L305'></a> 305 <em class='brace'>{</em> "confirm_directory_hotlist_delete", &<a href='../Y/confirm_directory_hotlist_delete.html' title='Multiple used in 5 places.'>confirm_directory_hotlist_delete</a> <em class='brace'>}</em>,
|
|
<a id='L306' name='L306'></a> 306 <em class='brace'>{</em> "confirm_view_dir", &<a href='../Y/confirm_view_dir.html' title='Multiple used in 4 places.'>confirm_view_dir</a> <em class='brace'>}</em>,
|
|
<a id='L307' name='L307'></a> 307 <em class='brace'>{</em> "safe_delete", &<a href='../Y/safe_delete.html' title='Multiple used in 7 places.'>safe_delete</a> <em class='brace'>}</em>,
|
|
<a id='L308' name='L308'></a> 308 <em class='brace'>{</em> "safe_overwrite", &<a href='../Y/safe_overwrite.html' title='Multiple used in 5 places.'>safe_overwrite</a> <em class='brace'>}</em>,
|
|
<a id='L309' name='L309'></a> 309 <em class='brace'>{</em> "mouse_move_pages_viewer", &<a href='../Y/mcview_mouse_move_pages.html' title='Multiple used in 5 places.'>mcview_mouse_move_pages</a> <em class='brace'>}</em>,
|
|
<a id='L310' name='L310'></a> 310 <em class='brace'>{</em> "mouse_close_dialog", &<a href='../Y/mouse_close_dialog.html' title='Multiple used in 4 places.'>mouse_close_dialog</a> <em class='brace'>}</em>,
|
|
<a id='L311' name='L311'></a> 311 <em class='brace'>{</em> "fast_refresh", &<a href='../Y/fast_refresh.html' title='Multiple used in 4 places.'>fast_refresh</a> <em class='brace'>}</em>,
|
|
<a id='L312' name='L312'></a> 312 <em class='brace'>{</em> "drop_menus", &<a href='../Y/drop_menus.html' title='Multiple used in 8 places.'>drop_menus</a> <em class='brace'>}</em>,
|
|
<a id='L313' name='L313'></a> 313 <em class='brace'>{</em> "wrap_mode", &<a href='../Y/mcview_global_flags.html' title='Multiple used in 27 places.'>mcview_global_flags</a>.<a href='../Y/wrap.html' title='Multiple used in 25 places.'>wrap</a> <em class='brace'>}</em>,
|
|
<a id='L314' name='L314'></a> 314 <em class='brace'>{</em> "old_esc_mode", &<a href='../Y/old_esc_mode.html' title='Multiple used in 10 places.'>old_esc_mode</a> <em class='brace'>}</em>,
|
|
<a id='L315' name='L315'></a> 315 <em class='brace'>{</em> "cd_symlinks", &<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/vfs.html' title='Multiple used in 72 places.'>vfs</a>.<a href='../Y/cd_symlinks.html' title='Multiple used in 6 places.'>cd_symlinks</a> <em class='brace'>}</em>,
|
|
<a id='L316' name='L316'></a> 316 <em class='brace'>{</em> "show_all_if_ambiguous", &<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/widget.html' title='Multiple used in 164 places.'>widget</a>.<a href='../Y/show_all_if_ambiguous.html' title='Multiple used in 5 places.'>show_all_if_ambiguous</a> <em class='brace'>}</em>,
|
|
<a id='L317' name='L317'></a> 317 <em class='sharp'>#ifdef</em> <a href='../Y/USE_FILE_CMD.html' title='Multiple used in 8 places.'>USE_FILE_CMD</a>
|
|
<a id='L318' name='L318'></a> 318 <em class='brace'>{</em> "use_file_to_guess_type", &<a href='../Y/use_file_to_check_type.html' title='Multiple used in 4 places.'>use_file_to_check_type</a> <em class='brace'>}</em>,
|
|
<a id='L319' name='L319'></a> 319 <em class='sharp'>#endif</em>
|
|
<a id='L320' name='L320'></a> 320 <em class='brace'>{</em> "alternate_plus_minus", &<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/alternate_plus_minus.html' title='Multiple used in 15 places.'>alternate_plus_minus</a> <em class='brace'>}</em>,
|
|
<a id='L321' name='L321'></a> 321 <em class='brace'>{</em> "only_leading_plus_minus", &<a href='../Y/only_leading_plus_minus.html' title='Multiple used in 4 places.'>only_leading_plus_minus</a> <em class='brace'>}</em>,
|
|
<a id='L322' name='L322'></a> 322 <em class='brace'>{</em> "show_output_starts_shell", &<a href='../Y/output_starts_shell.html' title='Multiple used in 5 places.'>output_starts_shell</a> <em class='brace'>}</em>,
|
|
<a id='L323' name='L323'></a> 323 <em class='brace'>{</em> "xtree_mode", &<a href='../Y/xtree_mode.html' title='Multiple used in 4 places.'>xtree_mode</a> <em class='brace'>}</em>,
|
|
<a id='L324' name='L324'></a> 324 <em class='brace'>{</em> "file_op_compute_totals", &<a href='../Y/file_op_compute_totals.html' title='Multiple used in 5 places.'>file_op_compute_totals</a> <em class='brace'>}</em>,
|
|
<a id='L325' name='L325'></a> 325 <em class='brace'>{</em> "classic_progressbar", &<a href='../Y/classic_progressbar.html' title='Multiple used in 6 places.'>classic_progressbar</a> <em class='brace'>}</em>,
|
|
<a id='L326' name='L326'></a> 326 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS.html' title='Multiple used in 23 places.'>ENABLE_VFS</a>
|
|
<a id='L327' name='L327'></a> 327 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_FTP.html' title='Multiple used in 26 places.'>ENABLE_VFS_FTP</a>
|
|
<a id='L328' name='L328'></a> 328 <em class='brace'>{</em> "use_netrc", &<a href='../Y/ftpfs_use_netrc.html' title='Multiple used in 6 places.'>ftpfs_use_netrc</a> <em class='brace'>}</em>,
|
|
<a id='L329' name='L329'></a> 329 <em class='brace'>{</em> "ftpfs_always_use_proxy", &<a href='../Y/ftpfs_always_use_proxy.html' title='Multiple used in 6 places.'>ftpfs_always_use_proxy</a> <em class='brace'>}</em>,
|
|
<a id='L330' name='L330'></a> 330 <em class='brace'>{</em> "ftpfs_use_passive_connections", &<a href='../Y/ftpfs_use_passive_connections.html' title='Multiple used in 6 places.'>ftpfs_use_passive_connections</a> <em class='brace'>}</em>,
|
|
<a id='L331' name='L331'></a> 331 <em class='brace'>{</em> "ftpfs_use_passive_connections_over_proxy", &<a href='../Y/ftpfs_use_passive_connections_over_proxy.html' title='Multiple used in 6 places.'>ftpfs_use_passive_connections_over_proxy</a> <em class='brace'>}</em>,
|
|
<a id='L332' name='L332'></a> 332 <em class='brace'>{</em> "ftpfs_use_unix_list_options", &<a href='../Y/ftpfs_use_unix_list_options.html' title='Multiple used in 4 places.'>ftpfs_use_unix_list_options</a> <em class='brace'>}</em>,
|
|
<a id='L333' name='L333'></a> 333 <em class='brace'>{</em> "ftpfs_first_cd_then_ls", &<a href='../Y/ftpfs_first_cd_then_ls.html' title='Multiple used in 4 places.'>ftpfs_first_cd_then_ls</a> <em class='brace'>}</em>,
|
|
<a id='L334' name='L334'></a> 334 <em class='brace'>{</em> "ignore_ftp_chattr_errors", &<a href='../Y/ftpfs_ignore_chattr_errors.html' title='Multiple used in 4 places.'>ftpfs_ignore_chattr_errors</a> <em class='brace'>}</em>,
|
|
<a id='L335' name='L335'></a> 335 <em class='sharp'>#endif</em>
|
|
<a id='L336' name='L336'></a> 336 <em class='sharp'>#endif</em>
|
|
<a id='L337' name='L337'></a> 337 <em class='sharp'>#ifdef</em> <a href='../Y/USE_INTERNAL_EDIT.html' title='Multiple used in 51 places.'>USE_INTERNAL_EDIT</a>
|
|
<a id='L338' name='L338'></a> 338 <em class='brace'>{</em> "editor_fill_tabs_with_spaces", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fill_tabs_with_spaces.html' title='Multiple used in 8 places.'>fill_tabs_with_spaces</a> <em class='brace'>}</em>,
|
|
<a id='L339' name='L339'></a> 339 <em class='brace'>{</em> "editor_return_does_auto_indent", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/return_does_auto_indent.html' title='Multiple used in 6 places.'>return_does_auto_indent</a> <em class='brace'>}</em>,
|
|
<a id='L340' name='L340'></a> 340 <em class='brace'>{</em> "editor_backspace_through_tabs", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/backspace_through_tabs.html' title='Multiple used in 5 places.'>backspace_through_tabs</a> <em class='brace'>}</em>,
|
|
<a id='L341' name='L341'></a> 341 <em class='brace'>{</em> "editor_fake_half_tabs", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> <em class='brace'>}</em>,
|
|
<a id='L342' name='L342'></a> 342 <em class='brace'>{</em> "editor_option_save_position", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/save_position.html' title='Multiple used in 6 places.'>save_position</a> <em class='brace'>}</em>,
|
|
<a id='L343' name='L343'></a> 343 <em class='brace'>{</em> "editor_option_auto_para_formatting", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/auto_para_formatting.html' title='Multiple used in 11 places.'>auto_para_formatting</a> <em class='brace'>}</em>,
|
|
<a id='L344' name='L344'></a> 344 <em class='brace'>{</em> "editor_option_typewriter_wrap", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/typewriter_wrap.html' title='Multiple used in 8 places.'>typewriter_wrap</a> <em class='brace'>}</em>,
|
|
<a id='L345' name='L345'></a> 345 <em class='brace'>{</em> "editor_edit_confirm_save", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/confirm_save.html' title='Multiple used in 5 places.'>confirm_save</a> <em class='brace'>}</em>,
|
|
<a id='L346' name='L346'></a> 346 <em class='brace'>{</em> "editor_syntax_highlighting", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/syntax_highlighting.html' title='Multiple used in 10 places.'>syntax_highlighting</a> <em class='brace'>}</em>,
|
|
<a id='L347' name='L347'></a> 347 <em class='brace'>{</em> "editor_persistent_selections", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> <em class='brace'>}</em>,
|
|
<a id='L348' name='L348'></a> 348 <em class='brace'>{</em> "editor_drop_selection_on_copy", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/drop_selection_on_copy.html' title='Multiple used in 4 places.'>drop_selection_on_copy</a> <em class='brace'>}</em>,
|
|
<a id='L349' name='L349'></a> 349 <em class='brace'>{</em> "editor_cursor_beyond_eol", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> <em class='brace'>}</em>,
|
|
<a id='L350' name='L350'></a> 350 <em class='brace'>{</em> "editor_cursor_after_inserted_block", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_after_inserted_block.html' title='Multiple used in 8 places.'>cursor_after_inserted_block</a> <em class='brace'>}</em>,
|
|
<a id='L351' name='L351'></a> 351 <em class='brace'>{</em> "editor_visible_tabs", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/visible_tabs.html' title='Multiple used in 5 places.'>visible_tabs</a> <em class='brace'>}</em>,
|
|
<a id='L352' name='L352'></a> 352 <em class='brace'>{</em> "editor_visible_spaces", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/visible_tws.html' title='Multiple used in 8 places.'>visible_tws</a> <em class='brace'>}</em>,
|
|
<a id='L353' name='L353'></a> 353 <em class='brace'>{</em> "editor_line_state", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/line_state.html' title='Multiple used in 8 places.'>line_state</a> <em class='brace'>}</em>,
|
|
<a id='L354' name='L354'></a> 354 <em class='brace'>{</em> "editor_simple_statusbar", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/simple_statusbar.html' title='Multiple used in 5 places.'>simple_statusbar</a> <em class='brace'>}</em>,
|
|
<a id='L355' name='L355'></a> 355 <em class='brace'>{</em> "editor_check_new_line", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/check_nl_at_eof.html' title='Multiple used in 5 places.'>check_nl_at_eof</a> <em class='brace'>}</em>,
|
|
<a id='L356' name='L356'></a> 356 <em class='brace'>{</em> "editor_show_right_margin", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/show_right_margin.html' title='Multiple used in 6 places.'>show_right_margin</a> <em class='brace'>}</em>,
|
|
<a id='L357' name='L357'></a> 357 <em class='brace'>{</em> "editor_group_undo", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/group_undo.html' title='Multiple used in 5 places.'>group_undo</a> <em class='brace'>}</em>,
|
|
<a id='L358' name='L358'></a> 358 <em class='brace'>{</em> "editor_state_full_filename", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/state_full_filename.html' title='Multiple used in 5 places.'>state_full_filename</a> <em class='brace'>}</em>,
|
|
<a id='L359' name='L359'></a> 359 <em class='sharp'>#endif</em>
|
|
<a id='L360' name='L360'></a> 360 <em class='brace'>{</em> "editor_ask_filename_before_edit", &<a href='../Y/editor_ask_filename_before_edit.html' title='Multiple used in 5 places.'>editor_ask_filename_before_edit</a> <em class='brace'>}</em>,
|
|
<a id='L361' name='L361'></a> 361 <em class='brace'>{</em> "nice_rotating_dash", &<a href='../Y/nice_rotating_dash.html' title='Multiple used in 6 places.'>nice_rotating_dash</a> <em class='brace'>}</em>,
|
|
<a id='L362' name='L362'></a> 362 <em class='brace'>{</em> "shadows", &<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/shadows.html' title='Multiple used in 9 places.'>shadows</a> <em class='brace'>}</em>,
|
|
<a id='L363' name='L363'></a> 363 <em class='brace'>{</em> "mcview_remember_file_position", &<a href='../Y/mcview_remember_file_position.html' title='Multiple used in 5 places.'>mcview_remember_file_position</a> <em class='brace'>}</em>,
|
|
<a id='L364' name='L364'></a> 364 <em class='brace'>{</em> "auto_fill_mkdir_name", &<a href='../Y/auto_fill_mkdir_name.html' title='Multiple used in 5 places.'>auto_fill_mkdir_name</a> <em class='brace'>}</em>,
|
|
<a id='L365' name='L365'></a> 365 <em class='brace'>{</em> "copymove_persistent_attr", &<a href='../Y/copymove_persistent_attr.html' title='Multiple used in 4 places.'>copymove_persistent_attr</a> <em class='brace'>}</em>,
|
|
<a id='L366' name='L366'></a> 366 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_EXT2FS_ATTR.html' title='Multiple used in 23 places.'>ENABLE_EXT2FS_ATTR</a>
|
|
<a id='L367' name='L367'></a> 367 <em class='brace'>{</em> "copymove_persistent_ext2_attr", &<a href='../Y/copymove_persistent_ext2_attr.html' title='Multiple used in 7 places.'>copymove_persistent_ext2_attr</a> <em class='brace'>}</em>,
|
|
<a id='L368' name='L368'></a> 368 <em class='sharp'>#endif</em>
|
|
<a id='L369' name='L369'></a> 369 <em class='brace'>{</em>
|
|
<a id='L370' name='L370'></a> 370 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L371' name='L371'></a> 371 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L372' name='L372'></a> 372 <em class='brace'>}</em>,
|
|
<a id='L373' name='L373'></a> 373 <em class='brace'>}</em>;
|
|
<a id='L374' name='L374'></a> 374
|
|
<a id='L375' name='L375'></a> 375 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L376' name='L376'></a> 376 <em class='brace'>{</em>
|
|
<a id='L377' name='L377'></a> 377 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>;
|
|
<a id='L378' name='L378'></a> 378 <strong class='reserved'>int</strong> *<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>;
|
|
<a id='L379' name='L379'></a> 379 <em class='brace'>}</em> <a href='../Y/int_options.html' title='Multiple used in 8 places.'>int_options</a>[] = <em class='brace'>{</em>
|
|
<a id='L380' name='L380'></a> 380 <em class='brace'>{</em> "pause_after_run", &<a href='../Y/pause_after_run.html' title='Multiple used in 6 places.'>pause_after_run</a> <em class='brace'>}</em>,
|
|
<a id='L381' name='L381'></a> 381 <em class='brace'>{</em> "mouse_repeat_rate", &<a href='../Y/mou_auto_repeat.html' title='Multiple used in 4 places.'>mou_auto_repeat</a> <em class='brace'>}</em>,
|
|
<a id='L382' name='L382'></a> 382 <em class='brace'>{</em> "double_click_speed", &<a href='../Y/double_click_speed.html' title='Multiple used in 4 places.'>double_click_speed</a> <em class='brace'>}</em>,
|
|
<a id='L383' name='L383'></a> 383 <em class='brace'>{</em> "old_esc_mode_timeout", &<a href='../Y/old_esc_mode_timeout.html' title='Multiple used in 10 places.'>old_esc_mode_timeout</a> <em class='brace'>}</em>,
|
|
<a id='L384' name='L384'></a> 384 <em class='brace'>{</em> "max_dirt_limit", &<a href='../Y/mcview_max_dirt_limit.html' title='Multiple used in 6 places.'>mcview_max_dirt_limit</a> <em class='brace'>}</em>,
|
|
<a id='L385' name='L385'></a> 385 <em class='brace'>{</em> "num_history_items_recorded", &<a href='../Y/num_history_items_recorded.html' title='Multiple used in 7 places.'>num_history_items_recorded</a> <em class='brace'>}</em>,
|
|
<a id='L386' name='L386'></a> 386
|
|
<a id='L387' name='L387'></a> 387 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS.html' title='Multiple used in 23 places.'>ENABLE_VFS</a>
|
|
<a id='L388' name='L388'></a> 388 <em class='brace'>{</em> "vfs_timeout", &<a href='../Y/vfs_timeout.html' title='Multiple used in 9 places.'>vfs_timeout</a> <em class='brace'>}</em>,
|
|
<a id='L389' name='L389'></a> 389 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_FTP.html' title='Multiple used in 26 places.'>ENABLE_VFS_FTP</a>
|
|
<a id='L390' name='L390'></a> 390 <em class='brace'>{</em> "ftpfs_directory_timeout", &<a href='../Y/ftpfs_directory_timeout.html' title='Multiple used in 7 places.'>ftpfs_directory_timeout</a> <em class='brace'>}</em>,
|
|
<a id='L391' name='L391'></a> 391 <em class='brace'>{</em> "ftpfs_retry_seconds", &<a href='../Y/ftpfs_retry_seconds.html' title='Multiple used in 5 places.'>ftpfs_retry_seconds</a> <em class='brace'>}</em>,
|
|
<a id='L392' name='L392'></a> 392 <em class='sharp'>#endif</em>
|
|
<a id='L393' name='L393'></a> 393 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_SHELL.html' title='Multiple used in 13 places.'>ENABLE_VFS_SHELL</a>
|
|
<a id='L394' name='L394'></a> 394 <em class='brace'>{</em> "shell_directory_timeout", &<a href='../Y/shell_directory_timeout.html' title='Multiple used in 4 places.'>shell_directory_timeout</a> <em class='brace'>}</em>,
|
|
<a id='L395' name='L395'></a> 395 <em class='sharp'>#endif</em>
|
|
<a id='L396' name='L396'></a> 396 <em class='sharp'>#endif</em>
|
|
<a id='L397' name='L397'></a> 397
|
|
<a id='L398' name='L398'></a> 398 <em class='comment'>// option_tab_spacing is used in internal viewer</em>
|
|
<a id='L399' name='L399'></a> 399 <em class='brace'>{</em> "editor_tab_spacing", &<a href='../Y/option_tab_spacing.html' title='Multiple used in 8 places.'>option_tab_spacing</a> <em class='brace'>}</em>,
|
|
<a id='L400' name='L400'></a> 400 <em class='sharp'>#ifdef</em> <a href='../Y/USE_INTERNAL_EDIT.html' title='Multiple used in 51 places.'>USE_INTERNAL_EDIT</a>
|
|
<a id='L401' name='L401'></a> 401 <em class='brace'>{</em> "editor_word_wrap_line_length", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/word_wrap_line_length.html' title='Multiple used in 14 places.'>word_wrap_line_length</a> <em class='brace'>}</em>,
|
|
<a id='L402' name='L402'></a> 402 <em class='brace'>{</em> "editor_option_save_mode", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/save_mode.html' title='Multiple used in 5 places.'>save_mode</a> <em class='brace'>}</em>,
|
|
<a id='L403' name='L403'></a> 403 <em class='sharp'>#endif</em>
|
|
<a id='L404' name='L404'></a> 404 <em class='brace'>{</em>
|
|
<a id='L405' name='L405'></a> 405 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L406' name='L406'></a> 406 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L407' name='L407'></a> 407 <em class='brace'>}</em>,
|
|
<a id='L408' name='L408'></a> 408 <em class='brace'>}</em>;
|
|
<a id='L409' name='L409'></a> 409
|
|
<a id='L410' name='L410'></a> 410 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L411' name='L411'></a> 411 <em class='brace'>{</em>
|
|
<a id='L412' name='L412'></a> 412 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>;
|
|
<a id='L413' name='L413'></a> 413 <strong class='reserved'>char</strong> **<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>;
|
|
<a id='L414' name='L414'></a> 414 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/opt_defval.html' title='Multiple used in 2 places.'>opt_defval</a>;
|
|
<a id='L415' name='L415'></a> 415 <em class='brace'>}</em> <a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[] = <em class='brace'>{</em>
|
|
<a id='L416' name='L416'></a> 416 <em class='sharp'>#ifdef</em> <a href='../Y/USE_INTERNAL_EDIT.html' title='Multiple used in 51 places.'>USE_INTERNAL_EDIT</a>
|
|
<a id='L417' name='L417'></a> 417 <em class='brace'>{</em> "editor_backup_extension", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/backup_ext.html' title='Multiple used in 9 places.'>backup_ext</a>, "~" <em class='brace'>}</em>,
|
|
<a id='L418' name='L418'></a> 418 <em class='brace'>{</em> "editor_filesize_threshold", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/filesize_threshold.html' title='Multiple used in 7 places.'>filesize_threshold</a>, "64M" <em class='brace'>}</em>,
|
|
<a id='L419' name='L419'></a> 419 <em class='brace'>{</em> "editor_stop_format_chars", &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a>, "-+*\\,.;:&>" <em class='brace'>}</em>,
|
|
<a id='L420' name='L420'></a> 420 <em class='sharp'>#endif</em>
|
|
<a id='L421' name='L421'></a> 421 <em class='brace'>{</em> "mcview_eof", &<a href='../Y/mcview_show_eof.html' title='Multiple used in 5 places.'>mcview_show_eof</a>, "" <em class='brace'>}</em>,
|
|
<a id='L422' name='L422'></a> 422 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> <em class='brace'>}</em>,
|
|
<a id='L423' name='L423'></a> 423 <em class='brace'>}</em>;
|
|
<a id='L424' name='L424'></a> 424
|
|
<a id='L425' name='L425'></a> 425 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L426' name='L426'></a> 426 <em class='brace'>{</em>
|
|
<a id='L427' name='L427'></a> 427 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>;
|
|
<a id='L428' name='L428'></a> 428 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>;
|
|
<a id='L429' name='L429'></a> 429 <em class='brace'>}</em> <a href='../Y/panels_ini_options.html' title='Multiple used in 7 places.'>panels_ini_options</a>[] = <em class='brace'>{</em>
|
|
<a id='L430' name='L430'></a> 430 <em class='brace'>{</em> "show_mini_info", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/show_mini_info.html' title='Multiple used in 14 places.'>show_mini_info</a> <em class='brace'>}</em>,
|
|
<a id='L431' name='L431'></a> 431 <em class='brace'>{</em> "kilobyte_si", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/kilobyte_si.html' title='Multiple used in 19 places.'>kilobyte_si</a> <em class='brace'>}</em>,
|
|
<a id='L432' name='L432'></a> 432 <em class='brace'>{</em> "mix_all_files", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a> <em class='brace'>}</em>,
|
|
<a id='L433' name='L433'></a> 433 <em class='brace'>{</em> "show_backups", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/show_backups.html' title='Multiple used in 5 places.'>show_backups</a> <em class='brace'>}</em>,
|
|
<a id='L434' name='L434'></a> 434 <em class='brace'>{</em> "show_dot_files", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/show_dot_files.html' title='Multiple used in 7 places.'>show_dot_files</a> <em class='brace'>}</em>,
|
|
<a id='L435' name='L435'></a> 435 <em class='brace'>{</em> "fast_reload", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/fast_reload.html' title='Multiple used in 7 places.'>fast_reload</a> <em class='brace'>}</em>,
|
|
<a id='L436' name='L436'></a> 436 <em class='brace'>{</em> "fast_reload_msg_shown", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/fast_reload_msg_shown.html' title='Multiple used in 5 places.'>fast_reload_msg_shown</a> <em class='brace'>}</em>,
|
|
<a id='L437' name='L437'></a> 437 <em class='brace'>{</em> "mark_moves_down", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mark_moves_down.html' title='Multiple used in 6 places.'>mark_moves_down</a> <em class='brace'>}</em>,
|
|
<a id='L438' name='L438'></a> 438 <em class='brace'>{</em> "reverse_files_only", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/reverse_files_only.html' title='Multiple used in 5 places.'>reverse_files_only</a> <em class='brace'>}</em>,
|
|
<a id='L439' name='L439'></a> 439 <em class='brace'>{</em> "auto_save_setup_panels", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/auto_save_setup.html' title='Multiple used in 11 places.'>auto_save_setup</a> <em class='brace'>}</em>,
|
|
<a id='L440' name='L440'></a> 440 <em class='brace'>{</em> "navigate_with_arrows", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/navigate_with_arrows.html' title='Multiple used in 5 places.'>navigate_with_arrows</a> <em class='brace'>}</em>,
|
|
<a id='L441' name='L441'></a> 441 <em class='brace'>{</em> "panel_scroll_pages", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/scroll_pages.html' title='Multiple used in 6 places.'>scroll_pages</a> <em class='brace'>}</em>,
|
|
<a id='L442' name='L442'></a> 442 <em class='brace'>{</em> "panel_scroll_center", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/scroll_center.html' title='Multiple used in 6 places.'>scroll_center</a> <em class='brace'>}</em>,
|
|
<a id='L443' name='L443'></a> 443 <em class='brace'>{</em> "mouse_move_pages", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mouse_move_pages.html' title='Multiple used in 6 places.'>mouse_move_pages</a> <em class='brace'>}</em>,
|
|
<a id='L444' name='L444'></a> 444 <em class='brace'>{</em> "filetype_mode", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/filetype_mode.html' title='Multiple used in 5 places.'>filetype_mode</a> <em class='brace'>}</em>,
|
|
<a id='L445' name='L445'></a> 445 <em class='brace'>{</em> "permission_mode", &<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/permission_mode.html' title='Multiple used in 5 places.'>permission_mode</a> <em class='brace'>}</em>,
|
|
<a id='L446' name='L446'></a> 446 <em class='brace'>{</em>
|
|
<a id='L447' name='L447'></a> 447 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L448' name='L448'></a> 448 <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L449' name='L449'></a> 449 <em class='brace'>}</em>,
|
|
<a id='L450' name='L450'></a> 450 <em class='brace'>}</em>;
|
|
<a id='L451' name='L451'></a> 451
|
|
<a id='L452' name='L452'></a> 452 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L453' name='L453'></a> 453 <em class='comment'>/*** file scope functions ************************************************************************/</em>
|
|
<a id='L454' name='L454'></a> 454 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L455' name='L455'></a> 455
|
|
<a id='L456' name='L456'></a> 456 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *
|
|
<a id='L457' name='L457'></a> 457 <a href='../R/setup__is_cfg_group_must_panel_config.html' title='Multiple referred from 2 places.'>setup__is_cfg_group_must_panel_config</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/grp.html' title='Multiple used in 35 places.'>grp</a>)
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L469'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+457 src/setup.c' /> */</em>
|
|
<a id='L458' name='L458'></a> 458 <em class='brace'>{</em>
|
|
<a id='L459' name='L459'></a> 459 <strong class='reserved'>return</strong> (<a href='../Y/strcasecmp.html' title='Multiple used in 11 places.'>strcasecmp</a> ("Dirs", <a href='../Y/grp.html' title='Multiple used in 35 places.'>grp</a>) == 0 || <a href='../Y/strcasecmp.html' title='Multiple used in 11 places.'>strcasecmp</a> ("Temporal:New Right Panel", <a href='../Y/grp.html' title='Multiple used in 35 places.'>grp</a>) == 0
|
|
<a id='L460' name='L460'></a> 460 || <a href='../Y/strcasecmp.html' title='Multiple used in 11 places.'>strcasecmp</a> ("Temporal:New Left Panel", <a href='../Y/grp.html' title='Multiple used in 35 places.'>grp</a>) == 0
|
|
<a id='L461' name='L461'></a> 461 || <a href='../Y/strcasecmp.html' title='Multiple used in 11 places.'>strcasecmp</a> ("New Left Panel", <a href='../Y/grp.html' title='Multiple used in 35 places.'>grp</a>) == 0 || <a href='../Y/strcasecmp.html' title='Multiple used in 11 places.'>strcasecmp</a> ("New Right Panel", <a href='../Y/grp.html' title='Multiple used in 35 places.'>grp</a>) == 0)
|
|
<a id='L462' name='L462'></a> 462 ? <a href='../Y/grp.html' title='Multiple used in 35 places.'>grp</a>
|
|
<a id='L463' name='L463'></a> 463 : <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L464' name='L464'></a> 464 <em class='brace'>}</em>
|
|
<a id='L465' name='L465'></a> 465
|
|
<a id='L466' name='L466'></a> 466 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L467' name='L467'></a> 467
|
|
<a id='L468' name='L468'></a> 468 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L469' name='L469'></a> 469 <a href='../S/src--setup.c.html#L895' title='Referred from 895 in src/setup.c.'>setup__move_panels_config_into_separate_file</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>)
|
|
<em class='comment'>/* <a href='#L457'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L520'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+469 src/setup.c' /> */</em>
|
|
<a id='L470' name='L470'></a> 470 <em class='brace'>{</em>
|
|
<a id='L471' name='L471'></a> 471 <a href='../D/mc_config_t.html' title='Multiple defined in 2 places.'>mc_config_t</a> *<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>;
|
|
<a id='L472' name='L472'></a> 472 <strong class='reserved'>char</strong> **<a href='../Y/groups.html' title='Multiple used in 35 places.'>groups</a>, **<a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a>;
|
|
<a id='L473' name='L473'></a> 473
|
|
<a id='L474' name='L474'></a> 474 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>))
|
|
<a id='L475' name='L475'></a> 475 <strong class='reserved'>return</strong>;
|
|
<a id='L476' name='L476'></a> 476
|
|
<a id='L477' name='L477'></a> 477 <a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a> = <a href='../S/lib--mcconfig--common.c.html#L107' title='Defined at 107 in lib/mcconfig/common.c.'>mc_config_init</a> (<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L478' name='L478'></a> 478 <strong class='reserved'>if</strong> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L479' name='L479'></a> 479 <strong class='reserved'>return</strong>;
|
|
<a id='L480' name='L480'></a> 480
|
|
<a id='L481' name='L481'></a> 481 <a href='../Y/groups.html' title='Multiple used in 35 places.'>groups</a> = <a href='../S/lib--mcconfig--get.c.html#L49' title='Defined at 49 in lib/mcconfig/get.c.'>mc_config_get_groups</a> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L482' name='L482'></a> 482 <strong class='reserved'>if</strong> (*<a href='../Y/groups.html' title='Multiple used in 35 places.'>groups</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L483' name='L483'></a> 483 <em class='brace'>{</em>
|
|
<a id='L484' name='L484'></a> 484 <a href='../Y/g_strfreev.html' title='Multiple used in 54 places.'>g_strfreev</a> (<a href='../Y/groups.html' title='Multiple used in 35 places.'>groups</a>);
|
|
<a id='L485' name='L485'></a> 485 <a href='../S/lib--mcconfig--common.c.html#L151' title='Defined at 151 in lib/mcconfig/common.c.'>mc_config_deinit</a> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>);
|
|
<a id='L486' name='L486'></a> 486 <strong class='reserved'>return</strong>;
|
|
<a id='L487' name='L487'></a> 487 <em class='brace'>}</em>
|
|
<a id='L488' name='L488'></a> 488
|
|
<a id='L489' name='L489'></a> 489 <strong class='reserved'>for</strong> (<a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a> = <a href='../Y/groups.html' title='Multiple used in 35 places.'>groups</a>; *<a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a>++)
|
|
<a id='L490' name='L490'></a> 490 <strong class='reserved'>if</strong> (<a href='../S/src--setup.c.html#L457' title='Defined at 457 in src/setup.c.'>setup__is_cfg_group_must_panel_config</a> (*<a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a>) == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L491' name='L491'></a> 491 <a href='../S/lib--mcconfig--common.c.html#L203' title='Defined at 203 in lib/mcconfig/common.c.'>mc_config_del_group</a> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>, *<a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a>);
|
|
<a id='L492' name='L492'></a> 492
|
|
<a id='L493' name='L493'></a> 493 <a href='../S/lib--mcconfig--common.c.html#L277' title='Defined at 277 in lib/mcconfig/common.c.'>mc_config_save_to_file</a> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>, <a href='../Y/panels_profile_name.html' title='Multiple used in 7 places.'>panels_profile_name</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L494' name='L494'></a> 494 <a href='../S/lib--mcconfig--common.c.html#L151' title='Defined at 151 in lib/mcconfig/common.c.'>mc_config_deinit</a> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>);
|
|
<a id='L495' name='L495'></a> 495
|
|
<a id='L496' name='L496'></a> 496 <a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a> = <a href='../S/lib--mcconfig--common.c.html#L107' title='Defined at 107 in lib/mcconfig/common.c.'>mc_config_init</a> (<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L497' name='L497'></a> 497 <strong class='reserved'>if</strong> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L498' name='L498'></a> 498 <em class='brace'>{</em>
|
|
<a id='L499' name='L499'></a> 499 <a href='../Y/g_strfreev.html' title='Multiple used in 54 places.'>g_strfreev</a> (<a href='../Y/groups.html' title='Multiple used in 35 places.'>groups</a>);
|
|
<a id='L500' name='L500'></a> 500 <strong class='reserved'>return</strong>;
|
|
<a id='L501' name='L501'></a> 501 <em class='brace'>}</em>
|
|
<a id='L502' name='L502'></a> 502
|
|
<a id='L503' name='L503'></a> 503 <strong class='reserved'>for</strong> (<a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a> = <a href='../Y/groups.html' title='Multiple used in 35 places.'>groups</a>; *<a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a>++)
|
|
<a id='L504' name='L504'></a> 504 <em class='brace'>{</em>
|
|
<a id='L505' name='L505'></a> 505 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/need_grp.html' title='Multiple used in 4 places.'>need_grp</a>;
|
|
<a id='L506' name='L506'></a> 506
|
|
<a id='L507' name='L507'></a> 507 <a href='../Y/need_grp.html' title='Multiple used in 4 places.'>need_grp</a> = <a href='../S/src--setup.c.html#L457' title='Defined at 457 in src/setup.c.'>setup__is_cfg_group_must_panel_config</a> (*<a href='../Y/curr_grp.html' title='Multiple used in 13 places.'>curr_grp</a>);
|
|
<a id='L508' name='L508'></a> 508 <strong class='reserved'>if</strong> (<a href='../Y/need_grp.html' title='Multiple used in 4 places.'>need_grp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L509' name='L509'></a> 509 <a href='../S/lib--mcconfig--common.c.html#L203' title='Defined at 203 in lib/mcconfig/common.c.'>mc_config_del_group</a> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>, <a href='../Y/need_grp.html' title='Multiple used in 4 places.'>need_grp</a>);
|
|
<a id='L510' name='L510'></a> 510 <em class='brace'>}</em>
|
|
<a id='L511' name='L511'></a> 511 <a href='../Y/g_strfreev.html' title='Multiple used in 54 places.'>g_strfreev</a> (<a href='../Y/groups.html' title='Multiple used in 35 places.'>groups</a>);
|
|
<a id='L512' name='L512'></a> 512
|
|
<a id='L513' name='L513'></a> 513 <a href='../S/lib--mcconfig--common.c.html#L264' title='Defined at 264 in lib/mcconfig/common.c.'>mc_config_save_file</a> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L514' name='L514'></a> 514 <a href='../S/lib--mcconfig--common.c.html#L151' title='Defined at 151 in lib/mcconfig/common.c.'>mc_config_deinit</a> (<a href='../Y/tmp_cfg.html' title='Multiple used in 13 places.'>tmp_cfg</a>);
|
|
<a id='L515' name='L515'></a> 515 <em class='brace'>}</em>
|
|
<a id='L516' name='L516'></a> 516
|
|
<a id='L517' name='L517'></a> 517 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L518' name='L518'></a> 518
|
|
<a id='L519' name='L519'></a> 519 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L520' name='L520'></a> 520 <a href='../S/src--setup.c.html#L899' title='Referred from 899 in src/setup.c.'>load_config</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L469'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L563'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+520 src/setup.c' /> */</em>
|
|
<a id='L521' name='L521'></a> 521 <em class='brace'>{</em>
|
|
<a id='L522' name='L522'></a> 522 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L523' name='L523'></a> 523 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/kt.html' title='Multiple used in 4 places.'>kt</a>;
|
|
<a id='L524' name='L524'></a> 524
|
|
<a id='L525' name='L525'></a> 525 <em class='comment'>// Load boolean options</em>
|
|
<a id='L526' name='L526'></a> 526 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/bool_options.html' title='Multiple used in 8 places.'>bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L527' name='L527'></a> 527 *<a href='../Y/bool_options.html' title='Multiple used in 8 places.'>bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a> =
|
|
<a id='L528' name='L528'></a> 528 <a href='../S/lib--mcconfig--get.c.html#L189' title='Defined at 189 in lib/mcconfig/get.c.'>mc_config_get_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L8' title='Defined at 8 in lib/mcconfig.h.'>CONFIG_APP_SECTION</a>, <a href='../Y/bool_options.html' title='Multiple used in 8 places.'>bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>,
|
|
<a id='L529' name='L529'></a> 529 *<a href='../Y/bool_options.html' title='Multiple used in 8 places.'>bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L530' name='L530'></a> 530
|
|
<a id='L531' name='L531'></a> 531 <em class='comment'>// Load integer options</em>
|
|
<a id='L532' name='L532'></a> 532 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/int_options.html' title='Multiple used in 8 places.'>int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L533' name='L533'></a> 533 *<a href='../Y/int_options.html' title='Multiple used in 8 places.'>int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a> =
|
|
<a id='L534' name='L534'></a> 534 <a href='../S/lib--mcconfig--get.c.html#L206' title='Defined at 206 in lib/mcconfig/get.c.'>mc_config_get_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L8' title='Defined at 8 in lib/mcconfig.h.'>CONFIG_APP_SECTION</a>, <a href='../Y/int_options.html' title='Multiple used in 8 places.'>int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>,
|
|
<a id='L535' name='L535'></a> 535 *<a href='../Y/int_options.html' title='Multiple used in 8 places.'>int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L536' name='L536'></a> 536
|
|
<a id='L537' name='L537'></a> 537 <em class='comment'>// Load string options</em>
|
|
<a id='L538' name='L538'></a> 538 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L539' name='L539'></a> 539 *<a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a> =
|
|
<a id='L540' name='L540'></a> 540 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L8' title='Defined at 8 in lib/mcconfig.h.'>CONFIG_APP_SECTION</a>,
|
|
<a id='L541' name='L541'></a> 541 <a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>, <a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_defval.html' title='Multiple used in 2 places.'>opt_defval</a>);
|
|
<a id='L542' name='L542'></a> 542
|
|
<a id='L543' name='L543'></a> 543 <em class='comment'>// Overwrite some options</em>
|
|
<a id='L544' name='L544'></a> 544 <em class='sharp'>#ifdef</em> <a href='../Y/USE_INTERNAL_EDIT.html' title='Multiple used in 51 places.'>USE_INTERNAL_EDIT</a>
|
|
<a id='L545' name='L545'></a> 545 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/word_wrap_line_length.html' title='Multiple used in 14 places.'>word_wrap_line_length</a> <= 0)
|
|
<a id='L546' name='L546'></a> 546 <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/word_wrap_line_length.html' title='Multiple used in 14 places.'>word_wrap_line_length</a> = <a href='../S/src--editor--edit.h.html#L21' title='Defined at 21 in src/editor/edit.h.'>DEFAULT_WRAP_LINE_LENGTH</a>;
|
|
<a id='L547' name='L547'></a> 547 <em class='sharp'>#else</em>
|
|
<a id='L548' name='L548'></a> 548 <em class='comment'>// Reset forced in case of build without internal editor</em>
|
|
<a id='L549' name='L549'></a> 549 <a href='../Y/use_internal_edit.html' title='Multiple used in 9 places.'>use_internal_edit</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L550' name='L550'></a> 550 <em class='sharp'>#endif</em>
|
|
<a id='L551' name='L551'></a> 551
|
|
<a id='L552' name='L552'></a> 552 <strong class='reserved'>if</strong> (<a href='../Y/option_tab_spacing.html' title='Multiple used in 8 places.'>option_tab_spacing</a> <= 0)
|
|
<a id='L553' name='L553'></a> 553 <a href='../Y/option_tab_spacing.html' title='Multiple used in 8 places.'>option_tab_spacing</a> = <a href='../S/src--setup.h.html#L18' title='Defined at 18 in src/setup.h.'>DEFAULT_TAB_SPACING</a>;
|
|
<a id='L554' name='L554'></a> 554
|
|
<a id='L555' name='L555'></a> 555 <a href='../Y/kt.html' title='Multiple used in 4 places.'>kt</a> = <a href='../Y/getenv.html' title='Multiple used in 39 places.'>getenv</a> ("KEYBOARD_KEY_TIMEOUT_US");
|
|
<a id='L556' name='L556'></a> 556 <strong class='reserved'>if</strong> (<a href='../Y/kt.html' title='Multiple used in 4 places.'>kt</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && <a href='../Y/kt.html' title='Multiple used in 4 places.'>kt</a>[0] != '\0')
|
|
<a id='L557' name='L557'></a> 557 <a href='../Y/old_esc_mode_timeout.html' title='Multiple used in 10 places.'>old_esc_mode_timeout</a> = <a href='../Y/atoi.html' title='Multiple used in 19 places.'>atoi</a> (<a href='../Y/kt.html' title='Multiple used in 4 places.'>kt</a>);
|
|
<a id='L558' name='L558'></a> 558 <em class='brace'>}</em>
|
|
<a id='L559' name='L559'></a> 559
|
|
<a id='L560' name='L560'></a> 560 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L561' name='L561'></a> 561
|
|
<a id='L562' name='L562'></a> 562 <strong class='reserved'>static</strong> <a href='../S/src--filemanager--layout.h.html#L22' title='Defined at 22 in src/filemanager/layout.h.'>panel_view_mode_t</a>
|
|
<a id='L563' name='L563'></a> 563 <a href='../R/setup__load_panel_state.html' title='Multiple referred from 2 places.'>setup__load_panel_state</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>)
|
|
<em class='comment'>/* <a href='#L520'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L587'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+563 src/setup.c' /> */</em>
|
|
<a id='L564' name='L564'></a> 564 <em class='brace'>{</em>
|
|
<a id='L565' name='L565'></a> 565 <strong class='reserved'>char</strong> *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>;
|
|
<a id='L566' name='L566'></a> 566 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L567' name='L567'></a> 567 <a href='../S/src--filemanager--layout.h.html#L22' title='Defined at 22 in src/filemanager/layout.h.'>panel_view_mode_t</a> <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a> = <a href='../S/src--filemanager--layout.h.html#L17' title='Defined at 17 in src/filemanager/layout.h.'>view_listing</a>;
|
|
<a id='L568' name='L568'></a> 568
|
|
<a id='L569' name='L569'></a> 569 <em class='comment'>// Load the display mode</em>
|
|
<a id='L570' name='L570'></a> 570 <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "display", "listing");
|
|
<a id='L571' name='L571'></a> 571
|
|
<a id='L572' name='L572'></a> 572 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/panel_types.html' title='Multiple used in 7 places.'>panel_types</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L573' name='L573'></a> 573 <strong class='reserved'>if</strong> (<a href='../Y/g_ascii_strcasecmp.html' title='Multiple used in 16 places.'>g_ascii_strcasecmp</a> (<a href='../Y/panel_types.html' title='Multiple used in 7 places.'>panel_types</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>, <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) == 0)
|
|
<a id='L574' name='L574'></a> 574 <em class='brace'>{</em>
|
|
<a id='L575' name='L575'></a> 575 <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a> = <a href='../Y/panel_types.html' title='Multiple used in 7 places.'>panel_types</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_type.html' title='Multiple used in 3 places.'>opt_type</a>;
|
|
<a id='L576' name='L576'></a> 576 <strong class='reserved'>break</strong>;
|
|
<a id='L577' name='L577'></a> 577 <em class='brace'>}</em>
|
|
<a id='L578' name='L578'></a> 578
|
|
<a id='L579' name='L579'></a> 579 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L580' name='L580'></a> 580
|
|
<a id='L581' name='L581'></a> 581 <strong class='reserved'>return</strong> <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>;
|
|
<a id='L582' name='L582'></a> 582 <em class='brace'>}</em>
|
|
<a id='L583' name='L583'></a> 583
|
|
<a id='L584' name='L584'></a> 584 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L585' name='L585'></a> 585
|
|
<a id='L586' name='L586'></a> 586 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L587' name='L587'></a> 587 <a href='../S/src--setup.c.html#L900' title='Referred from 900 in src/setup.c.'>load_layout</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L563'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L616'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+587 src/setup.c' /> */</em>
|
|
<a id='L588' name='L588'></a> 588 <em class='brace'>{</em>
|
|
<a id='L589' name='L589'></a> 589 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L590' name='L590'></a> 590
|
|
<a id='L591' name='L591'></a> 591 <em class='comment'>// actual options override legacy ones</em>
|
|
<a id='L592' name='L592'></a> 592 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/layout_int_options.html' title='Multiple used in 6 places.'>layout_int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L593' name='L593'></a> 593 *<a href='../Y/layout_int_options.html' title='Multiple used in 6 places.'>layout_int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a> =
|
|
<a id='L594' name='L594'></a> 594 <a href='../S/lib--mcconfig--get.c.html#L206' title='Defined at 206 in lib/mcconfig/get.c.'>mc_config_get_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L10' title='Defined at 10 in lib/mcconfig.h.'>CONFIG_LAYOUT_SECTION</a>,
|
|
<a id='L595' name='L595'></a> 595 <a href='../Y/layout_int_options.html' title='Multiple used in 6 places.'>layout_int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>, *<a href='../Y/layout_int_options.html' title='Multiple used in 6 places.'>layout_int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L596' name='L596'></a> 596
|
|
<a id='L597' name='L597'></a> 597 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/layout_bool_options.html' title='Multiple used in 6 places.'>layout_bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L598' name='L598'></a> 598 *<a href='../Y/layout_bool_options.html' title='Multiple used in 6 places.'>layout_bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a> =
|
|
<a id='L599' name='L599'></a> 599 <a href='../S/lib--mcconfig--get.c.html#L189' title='Defined at 189 in lib/mcconfig/get.c.'>mc_config_get_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L10' title='Defined at 10 in lib/mcconfig.h.'>CONFIG_LAYOUT_SECTION</a>,
|
|
<a id='L600' name='L600'></a> 600 <a href='../Y/layout_bool_options.html' title='Multiple used in 6 places.'>layout_bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>, *<a href='../Y/layout_bool_options.html' title='Multiple used in 6 places.'>layout_bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L601' name='L601'></a> 601
|
|
<a id='L602' name='L602'></a> 602 <a href='../Y/startup_left_mode.html' title='Multiple used in 8 places.'>startup_left_mode</a> = <a href='../S/src--setup.c.html#L563' title='Defined at 563 in src/setup.c.'>setup__load_panel_state</a> ("New Left Panel");
|
|
<a id='L603' name='L603'></a> 603 <a href='../Y/startup_right_mode.html' title='Multiple used in 6 places.'>startup_right_mode</a> = <a href='../S/src--setup.c.html#L563' title='Defined at 563 in src/setup.c.'>setup__load_panel_state</a> ("New Right Panel");
|
|
<a id='L604' name='L604'></a> 604
|
|
<a id='L605' name='L605'></a> 605 <em class='comment'>// At least one of the panels is a listing panel</em>
|
|
<a id='L606' name='L606'></a> 606 <strong class='reserved'>if</strong> (<a href='../Y/startup_left_mode.html' title='Multiple used in 8 places.'>startup_left_mode</a> != <a href='../S/src--filemanager--layout.h.html#L17' title='Defined at 17 in src/filemanager/layout.h.'>view_listing</a> && <a href='../Y/startup_right_mode.html' title='Multiple used in 6 places.'>startup_right_mode</a> != <a href='../S/src--filemanager--layout.h.html#L17' title='Defined at 17 in src/filemanager/layout.h.'>view_listing</a>)
|
|
<a id='L607' name='L607'></a> 607 <a href='../Y/startup_left_mode.html' title='Multiple used in 8 places.'>startup_left_mode</a> = <a href='../S/src--filemanager--layout.h.html#L17' title='Defined at 17 in src/filemanager/layout.h.'>view_listing</a>;
|
|
<a id='L608' name='L608'></a> 608
|
|
<a id='L609' name='L609'></a> 609 <a href='../Y/boot_current_is_left.html' title='Multiple used in 5 places.'>boot_current_is_left</a> =
|
|
<a id='L610' name='L610'></a> 610 <a href='../S/lib--mcconfig--get.c.html#L189' title='Defined at 189 in lib/mcconfig/get.c.'>mc_config_get_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, "Dirs", "current_is_left", <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L611' name='L611'></a> 611 <em class='brace'>}</em>
|
|
<a id='L612' name='L612'></a> 612
|
|
<a id='L613' name='L613'></a> 613 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L614' name='L614'></a> 614
|
|
<a id='L615' name='L615'></a> 615 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L616' name='L616'></a> 616 <a href='../R/load_keys_from_section.html' title='Multiple referred from 5 places.'>load_keys_from_section</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/terminal.html' title='Multiple used in 6 places.'>terminal</a>, <a href='../D/mc_config_t.html' title='Multiple defined in 2 places.'>mc_config_t</a> *<a href='../Y/cfg.html' title='Multiple used in 49 places.'>cfg</a>)
|
|
<em class='comment'>/* <a href='#L587'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L676'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+616 src/setup.c' /> */</em>
|
|
<a id='L617' name='L617'></a> 617 <em class='brace'>{</em>
|
|
<a id='L618' name='L618'></a> 618 <strong class='reserved'>char</strong> *<a href='../Y/section_name.html' title='Multiple used in 19 places.'>section_name</a>;
|
|
<a id='L619' name='L619'></a> 619 <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> **<a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a>, **<a href='../Y/keys.html' title='Multiple used in 47 places.'>keys</a>;
|
|
<a id='L620' name='L620'></a> 620 <strong class='reserved'>char</strong> *<a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a>, *<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>;
|
|
<a id='L621' name='L621'></a> 621
|
|
<a id='L622' name='L622'></a> 622 <strong class='reserved'>if</strong> (<a href='../Y/terminal.html' title='Multiple used in 6 places.'>terminal</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L623' name='L623'></a> 623 <strong class='reserved'>return</strong>;
|
|
<a id='L624' name='L624'></a> 624
|
|
<a id='L625' name='L625'></a> 625 <a href='../Y/section_name.html' title='Multiple used in 19 places.'>section_name</a> = <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> ("terminal:", <a href='../Y/terminal.html' title='Multiple used in 6 places.'>terminal</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L626' name='L626'></a> 626 <a href='../Y/keys.html' title='Multiple used in 47 places.'>keys</a> = <a href='../S/lib--mcconfig--get.c.html#L69' title='Defined at 69 in lib/mcconfig/get.c.'>mc_config_get_keys</a> (<a href='../Y/cfg.html' title='Multiple used in 49 places.'>cfg</a>, <a href='../Y/section_name.html' title='Multiple used in 19 places.'>section_name</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L627' name='L627'></a> 627
|
|
<a id='L628' name='L628'></a> 628 <strong class='reserved'>for</strong> (<a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a> = <a href='../Y/keys.html' title='Multiple used in 47 places.'>keys</a>; *<a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a>++)
|
|
<a id='L629' name='L629'></a> 629 <em class='brace'>{</em>
|
|
<a id='L630' name='L630'></a> 630 <em class='comment'>// copy=other causes all keys from [terminal:other] to be loaded.</em>
|
|
<a id='L631' name='L631'></a> 631 <strong class='reserved'>if</strong> (<a href='../Y/g_ascii_strcasecmp.html' title='Multiple used in 16 places.'>g_ascii_strcasecmp</a> (*<a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a>, "copy") == 0)
|
|
<a id='L632' name='L632'></a> 632 <em class='brace'>{</em>
|
|
<a id='L633' name='L633'></a> 633 <a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/cfg.html' title='Multiple used in 49 places.'>cfg</a>, <a href='../Y/section_name.html' title='Multiple used in 19 places.'>section_name</a>, *<a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a>, "");
|
|
<a id='L634' name='L634'></a> 634 <a href='../S/src--setup.c.html#L616' title='Defined at 616 in src/setup.c.'>load_keys_from_section</a> (<a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a>, <a href='../Y/cfg.html' title='Multiple used in 49 places.'>cfg</a>);
|
|
<a id='L635' name='L635'></a> 635 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a>);
|
|
<a id='L636' name='L636'></a> 636 <strong class='reserved'>continue</strong>;
|
|
<a id='L637' name='L637'></a> 637 <em class='brace'>}</em>
|
|
<a id='L638' name='L638'></a> 638
|
|
<a id='L639' name='L639'></a> 639 <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> <a href='../Y/key_code.html' title='Multiple used in 7 places.'>key_code</a> = <a href='../S/lib--tty--key.c.html#L1421' title='Defined at 1421 in lib/tty/key.c.'>tty_keyname_to_keycode</a> (*<a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L640' name='L640'></a> 640
|
|
<a id='L641' name='L641'></a> 641 <strong class='reserved'>if</strong> (<a href='../Y/key_code.html' title='Multiple used in 7 places.'>key_code</a> != 0)
|
|
<a id='L642' name='L642'></a> 642 <em class='brace'>{</em>
|
|
<a id='L643' name='L643'></a> 643 <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> **<a href='../Y/values.html' title='Multiple used in 34 places.'>values</a>;
|
|
<a id='L644' name='L644'></a> 644
|
|
<a id='L645' name='L645'></a> 645 <a href='../Y/values.html' title='Multiple used in 34 places.'>values</a> = <a href='../S/lib--mcconfig--get.c.html#L223' title='Defined at 223 in lib/mcconfig/get.c.'>mc_config_get_string_list</a> (<a href='../Y/cfg.html' title='Multiple used in 49 places.'>cfg</a>, <a href='../Y/section_name.html' title='Multiple used in 19 places.'>section_name</a>, *<a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L646' name='L646'></a> 646 <strong class='reserved'>if</strong> (<a href='../Y/values.html' title='Multiple used in 34 places.'>values</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L647' name='L647'></a> 647 <em class='brace'>{</em>
|
|
<a id='L648' name='L648'></a> 648 <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> **<a href='../Y/curr_values.html' title='Multiple used in 9 places.'>curr_values</a>;
|
|
<a id='L649' name='L649'></a> 649
|
|
<a id='L650' name='L650'></a> 650 <strong class='reserved'>for</strong> (<a href='../Y/curr_values.html' title='Multiple used in 9 places.'>curr_values</a> = <a href='../Y/values.html' title='Multiple used in 34 places.'>values</a>; *<a href='../Y/curr_values.html' title='Multiple used in 9 places.'>curr_values</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/curr_values.html' title='Multiple used in 9 places.'>curr_values</a>++)
|
|
<a id='L651' name='L651'></a> 651 <em class='brace'>{</em>
|
|
<a id='L652' name='L652'></a> 652 <a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a> = <a href='../S/lib--terminal.c.html#L259' title='Defined at 259 in lib/terminal.c.'>convert_controls</a> (*<a href='../Y/curr_values.html' title='Multiple used in 9 places.'>curr_values</a>);
|
|
<a id='L653' name='L653'></a> 653 <a href='../S/lib--tty--key.c.html#L1608' title='Defined at 1608 in lib/tty/key.c.'>define_sequence</a> (<a href='../Y/key_code.html' title='Multiple used in 7 places.'>key_code</a>, <a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a>, <a href='../S/lib--tty--key.h.html#L30' title='Defined at 30 in lib/tty/key.h.'>MCKEY_NOACTION</a>);
|
|
<a id='L654' name='L654'></a> 654 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a>);
|
|
<a id='L655' name='L655'></a> 655 <em class='brace'>}</em>
|
|
<a id='L656' name='L656'></a> 656
|
|
<a id='L657' name='L657'></a> 657 <a href='../Y/g_strfreev.html' title='Multiple used in 54 places.'>g_strfreev</a> (<a href='../Y/values.html' title='Multiple used in 34 places.'>values</a>);
|
|
<a id='L658' name='L658'></a> 658 <em class='brace'>}</em>
|
|
<a id='L659' name='L659'></a> 659 <strong class='reserved'>else</strong>
|
|
<a id='L660' name='L660'></a> 660 <em class='brace'>{</em>
|
|
<a id='L661' name='L661'></a> 661 <a href='../Y/value.html' title='Multiple used in 188 places.'>value</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/cfg.html' title='Multiple used in 49 places.'>cfg</a>, <a href='../Y/section_name.html' title='Multiple used in 19 places.'>section_name</a>, *<a href='../Y/profile_keys.html' title='Multiple used in 31 places.'>profile_keys</a>, "");
|
|
<a id='L662' name='L662'></a> 662 <a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a> = <a href='../S/lib--terminal.c.html#L259' title='Defined at 259 in lib/terminal.c.'>convert_controls</a> (<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>);
|
|
<a id='L663' name='L663'></a> 663 <a href='../S/lib--tty--key.c.html#L1608' title='Defined at 1608 in lib/tty/key.c.'>define_sequence</a> (<a href='../Y/key_code.html' title='Multiple used in 7 places.'>key_code</a>, <a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a>, <a href='../S/lib--tty--key.h.html#L30' title='Defined at 30 in lib/tty/key.h.'>MCKEY_NOACTION</a>);
|
|
<a id='L664' name='L664'></a> 664 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/valcopy.html' title='Multiple used in 14 places.'>valcopy</a>);
|
|
<a id='L665' name='L665'></a> 665 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>);
|
|
<a id='L666' name='L666'></a> 666 <em class='brace'>}</em>
|
|
<a id='L667' name='L667'></a> 667 <em class='brace'>}</em>
|
|
<a id='L668' name='L668'></a> 668 <em class='brace'>}</em>
|
|
<a id='L669' name='L669'></a> 669 <a href='../Y/g_strfreev.html' title='Multiple used in 54 places.'>g_strfreev</a> (<a href='../Y/keys.html' title='Multiple used in 47 places.'>keys</a>);
|
|
<a id='L670' name='L670'></a> 670 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/section_name.html' title='Multiple used in 19 places.'>section_name</a>);
|
|
<a id='L671' name='L671'></a> 671 <em class='brace'>}</em>
|
|
<a id='L672' name='L672'></a> 672
|
|
<a id='L673' name='L673'></a> 673 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L674' name='L674'></a> 674
|
|
<a id='L675' name='L675'></a> 675 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L676' name='L676'></a> 676 <a href='../R/panel_save_type.html' title='Multiple referred from 2 places.'>panel_save_type</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, <a href='../S/src--filemanager--layout.h.html#L22' title='Defined at 22 in src/filemanager/layout.h.'>panel_view_mode_t</a> <a href='../Y/type.html' title='Multiple used in 295 places.'>type</a>)
|
|
<em class='comment'>/* <a href='#L616'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L695'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+676 src/setup.c' /> */</em>
|
|
<a id='L677' name='L677'></a> 677 <em class='brace'>{</em>
|
|
<a id='L678' name='L678'></a> 678 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L679' name='L679'></a> 679
|
|
<a id='L680' name='L680'></a> 680 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/panel_types.html' title='Multiple used in 7 places.'>panel_types</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L681' name='L681'></a> 681 <strong class='reserved'>if</strong> (<a href='../Y/panel_types.html' title='Multiple used in 7 places.'>panel_types</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_type.html' title='Multiple used in 3 places.'>opt_type</a> == <a href='../Y/type.html' title='Multiple used in 295 places.'>type</a>)
|
|
<a id='L682' name='L682'></a> 682 <em class='brace'>{</em>
|
|
<a id='L683' name='L683'></a> 683 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "display",
|
|
<a id='L684' name='L684'></a> 684 <a href='../Y/panel_types.html' title='Multiple used in 7 places.'>panel_types</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>);
|
|
<a id='L685' name='L685'></a> 685 <strong class='reserved'>break</strong>;
|
|
<a id='L686' name='L686'></a> 686 <em class='brace'>}</em>
|
|
<a id='L687' name='L687'></a> 687 <em class='brace'>}</em>
|
|
<a id='L688' name='L688'></a> 688
|
|
<a id='L689' name='L689'></a> 689 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L690' name='L690'></a> 690
|
|
<a id='L691' name='L691'></a> 691 <em class='comment'>/**</em>
|
|
<a id='L692' name='L692'></a> 692 <em class='comment'> * Load panels options from [Panels] section.</em>
|
|
<a id='L693' name='L693'></a> 693 <em class='comment'> */</em>
|
|
<a id='L694' name='L694'></a> 694 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L695' name='L695'></a> 695 <a href='../S/src--setup.c.html#L901' title='Referred from 901 in src/setup.c.'>panels_load_options</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L676'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L728'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+695 src/setup.c' /> */</em>
|
|
<a id='L696' name='L696'></a> 696 <em class='brace'>{</em>
|
|
<a id='L697' name='L697'></a> 697 <strong class='reserved'>if</strong> (<a href='../S/lib--mcconfig--common.c.html#L181' title='Defined at 181 in lib/mcconfig/common.c.'>mc_config_has_group</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L9' title='Defined at 9 in lib/mcconfig.h.'>CONFIG_PANELS_SECTION</a>))
|
|
<a id='L698' name='L698'></a> 698 <em class='brace'>{</em>
|
|
<a id='L699' name='L699'></a> 699 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L700' name='L700'></a> 700 <strong class='reserved'>int</strong> <a href='../Y/qmode.html' title='Multiple used in 5 places.'>qmode</a>;
|
|
<a id='L701' name='L701'></a> 701
|
|
<a id='L702' name='L702'></a> 702 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/panels_ini_options.html' title='Multiple used in 7 places.'>panels_ini_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L703' name='L703'></a> 703 *<a href='../Y/panels_ini_options.html' title='Multiple used in 7 places.'>panels_ini_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a> = <a href='../S/lib--mcconfig--get.c.html#L189' title='Defined at 189 in lib/mcconfig/get.c.'>mc_config_get_bool</a> (
|
|
<a id='L704' name='L704'></a> 704 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L9' title='Defined at 9 in lib/mcconfig.h.'>CONFIG_PANELS_SECTION</a>, <a href='../Y/panels_ini_options.html' title='Multiple used in 7 places.'>panels_ini_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>,
|
|
<a id='L705' name='L705'></a> 705 *<a href='../Y/panels_ini_options.html' title='Multiple used in 7 places.'>panels_ini_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L706' name='L706'></a> 706
|
|
<a id='L707' name='L707'></a> 707 <a href='../Y/qmode.html' title='Multiple used in 5 places.'>qmode</a> = <a href='../S/lib--mcconfig--get.c.html#L206' title='Defined at 206 in lib/mcconfig/get.c.'>mc_config_get_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L9' title='Defined at 9 in lib/mcconfig.h.'>CONFIG_PANELS_SECTION</a>,
|
|
<a id='L708' name='L708'></a> 708 "quick_search_mode", (<strong class='reserved'>int</strong>) <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/qsearch_mode.html' title='Multiple used in 9 places.'>qsearch_mode</a>);
|
|
<a id='L709' name='L709'></a> 709 <strong class='reserved'>if</strong> (<a href='../Y/qmode.html' title='Multiple used in 5 places.'>qmode</a> < 0)
|
|
<a id='L710' name='L710'></a> 710 <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/qsearch_mode.html' title='Multiple used in 9 places.'>qsearch_mode</a> = <a href='../S/src--setup.h.html#L26' title='Defined at 26 in src/setup.h.'>QSEARCH_CASE_INSENSITIVE</a>;
|
|
<a id='L711' name='L711'></a> 711 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/qmode.html' title='Multiple used in 5 places.'>qmode</a> >= <a href='../S/src--setup.h.html#L29' title='Defined at 29 in src/setup.h.'>QSEARCH_NUM</a>)
|
|
<a id='L712' name='L712'></a> 712 <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/qsearch_mode.html' title='Multiple used in 9 places.'>qsearch_mode</a> = <a href='../S/src--setup.h.html#L28' title='Defined at 28 in src/setup.h.'>QSEARCH_PANEL_CASE</a>;
|
|
<a id='L713' name='L713'></a> 713 <strong class='reserved'>else</strong>
|
|
<a id='L714' name='L714'></a> 714 <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/qsearch_mode.html' title='Multiple used in 9 places.'>qsearch_mode</a> = (<a href='../S/src--setup.h.html#L30' title='Defined at 30 in src/setup.h.'>qsearch_mode_t</a>) <a href='../Y/qmode.html' title='Multiple used in 5 places.'>qmode</a>;
|
|
<a id='L715' name='L715'></a> 715
|
|
<a id='L716' name='L716'></a> 716 <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/select_flags.html' title='Multiple used in 7 places.'>select_flags</a> =
|
|
<a id='L717' name='L717'></a> 717 <a href='../S/lib--mcconfig--get.c.html#L206' title='Defined at 206 in lib/mcconfig/get.c.'>mc_config_get_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L9' title='Defined at 9 in lib/mcconfig.h.'>CONFIG_PANELS_SECTION</a>, "select_flags",
|
|
<a id='L718' name='L718'></a> 718 (<strong class='reserved'>int</strong>) <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/select_flags.html' title='Multiple used in 7 places.'>select_flags</a>);
|
|
<a id='L719' name='L719'></a> 719 <em class='brace'>}</em>
|
|
<a id='L720' name='L720'></a> 720 <em class='brace'>}</em>
|
|
<a id='L721' name='L721'></a> 721
|
|
<a id='L722' name='L722'></a> 722 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L723' name='L723'></a> 723
|
|
<a id='L724' name='L724'></a> 724 <em class='comment'>/**</em>
|
|
<a id='L725' name='L725'></a> 725 <em class='comment'> * Save panels options in [Panels] section.</em>
|
|
<a id='L726' name='L726'></a> 726 <em class='comment'> */</em>
|
|
<a id='L727' name='L727'></a> 727 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L728' name='L728'></a> 728 <a href='../S/src--setup.c.html#L999' title='Referred from 999 in src/setup.c.'>panels_save_options</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L695'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L745'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+728 src/setup.c' /> */</em>
|
|
<a id='L729' name='L729'></a> 729 <em class='brace'>{</em>
|
|
<a id='L730' name='L730'></a> 730 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L731' name='L731'></a> 731
|
|
<a id='L732' name='L732'></a> 732 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/panels_ini_options.html' title='Multiple used in 7 places.'>panels_ini_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L733' name='L733'></a> 733 <a href='../S/lib--mcconfig--set.c.html#L113' title='Defined at 113 in lib/mcconfig/set.c.'>mc_config_set_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L9' title='Defined at 9 in lib/mcconfig.h.'>CONFIG_PANELS_SECTION</a>,
|
|
<a id='L734' name='L734'></a> 734 <a href='../Y/panels_ini_options.html' title='Multiple used in 7 places.'>panels_ini_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>, *<a href='../Y/panels_ini_options.html' title='Multiple used in 7 places.'>panels_ini_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L735' name='L735'></a> 735
|
|
<a id='L736' name='L736'></a> 736 <a href='../S/lib--mcconfig--set.c.html#L122' title='Defined at 122 in lib/mcconfig/set.c.'>mc_config_set_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L9' title='Defined at 9 in lib/mcconfig.h.'>CONFIG_PANELS_SECTION</a>, "quick_search_mode",
|
|
<a id='L737' name='L737'></a> 737 (<strong class='reserved'>int</strong>) <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/qsearch_mode.html' title='Multiple used in 9 places.'>qsearch_mode</a>);
|
|
<a id='L738' name='L738'></a> 738 <a href='../S/lib--mcconfig--set.c.html#L122' title='Defined at 122 in lib/mcconfig/set.c.'>mc_config_set_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L9' title='Defined at 9 in lib/mcconfig.h.'>CONFIG_PANELS_SECTION</a>, "select_flags",
|
|
<a id='L739' name='L739'></a> 739 (<strong class='reserved'>int</strong>) <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/select_flags.html' title='Multiple used in 7 places.'>select_flags</a>);
|
|
<a id='L740' name='L740'></a> 740 <em class='brace'>}</em>
|
|
<a id='L741' name='L741'></a> 741
|
|
<a id='L742' name='L742'></a> 742 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L743' name='L743'></a> 743
|
|
<a id='L744' name='L744'></a> 744 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L745' name='L745'></a> 745 <a href='../S/src--setup.c.html#L997' title='Referred from 997 in src/setup.c.'>save_config</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L728'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L768'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+745 src/setup.c' /> */</em>
|
|
<a id='L746' name='L746'></a> 746 <em class='brace'>{</em>
|
|
<a id='L747' name='L747'></a> 747 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L748' name='L748'></a> 748
|
|
<a id='L749' name='L749'></a> 749 <em class='comment'>// Save boolean options</em>
|
|
<a id='L750' name='L750'></a> 750 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/bool_options.html' title='Multiple used in 8 places.'>bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L751' name='L751'></a> 751 <a href='../S/lib--mcconfig--set.c.html#L113' title='Defined at 113 in lib/mcconfig/set.c.'>mc_config_set_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L8' title='Defined at 8 in lib/mcconfig.h.'>CONFIG_APP_SECTION</a>, <a href='../Y/bool_options.html' title='Multiple used in 8 places.'>bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>,
|
|
<a id='L752' name='L752'></a> 752 *<a href='../Y/bool_options.html' title='Multiple used in 8 places.'>bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L753' name='L753'></a> 753
|
|
<a id='L754' name='L754'></a> 754 <em class='comment'>// Save integer options</em>
|
|
<a id='L755' name='L755'></a> 755 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/int_options.html' title='Multiple used in 8 places.'>int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L756' name='L756'></a> 756 <a href='../S/lib--mcconfig--set.c.html#L122' title='Defined at 122 in lib/mcconfig/set.c.'>mc_config_set_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L8' title='Defined at 8 in lib/mcconfig.h.'>CONFIG_APP_SECTION</a>, <a href='../Y/int_options.html' title='Multiple used in 8 places.'>int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>,
|
|
<a id='L757' name='L757'></a> 757 *<a href='../Y/int_options.html' title='Multiple used in 8 places.'>int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L758' name='L758'></a> 758
|
|
<a id='L759' name='L759'></a> 759 <em class='comment'>// Save string options</em>
|
|
<a id='L760' name='L760'></a> 760 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L761' name='L761'></a> 761 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L8' title='Defined at 8 in lib/mcconfig.h.'>CONFIG_APP_SECTION</a>, <a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>,
|
|
<a id='L762' name='L762'></a> 762 *<a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L763' name='L763'></a> 763 <em class='brace'>}</em>
|
|
<a id='L764' name='L764'></a> 764
|
|
<a id='L765' name='L765'></a> 765 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L766' name='L766'></a> 766
|
|
<a id='L767' name='L767'></a> 767 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L768' name='L768'></a> 768 <a href='../S/src--setup.c.html#L998' title='Referred from 998 in src/setup.c.'>save_layout</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L745'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L787'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+768 src/setup.c' /> */</em>
|
|
<a id='L769' name='L769'></a> 769 <em class='brace'>{</em>
|
|
<a id='L770' name='L770'></a> 770 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L771' name='L771'></a> 771
|
|
<a id='L772' name='L772'></a> 772 <em class='comment'>// Save integer options</em>
|
|
<a id='L773' name='L773'></a> 773 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/layout_int_options.html' title='Multiple used in 6 places.'>layout_int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L774' name='L774'></a> 774 <a href='../S/lib--mcconfig--set.c.html#L122' title='Defined at 122 in lib/mcconfig/set.c.'>mc_config_set_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L10' title='Defined at 10 in lib/mcconfig.h.'>CONFIG_LAYOUT_SECTION</a>,
|
|
<a id='L775' name='L775'></a> 775 <a href='../Y/layout_int_options.html' title='Multiple used in 6 places.'>layout_int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>, *<a href='../Y/layout_int_options.html' title='Multiple used in 6 places.'>layout_int_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L776' name='L776'></a> 776
|
|
<a id='L777' name='L777'></a> 777 <em class='comment'>// Save boolean options</em>
|
|
<a id='L778' name='L778'></a> 778 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/layout_bool_options.html' title='Multiple used in 6 places.'>layout_bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L779' name='L779'></a> 779 <a href='../S/lib--mcconfig--set.c.html#L113' title='Defined at 113 in lib/mcconfig/set.c.'>mc_config_set_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L10' title='Defined at 10 in lib/mcconfig.h.'>CONFIG_LAYOUT_SECTION</a>,
|
|
<a id='L780' name='L780'></a> 780 <a href='../Y/layout_bool_options.html' title='Multiple used in 6 places.'>layout_bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a>, *<a href='../Y/layout_bool_options.html' title='Multiple used in 6 places.'>layout_bool_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L781' name='L781'></a> 781 <em class='brace'>}</em>
|
|
<a id='L782' name='L782'></a> 782
|
|
<a id='L783' name='L783'></a> 783 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L784' name='L784'></a> 784
|
|
<a id='L785' name='L785'></a> 785 <em class='comment'>/* save panels.ini */</em>
|
|
<a id='L786' name='L786'></a> 786 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L787' name='L787'></a> 787 <a href='../S/src--setup.c.html#L991' title='Referred from 991 in src/setup.c.'>save_panel_types</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L768'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L829'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+787 src/setup.c' /> */</em>
|
|
<a id='L788' name='L788'></a> 788 <em class='brace'>{</em>
|
|
<a id='L789' name='L789'></a> 789 <a href='../S/src--filemanager--layout.h.html#L22' title='Defined at 22 in src/filemanager/layout.h.'>panel_view_mode_t</a> <a href='../Y/type.html' title='Multiple used in 295 places.'>type</a>;
|
|
<a id='L790' name='L790'></a> 790
|
|
<a id='L791' name='L791'></a> 791 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/mc_run_mode.html' title='Multiple used in 37 places.'>mc_run_mode</a> != <a href='../S/lib--global.h.html#L106' title='Defined at 106 in lib/global.h.'>MC_RUN_FULL</a>)
|
|
<a id='L792' name='L792'></a> 792 <strong class='reserved'>return</strong>;
|
|
<a id='L793' name='L793'></a> 793
|
|
<a id='L794' name='L794'></a> 794 <a href='../Y/type.html' title='Multiple used in 295 places.'>type</a> = <a href='../S/src--filemanager--layout.c.html#L1353' title='Defined at 1353 in src/filemanager/layout.c.'>get_panel_type</a> (0);
|
|
<a id='L795' name='L795'></a> 795 <a href='../S/src--setup.c.html#L676' title='Defined at 676 in src/setup.c.'>panel_save_type</a> ("New Left Panel", <a href='../Y/type.html' title='Multiple used in 295 places.'>type</a>);
|
|
<a id='L796' name='L796'></a> 796 <strong class='reserved'>if</strong> (<a href='../Y/type.html' title='Multiple used in 295 places.'>type</a> == <a href='../S/src--filemanager--layout.h.html#L17' title='Defined at 17 in src/filemanager/layout.h.'>view_listing</a>)
|
|
<a id='L797' name='L797'></a> 797 <a href='../S/src--setup.c.html#L1197' title='Defined at 1197 in src/setup.c.'>panel_save_setup</a> (<a href='../Y/left_panel.html' title='Multiple used in 14 places.'>left_panel</a>, <a href='../Y/left_panel.html' title='Multiple used in 14 places.'>left_panel</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L798' name='L798'></a> 798 <a href='../Y/type.html' title='Multiple used in 295 places.'>type</a> = <a href='../S/src--filemanager--layout.c.html#L1353' title='Defined at 1353 in src/filemanager/layout.c.'>get_panel_type</a> (1);
|
|
<a id='L799' name='L799'></a> 799 <a href='../S/src--setup.c.html#L676' title='Defined at 676 in src/setup.c.'>panel_save_type</a> ("New Right Panel", <a href='../Y/type.html' title='Multiple used in 295 places.'>type</a>);
|
|
<a id='L800' name='L800'></a> 800 <strong class='reserved'>if</strong> (<a href='../Y/type.html' title='Multiple used in 295 places.'>type</a> == <a href='../S/src--filemanager--layout.h.html#L17' title='Defined at 17 in src/filemanager/layout.h.'>view_listing</a>)
|
|
<a id='L801' name='L801'></a> 801 <a href='../S/src--setup.c.html#L1197' title='Defined at 1197 in src/setup.c.'>panel_save_setup</a> (<a href='../Y/right_panel.html' title='Multiple used in 14 places.'>right_panel</a>, <a href='../Y/right_panel.html' title='Multiple used in 14 places.'>right_panel</a>-><a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
|
|
<a id='L802' name='L802'></a> 802
|
|
<a id='L803' name='L803'></a> 803 <em class='brace'>{</em>
|
|
<a id='L804' name='L804'></a> 804 <strong class='reserved'>char</strong> *<a href='../Y/dirs.html' title='Multiple used in 4 places.'>dirs</a>;
|
|
<a id='L805' name='L805'></a> 805
|
|
<a id='L806' name='L806'></a> 806 <a href='../Y/dirs.html' title='Multiple used in 4 places.'>dirs</a> = <a href='../S/src--filemanager--layout.c.html#L1436' title='Defined at 1436 in src/filemanager/layout.c.'>get_panel_dir_for</a> (<a href='../D/other_panel.html' title='Multiple defined in 2 places.'>other_panel</a>);
|
|
<a id='L807' name='L807'></a> 807 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, "Dirs", "other_dir", <a href='../Y/dirs.html' title='Multiple used in 4 places.'>dirs</a>);
|
|
<a id='L808' name='L808'></a> 808 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/dirs.html' title='Multiple used in 4 places.'>dirs</a>);
|
|
<a id='L809' name='L809'></a> 809 <em class='brace'>}</em>
|
|
<a id='L810' name='L810'></a> 810
|
|
<a id='L811' name='L811'></a> 811 <strong class='reserved'>if</strong> (<a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L812' name='L812'></a> 812 <a href='../S/lib--mcconfig--set.c.html#L113' title='Defined at 113 in lib/mcconfig/set.c.'>mc_config_set_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, "Dirs", "current_is_left",
|
|
<a id='L813' name='L813'></a> 813 <a href='../S/src--filemanager--layout.c.html#L1369' title='Defined at 1369 in src/filemanager/layout.c.'>get_current_index</a> () == 0);
|
|
<a id='L814' name='L814'></a> 814
|
|
<a id='L815' name='L815'></a> 815 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>-><a href='../Y/ini_path.html' title='Multiple used in 27 places.'>ini_path</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L816' name='L816'></a> 816 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>-><a href='../Y/ini_path.html' title='Multiple used in 27 places.'>ini_path</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (<a href='../Y/panels_profile_name.html' title='Multiple used in 7 places.'>panels_profile_name</a>);
|
|
<a id='L817' name='L817'></a> 817
|
|
<a id='L818' name='L818'></a> 818 <a href='../S/lib--mcconfig--common.c.html#L203' title='Defined at 203 in lib/mcconfig/common.c.'>mc_config_del_group</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, "Temporal:New Left Panel");
|
|
<a id='L819' name='L819'></a> 819 <a href='../S/lib--mcconfig--common.c.html#L203' title='Defined at 203 in lib/mcconfig/common.c.'>mc_config_del_group</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, "Temporal:New Right Panel");
|
|
<a id='L820' name='L820'></a> 820
|
|
<a id='L821' name='L821'></a> 821 <a href='../S/lib--mcconfig--common.c.html#L264' title='Defined at 264 in lib/mcconfig/common.c.'>mc_config_save_file</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L822' name='L822'></a> 822 <em class='brace'>}</em>
|
|
<a id='L823' name='L823'></a> 823
|
|
<a id='L824' name='L824'></a> 824 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L825' name='L825'></a> 825 <em class='comment'>/*** public functions ****************************************************************************/</em>
|
|
<a id='L826' name='L826'></a> 826 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L827' name='L827'></a> 827
|
|
<a id='L828' name='L828'></a> 828 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *
|
|
<a id='L829' name='L829'></a> 829 <a href='../R/setup_init.html' title='Multiple referred from 3 places.'>setup_init</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L787'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L869'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+829 src/setup.c' /> */</em>
|
|
<a id='L830' name='L830'></a> 830 <em class='brace'>{</em>
|
|
<a id='L831' name='L831'></a> 831 <strong class='reserved'>if</strong> (<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L832' name='L832'></a> 832 <em class='brace'>{</em>
|
|
<a id='L833' name='L833'></a> 833 <strong class='reserved'>char</strong> *<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>;
|
|
<a id='L834' name='L834'></a> 834
|
|
<a id='L835' name='L835'></a> 835 <a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a> = <a href='../S/lib--mcconfig--paths.c.html#L277' title='Defined at 277 in lib/mcconfig/paths.c.'>mc_config_get_full_path</a> (<a href='../S/lib--fileloc.h.html#L65' title='Defined at 65 in lib/fileloc.h.'>MC_CONFIG_FILE</a>);
|
|
<a id='L836' name='L836'></a> 836 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>))
|
|
<a id='L837' name='L837'></a> 837 <em class='brace'>{</em>
|
|
<a id='L838' name='L838'></a> 838 <strong class='reserved'>char</strong> *<a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a>;
|
|
<a id='L839' name='L839'></a> 839
|
|
<a id='L840' name='L840'></a> 840 <a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a> = <a href='../S/lib--utilunix.c.html#L1332' title='Defined at 1332 in lib/utilunix.c.'>mc_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/sysconfig_dir.html' title='Multiple used in 39 places.'>sysconfig_dir</a>, "mc.ini", (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L841' name='L841'></a> 841 <strong class='reserved'>if</strong> (<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a>))
|
|
<a id='L842' name='L842'></a> 842 <em class='brace'>{</em>
|
|
<a id='L843' name='L843'></a> 843 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>);
|
|
<a id='L844' name='L844'></a> 844 <a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a> = <a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a>;
|
|
<a id='L845' name='L845'></a> 845 <em class='brace'>}</em>
|
|
<a id='L846' name='L846'></a> 846 <strong class='reserved'>else</strong>
|
|
<a id='L847' name='L847'></a> 847 <em class='brace'>{</em>
|
|
<a id='L848' name='L848'></a> 848 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a>);
|
|
<a id='L849' name='L849'></a> 849 <a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a> = <a href='../S/lib--utilunix.c.html#L1332' title='Defined at 1332 in lib/utilunix.c.'>mc_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/share_data_dir.html' title='Multiple used in 28 places.'>share_data_dir</a>, "mc.ini", (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L850' name='L850'></a> 850 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a>))
|
|
<a id='L851' name='L851'></a> 851 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a>);
|
|
<a id='L852' name='L852'></a> 852 <strong class='reserved'>else</strong>
|
|
<a id='L853' name='L853'></a> 853 <em class='brace'>{</em>
|
|
<a id='L854' name='L854'></a> 854 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>);
|
|
<a id='L855' name='L855'></a> 855 <a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a> = <a href='../Y/inifile.html' title='Multiple used in 9 places.'>inifile</a>;
|
|
<a id='L856' name='L856'></a> 856 <em class='brace'>}</em>
|
|
<a id='L857' name='L857'></a> 857 <em class='brace'>}</em>
|
|
<a id='L858' name='L858'></a> 858 <em class='brace'>}</em>
|
|
<a id='L859' name='L859'></a> 859
|
|
<a id='L860' name='L860'></a> 860 <a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a> = <a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>;
|
|
<a id='L861' name='L861'></a> 861 <em class='brace'>}</em>
|
|
<a id='L862' name='L862'></a> 862
|
|
<a id='L863' name='L863'></a> 863 <strong class='reserved'>return</strong> <a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a>;
|
|
<a id='L864' name='L864'></a> 864 <em class='brace'>}</em>
|
|
<a id='L865' name='L865'></a> 865
|
|
<a id='L866' name='L866'></a> 866 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L867' name='L867'></a> 867
|
|
<a id='L868' name='L868'></a> 868 <strong class='reserved'>void</strong>
|
|
<a id='L869' name='L869'></a> 869 <a href='../R/load_setup.html' title='Multiple referred from 2 places.'>load_setup</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L829'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L982'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+869 src/setup.c' /> */</em>
|
|
<a id='L870' name='L870'></a> 870 <em class='brace'>{</em>
|
|
<a id='L871' name='L871'></a> 871 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>;
|
|
<a id='L872' name='L872'></a> 872
|
|
<a id='L873' name='L873'></a> 873 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/cbuffer.html' title='Multiple used in 4 places.'>cbuffer</a>;
|
|
<a id='L874' name='L874'></a> 874
|
|
<a id='L875' name='L875'></a> 875 <a href='../S/lib--charsets.c.html#L209' title='Defined at 209 in lib/charsets.c.'>load_codepages_list</a> ();
|
|
<a id='L876' name='L876'></a> 876
|
|
<a id='L877' name='L877'></a> 877 <a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a> = <a href='../S/src--setup.c.html#L829' title='Defined at 829 in src/setup.c.'>setup_init</a> ();
|
|
<a id='L878' name='L878'></a> 878
|
|
<a id='L879' name='L879'></a> 879 <em class='comment'>/* mc.lib is common for all users, but has priority lower than</em>
|
|
<a id='L880' name='L880'></a> 880 <em class='comment'> ${XDG_CONFIG_HOME}/mc/ini. FIXME: it's only used for keys and treestore now */</em>
|
|
<a id='L881' name='L881'></a> 881 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a> =
|
|
<a id='L882' name='L882'></a> 882 <a href='../Y/g_build_filename.html' title='Multiple used in 33 places.'>g_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/sysconfig_dir.html' title='Multiple used in 39 places.'>sysconfig_dir</a>, <a href='../S/lib--fileloc.h.html#L24' title='Defined at 24 in lib/fileloc.h.'>MC_GLOBAL_CONFIG_FILE</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L883' name='L883'></a> 883 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a>))
|
|
<a id='L884' name='L884'></a> 884 <em class='brace'>{</em>
|
|
<a id='L885' name='L885'></a> 885 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a>);
|
|
<a id='L886' name='L886'></a> 886 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a> =
|
|
<a id='L887' name='L887'></a> 887 <a href='../Y/g_build_filename.html' title='Multiple used in 33 places.'>g_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/share_data_dir.html' title='Multiple used in 28 places.'>share_data_dir</a>, <a href='../S/lib--fileloc.h.html#L24' title='Defined at 24 in lib/fileloc.h.'>MC_GLOBAL_CONFIG_FILE</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L888' name='L888'></a> 888 <em class='brace'>}</em>
|
|
<a id='L889' name='L889'></a> 889
|
|
<a id='L890' name='L890'></a> 890 <a href='../Y/panels_profile_name.html' title='Multiple used in 7 places.'>panels_profile_name</a> = <a href='../S/lib--mcconfig--paths.c.html#L277' title='Defined at 277 in lib/mcconfig/paths.c.'>mc_config_get_full_path</a> (<a href='../S/lib--fileloc.h.html#L73' title='Defined at 73 in lib/fileloc.h.'>MC_PANELS_FILE</a>);
|
|
<a id='L891' name='L891'></a> 891
|
|
<a id='L892' name='L892'></a> 892 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a> = <a href='../S/lib--mcconfig--common.c.html#L107' title='Defined at 107 in lib/mcconfig/common.c.'>mc_config_init</a> (<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L893' name='L893'></a> 893
|
|
<a id='L894' name='L894'></a> 894 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/panels_profile_name.html' title='Multiple used in 7 places.'>panels_profile_name</a>))
|
|
<a id='L895' name='L895'></a> 895 <a href='../S/src--setup.c.html#L469' title='Defined at 469 in src/setup.c.'>setup__move_panels_config_into_separate_file</a> (<a href='../Y/profile.html' title='Multiple used in 30 places.'>profile</a>);
|
|
<a id='L896' name='L896'></a> 896
|
|
<a id='L897' name='L897'></a> 897 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a> = <a href='../S/lib--mcconfig--common.c.html#L107' title='Defined at 107 in lib/mcconfig/common.c.'>mc_config_init</a> (<a href='../Y/panels_profile_name.html' title='Multiple used in 7 places.'>panels_profile_name</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L898' name='L898'></a> 898
|
|
<a id='L899' name='L899'></a> 899 <a href='../S/src--setup.c.html#L520' title='Defined at 520 in src/setup.c.'>load_config</a> ();
|
|
<a id='L900' name='L900'></a> 900 <a href='../S/src--setup.c.html#L587' title='Defined at 587 in src/setup.c.'>load_layout</a> ();
|
|
<a id='L901' name='L901'></a> 901 <a href='../S/src--setup.c.html#L695' title='Defined at 695 in src/setup.c.'>panels_load_options</a> ();
|
|
<a id='L902' name='L902'></a> 902 <a href='../S/src--filemanager--panelize.c.html#L491' title='Defined at 491 in src/filemanager/panelize.c.'>external_panelize_load</a> ();
|
|
<a id='L903' name='L903'></a> 903
|
|
<a id='L904' name='L904'></a> 904 <em class='comment'>// Load time formats</em>
|
|
<a id='L905' name='L905'></a> 905 <a href='../Y/user_recent_timeformat.html' title='Multiple used in 6 places.'>user_recent_timeformat</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>,
|
|
<a id='L906' name='L906'></a> 906 "timeformat_recent", <a href='../S/src--setup.c.html#L218' title='Defined at 218 in src/setup.c.'>FMTTIME</a>);
|
|
<a id='L907' name='L907'></a> 907 <a href='../Y/user_old_timeformat.html' title='Multiple used in 6 places.'>user_old_timeformat</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>,
|
|
<a id='L908' name='L908'></a> 908 "timeformat_old", <a href='../S/src--setup.c.html#L217' title='Defined at 217 in src/setup.c.'>FMTYEAR</a>);
|
|
<a id='L909' name='L909'></a> 909
|
|
<a id='L910' name='L910'></a> 910 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_FTP.html' title='Multiple used in 26 places.'>ENABLE_VFS_FTP</a>
|
|
<a id='L911' name='L911'></a> 911 <a href='../Y/ftpfs_proxy_host.html' title='Multiple used in 12 places.'>ftpfs_proxy_host</a> =
|
|
<a id='L912' name='L912'></a> 912 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "ftp_proxy_host", "gate");
|
|
<a id='L913' name='L913'></a> 913 <a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2726' title='Defined at 2726 in src/vfs/ftpfs/ftpfs.c.'>ftpfs_init_passwd</a> ();
|
|
<a id='L914' name='L914'></a> 914 <em class='sharp'>#endif</em>
|
|
<a id='L915' name='L915'></a> 915
|
|
<a id='L916' name='L916'></a> 916 <em class='comment'>// The default color and the terminal dependent color</em>
|
|
<a id='L917' name='L917'></a> 917 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/setup_color_string.html' title='Multiple used in 4 places.'>setup_color_string</a> =
|
|
<a id='L918' name='L918'></a> 918 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, "Colors", "base_color", "");
|
|
<a id='L919' name='L919'></a> 919 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/term_color_string.html' title='Multiple used in 4 places.'>term_color_string</a> =
|
|
<a id='L920' name='L920'></a> 920 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, "Colors", <a href='../Y/getenv.html' title='Multiple used in 39 places.'>getenv</a> ("TERM"), "");
|
|
<a id='L921' name='L921'></a> 921 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/color_terminal_string.html' title='Multiple used in 5 places.'>color_terminal_string</a> =
|
|
<a id='L922' name='L922'></a> 922 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, "Colors", "color_terminals", "");
|
|
<a id='L923' name='L923'></a> 923
|
|
<a id='L924' name='L924'></a> 924 <em class='comment'>// Load the directory history</em>
|
|
<a id='L925' name='L925'></a> 925 <em class='comment'>// directory_history_load ();</em>
|
|
<a id='L926' name='L926'></a> 926 <em class='comment'>// Remove the temporal entries</em>
|
|
<a id='L927' name='L927'></a> 927
|
|
<a id='L928' name='L928'></a> 928 <strong class='reserved'>if</strong> (<a href='../Y/codepages.html' title='Multiple used in 17 places.'>codepages</a>-><a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> > 1)
|
|
<a id='L929' name='L929'></a> 929 <em class='brace'>{</em>
|
|
<a id='L930' name='L930'></a> 930 <strong class='reserved'>char</strong> *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>;
|
|
<a id='L931' name='L931'></a> 931
|
|
<a id='L932' name='L932'></a> 932 <em class='comment'>// Detect display codepage</em>
|
|
<a id='L933' name='L933'></a> 933 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/current_system_codepage.html' title='Multiple used in 3 places.'>current_system_codepage</a> = <a href='../S/lib--strutil--strutil.c.html#L376' title='Defined at 376 in lib/strutil/strutil.c.'>str_detect_termencoding</a> ();
|
|
<a id='L934' name='L934'></a> 934
|
|
<a id='L935' name='L935'></a> 935 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/display_codepage.html' title='Multiple used in 25 places.'>display_codepage</a> = <a href='../S/lib--charsets.c.html#L263' title='Defined at 263 in lib/charsets.c.'>get_codepage_index</a> (<a href='../Y/current_system_codepage.html' title='Multiple used in 3 places.'>current_system_codepage</a>);
|
|
<a id='L936' name='L936'></a> 936
|
|
<a id='L937' name='L937'></a> 937 <em class='comment'>// Default to 7-bit ASCII</em>
|
|
<a id='L938' name='L938'></a> 938 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/display_codepage.html' title='Multiple used in 25 places.'>display_codepage</a> == -1)
|
|
<a id='L939' name='L939'></a> 939 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/display_codepage.html' title='Multiple used in 25 places.'>display_codepage</a> = 0;
|
|
<a id='L940' name='L940'></a> 940
|
|
<a id='L941' name='L941'></a> 941 <a href='../Y/cp_display.html' title='Multiple used in 21 places.'>cp_display</a> = <a href='../S/lib--charsets.c.html#L246' title='Defined at 246 in lib/charsets.c.'>get_codepage_id</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/display_codepage.html' title='Multiple used in 25 places.'>display_codepage</a>);
|
|
<a id='L942' name='L942'></a> 942
|
|
<a id='L943' name='L943'></a> 943 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/utf8_display.html' title='Multiple used in 45 places.'>utf8_display</a> = <a href='../S/lib--strutil--strutil.c.html#L393' title='Defined at 393 in lib/strutil/strutil.c.'>str_isutf8</a> (<a href='../Y/current_system_codepage.html' title='Multiple used in 3 places.'>current_system_codepage</a>);
|
|
<a id='L944' name='L944'></a> 944
|
|
<a id='L945' name='L945'></a> 945 <em class='comment'>// Restore source codepage</em>
|
|
<a id='L946' name='L946'></a> 946 <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>,
|
|
<a id='L947' name='L947'></a> 947 "source_codepage", "");
|
|
<a id='L948' name='L948'></a> 948 <strong class='reserved'>if</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[0] != '\0')
|
|
<a id='L949' name='L949'></a> 949 <em class='brace'>{</em>
|
|
<a id='L950' name='L950'></a> 950 <a href='../Y/default_source_codepage.html' title='Multiple used in 11 places.'>default_source_codepage</a> = <a href='../S/lib--charsets.c.html#L263' title='Defined at 263 in lib/charsets.c.'>get_codepage_index</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L951' name='L951'></a> 951 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/source_codepage.html' title='Multiple used in 29 places.'>source_codepage</a> =
|
|
<a id='L952' name='L952'></a> 952 <a href='../Y/default_source_codepage.html' title='Multiple used in 11 places.'>default_source_codepage</a>; <em class='comment'>// May be source_codepage doesn't need this</em>
|
|
<a id='L953' name='L953'></a> 953 <a href='../Y/cp_source.html' title='Multiple used in 24 places.'>cp_source</a> = <a href='../S/lib--charsets.c.html#L246' title='Defined at 246 in lib/charsets.c.'>get_codepage_id</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/source_codepage.html' title='Multiple used in 29 places.'>source_codepage</a>);
|
|
<a id='L954' name='L954'></a> 954 <em class='brace'>}</em>
|
|
<a id='L955' name='L955'></a> 955 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L956' name='L956'></a> 956 <em class='brace'>}</em>
|
|
<a id='L957' name='L957'></a> 957
|
|
<a id='L958' name='L958'></a> 958 <a href='../Y/autodetect_codeset.html' title='Multiple used in 7 places.'>autodetect_codeset</a> =
|
|
<a id='L959' name='L959'></a> 959 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "autodetect_codeset", "");
|
|
<a id='L960' name='L960'></a> 960 <strong class='reserved'>if</strong> ((<a href='../Y/autodetect_codeset.html' title='Multiple used in 7 places.'>autodetect_codeset</a>[0] != '\0') && (<a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/autodetect_codeset.html' title='Multiple used in 7 places.'>autodetect_codeset</a>, "off") != 0))
|
|
<a id='L961' name='L961'></a> 961 <a href='../Y/is_autodetect_codeset_enabled.html' title='Multiple used in 4 places.'>is_autodetect_codeset_enabled</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L962' name='L962'></a> 962
|
|
<a id='L963' name='L963'></a> 963 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../S/lib--charsets.c.html#L300' title='Defined at 300 in lib/charsets.c.'>init_translation_table</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/source_codepage.html' title='Multiple used in 29 places.'>source_codepage</a>, <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/display_codepage.html' title='Multiple used in 25 places.'>display_codepage</a>));
|
|
<a id='L964' name='L964'></a> 964 <a href='../Y/cbuffer.html' title='Multiple used in 4 places.'>cbuffer</a> = <a href='../S/lib--charsets.c.html#L246' title='Defined at 246 in lib/charsets.c.'>get_codepage_id</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/display_codepage.html' title='Multiple used in 25 places.'>display_codepage</a>);
|
|
<a id='L965' name='L965'></a> 965 <strong class='reserved'>if</strong> (<a href='../Y/cbuffer.html' title='Multiple used in 4 places.'>cbuffer</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L966' name='L966'></a> 966 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/utf8_display.html' title='Multiple used in 45 places.'>utf8_display</a> = <a href='../S/lib--strutil--strutil.c.html#L393' title='Defined at 393 in lib/strutil/strutil.c.'>str_isutf8</a> (<a href='../Y/cbuffer.html' title='Multiple used in 4 places.'>cbuffer</a>);
|
|
<a id='L967' name='L967'></a> 967
|
|
<a id='L968' name='L968'></a> 968 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_ASPELL.html' title='Multiple used in 14 places.'>HAVE_ASPELL</a>
|
|
<a id='L969' name='L969'></a> 969 <a href='../Y/spell_language.html' title='Multiple used in 11 places.'>spell_language</a> =
|
|
<a id='L970' name='L970'></a> 970 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "spell_language", "en");
|
|
<a id='L971' name='L971'></a> 971 <em class='sharp'>#endif</em>
|
|
<a id='L972' name='L972'></a> 972
|
|
<a id='L973' name='L973'></a> 973 <a href='../Y/clipboard_store_path.html' title='Multiple used in 7 places.'>clipboard_store_path</a> =
|
|
<a id='L974' name='L974'></a> 974 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "clipboard_store", "");
|
|
<a id='L975' name='L975'></a> 975 <a href='../Y/clipboard_paste_path.html' title='Multiple used in 7 places.'>clipboard_paste_path</a> =
|
|
<a id='L976' name='L976'></a> 976 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "clipboard_paste", "");
|
|
<a id='L977' name='L977'></a> 977 <em class='brace'>}</em>
|
|
<a id='L978' name='L978'></a> 978
|
|
<a id='L979' name='L979'></a> 979 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L980' name='L980'></a> 980
|
|
<a id='L981' name='L981'></a> 981 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L982' name='L982'></a> 982 <a href='../R/save_setup.html' title='Multiple referred from 3 places.'>save_setup</a> (<a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/save_options.html' title='Multiple used in 3 places.'>save_options</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/save_panel_options.html' title='Multiple used in 3 places.'>save_panel_options</a>)
|
|
<em class='comment'>/* <a href='#L869'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1041'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+982 src/setup.c' /> */</em>
|
|
<a id='L983' name='L983'></a> 983 <em class='brace'>{</em>
|
|
<a id='L984' name='L984'></a> 984 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L985' name='L985'></a> 985
|
|
<a id='L986' name='L986'></a> 986 <a href='../Y/saving_setup.html' title='Multiple used in 5 places.'>saving_setup</a> = 1;
|
|
<a id='L987' name='L987'></a> 987
|
|
<a id='L988' name='L988'></a> 988 <a href='../S/src--filemanager--hotlist.c.html#L1662' title='Defined at 1662 in src/filemanager/hotlist.c.'>save_hotlist</a> ();
|
|
<a id='L989' name='L989'></a> 989
|
|
<a id='L990' name='L990'></a> 990 <strong class='reserved'>if</strong> (<a href='../Y/save_panel_options.html' title='Multiple used in 3 places.'>save_panel_options</a>)
|
|
<a id='L991' name='L991'></a> 991 <a href='../S/src--setup.c.html#L787' title='Defined at 787 in src/setup.c.'>save_panel_types</a> ();
|
|
<a id='L992' name='L992'></a> 992
|
|
<a id='L993' name='L993'></a> 993 <strong class='reserved'>if</strong> (<a href='../Y/save_options.html' title='Multiple used in 3 places.'>save_options</a>)
|
|
<a id='L994' name='L994'></a> 994 <em class='brace'>{</em>
|
|
<a id='L995' name='L995'></a> 995 <strong class='reserved'>char</strong> *<a href='../Y/tmp_profile.html' title='Multiple used in 4 places.'>tmp_profile</a>;
|
|
<a id='L996' name='L996'></a> 996
|
|
<a id='L997' name='L997'></a> 997 <a href='../S/src--setup.c.html#L745' title='Defined at 745 in src/setup.c.'>save_config</a> ();
|
|
<a id='L998' name='L998'></a> 998 <a href='../S/src--setup.c.html#L768' title='Defined at 768 in src/setup.c.'>save_layout</a> ();
|
|
<a id='L999' name='L999'></a> 999 <a href='../S/src--setup.c.html#L728' title='Defined at 728 in src/setup.c.'>panels_save_options</a> ();
|
|
<a id='L1000' name='L1000'></a>1000 <a href='../S/src--filemanager--panelize.c.html#L544' title='Defined at 544 in src/filemanager/panelize.c.'>external_panelize_save</a> ();
|
|
<a id='L1001' name='L1001'></a>1001 <em class='comment'>// directory_history_save ();</em>
|
|
<a id='L1002' name='L1002'></a>1002
|
|
<a id='L1003' name='L1003'></a>1003 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_FTP.html' title='Multiple used in 26 places.'>ENABLE_VFS_FTP</a>
|
|
<a id='L1004' name='L1004'></a>1004 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "ftpfs_password",
|
|
<a id='L1005' name='L1005'></a>1005 <a href='../Y/ftpfs_anonymous_passwd.html' title='Multiple used in 12 places.'>ftpfs_anonymous_passwd</a>);
|
|
<a id='L1006' name='L1006'></a>1006 <strong class='reserved'>if</strong> (<a href='../Y/ftpfs_proxy_host.html' title='Multiple used in 12 places.'>ftpfs_proxy_host</a>)
|
|
<a id='L1007' name='L1007'></a>1007 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "ftp_proxy_host",
|
|
<a id='L1008' name='L1008'></a>1008 <a href='../Y/ftpfs_proxy_host.html' title='Multiple used in 12 places.'>ftpfs_proxy_host</a>);
|
|
<a id='L1009' name='L1009'></a>1009 <em class='sharp'>#endif</em>
|
|
<a id='L1010' name='L1010'></a>1010
|
|
<a id='L1011' name='L1011'></a>1011 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "display_codepage",
|
|
<a id='L1012' name='L1012'></a>1012 <a href='../S/lib--charsets.c.html#L246' title='Defined at 246 in lib/charsets.c.'>get_codepage_id</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/display_codepage.html' title='Multiple used in 25 places.'>display_codepage</a>));
|
|
<a id='L1013' name='L1013'></a>1013 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "source_codepage",
|
|
<a id='L1014' name='L1014'></a>1014 <a href='../S/lib--charsets.c.html#L246' title='Defined at 246 in lib/charsets.c.'>get_codepage_id</a> (<a href='../Y/default_source_codepage.html' title='Multiple used in 11 places.'>default_source_codepage</a>));
|
|
<a id='L1015' name='L1015'></a>1015 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "autodetect_codeset",
|
|
<a id='L1016' name='L1016'></a>1016 <a href='../Y/autodetect_codeset.html' title='Multiple used in 7 places.'>autodetect_codeset</a>);
|
|
<a id='L1017' name='L1017'></a>1017
|
|
<a id='L1018' name='L1018'></a>1018 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_ASPELL.html' title='Multiple used in 14 places.'>HAVE_ASPELL</a>
|
|
<a id='L1019' name='L1019'></a>1019 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "spell_language",
|
|
<a id='L1020' name='L1020'></a>1020 <a href='../Y/spell_language.html' title='Multiple used in 11 places.'>spell_language</a>);
|
|
<a id='L1021' name='L1021'></a>1021 <em class='sharp'>#endif</em>
|
|
<a id='L1022' name='L1022'></a>1022
|
|
<a id='L1023' name='L1023'></a>1023 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "clipboard_store",
|
|
<a id='L1024' name='L1024'></a>1024 <a href='../Y/clipboard_store_path.html' title='Multiple used in 7 places.'>clipboard_store_path</a>);
|
|
<a id='L1025' name='L1025'></a>1025 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "clipboard_paste",
|
|
<a id='L1026' name='L1026'></a>1026 <a href='../Y/clipboard_paste_path.html' title='Multiple used in 7 places.'>clipboard_paste_path</a>);
|
|
<a id='L1027' name='L1027'></a>1027
|
|
<a id='L1028' name='L1028'></a>1028 <a href='../Y/tmp_profile.html' title='Multiple used in 4 places.'>tmp_profile</a> = <a href='../S/lib--mcconfig--paths.c.html#L277' title='Defined at 277 in lib/mcconfig/paths.c.'>mc_config_get_full_path</a> (<a href='../S/lib--fileloc.h.html#L65' title='Defined at 65 in lib/fileloc.h.'>MC_CONFIG_FILE</a>);
|
|
<a id='L1029' name='L1029'></a>1029 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--mcconfig--common.c.html#L277' title='Defined at 277 in lib/mcconfig/common.c.'>mc_config_save_to_file</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../Y/tmp_profile.html' title='Multiple used in 4 places.'>tmp_profile</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1030' name='L1030'></a>1030 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp_profile.html' title='Multiple used in 4 places.'>tmp_profile</a>);
|
|
<a id='L1031' name='L1031'></a>1031 <em class='brace'>}</em>
|
|
<a id='L1032' name='L1032'></a>1032
|
|
<a id='L1033' name='L1033'></a>1033 <a href='../Y/saving_setup.html' title='Multiple used in 5 places.'>saving_setup</a> = 0;
|
|
<a id='L1034' name='L1034'></a>1034
|
|
<a id='L1035' name='L1035'></a>1035 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1036' name='L1036'></a>1036 <em class='brace'>}</em>
|
|
<a id='L1037' name='L1037'></a>1037
|
|
<a id='L1038' name='L1038'></a>1038 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1039' name='L1039'></a>1039
|
|
<a id='L1040' name='L1040'></a>1040 <strong class='reserved'>void</strong>
|
|
<a id='L1041' name='L1041'></a>1041 <a href='../R/done_setup.html' title='Multiple referred from 3 places.'>done_setup</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L982'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1077'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1041 src/setup.c' /> */</em>
|
|
<a id='L1042' name='L1042'></a>1042 <em class='brace'>{</em>
|
|
<a id='L1043' name='L1043'></a>1043 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L1044' name='L1044'></a>1044
|
|
<a id='L1045' name='L1045'></a>1045 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/clipboard_store_path.html' title='Multiple used in 7 places.'>clipboard_store_path</a>);
|
|
<a id='L1046' name='L1046'></a>1046 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/clipboard_paste_path.html' title='Multiple used in 7 places.'>clipboard_paste_path</a>);
|
|
<a id='L1047' name='L1047'></a>1047 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a>);
|
|
<a id='L1048' name='L1048'></a>1048 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/color_terminal_string.html' title='Multiple used in 5 places.'>color_terminal_string</a>);
|
|
<a id='L1049' name='L1049'></a>1049 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/term_color_string.html' title='Multiple used in 4 places.'>term_color_string</a>);
|
|
<a id='L1050' name='L1050'></a>1050 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/setup_color_string.html' title='Multiple used in 4 places.'>setup_color_string</a>);
|
|
<a id='L1051' name='L1051'></a>1051 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a>);
|
|
<a id='L1052' name='L1052'></a>1052 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/panels_profile_name.html' title='Multiple used in 7 places.'>panels_profile_name</a>);
|
|
<a id='L1053' name='L1053'></a>1053 <a href='../S/lib--mcconfig--common.c.html#L151' title='Defined at 151 in lib/mcconfig/common.c.'>mc_config_deinit</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>);
|
|
<a id='L1054' name='L1054'></a>1054 <a href='../S/lib--mcconfig--common.c.html#L151' title='Defined at 151 in lib/mcconfig/common.c.'>mc_config_deinit</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>);
|
|
<a id='L1055' name='L1055'></a>1055
|
|
<a id='L1056' name='L1056'></a>1056 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/user_recent_timeformat.html' title='Multiple used in 6 places.'>user_recent_timeformat</a>);
|
|
<a id='L1057' name='L1057'></a>1057 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/user_old_timeformat.html' title='Multiple used in 6 places.'>user_old_timeformat</a>);
|
|
<a id='L1058' name='L1058'></a>1058
|
|
<a id='L1059' name='L1059'></a>1059 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_name.html' title='Multiple used in 36 places.'>opt_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L1060' name='L1060'></a>1060 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (*<a href='../Y/str_options.html' title='Multiple used in 9 places.'>str_options</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/opt_addr.html' title='Multiple used in 24 places.'>opt_addr</a>);
|
|
<a id='L1061' name='L1061'></a>1061
|
|
<a id='L1062' name='L1062'></a>1062 <a href='../S/src--filemanager--hotlist.c.html#L1695' title='Defined at 1695 in src/filemanager/hotlist.c.'>done_hotlist</a> ();
|
|
<a id='L1063' name='L1063'></a>1063 <a href='../S/src--filemanager--panelize.c.html#L563' title='Defined at 563 in src/filemanager/panelize.c.'>external_panelize_free</a> ();
|
|
<a id='L1064' name='L1064'></a>1064 <em class='comment'>// directory_history_free ();</em>
|
|
<a id='L1065' name='L1065'></a>1065
|
|
<a id='L1066' name='L1066'></a>1066 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/autodetect_codeset.html' title='Multiple used in 7 places.'>autodetect_codeset</a>);
|
|
<a id='L1067' name='L1067'></a>1067 <a href='../S/lib--charsets.c.html#L236' title='Defined at 236 in lib/charsets.c.'>free_codepages_list</a> ();
|
|
<a id='L1068' name='L1068'></a>1068
|
|
<a id='L1069' name='L1069'></a>1069 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_ASPELL.html' title='Multiple used in 14 places.'>HAVE_ASPELL</a>
|
|
<a id='L1070' name='L1070'></a>1070 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/spell_language.html' title='Multiple used in 11 places.'>spell_language</a>);
|
|
<a id='L1071' name='L1071'></a>1071 <em class='sharp'>#endif</em>
|
|
<a id='L1072' name='L1072'></a>1072 <em class='brace'>}</em>
|
|
<a id='L1073' name='L1073'></a>1073
|
|
<a id='L1074' name='L1074'></a>1074 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1075' name='L1075'></a>1075
|
|
<a id='L1076' name='L1076'></a>1076 <strong class='reserved'>void</strong>
|
|
<a id='L1077' name='L1077'></a>1077 <a href='../R/setup_save_config_show_error.html' title='Multiple referred from 2 places.'>setup_save_config_show_error</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, <a href='../Y/GError.html' title='Multiple used in 184 places.'>GError</a> **<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a>)
|
|
<em class='comment'>/* <a href='#L1041'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1090'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1077 src/setup.c' /> */</em>
|
|
<a id='L1078' name='L1078'></a>1078 <em class='brace'>{</em>
|
|
<a id='L1079' name='L1079'></a>1079 <strong class='reserved'>if</strong> (<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && *<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1080' name='L1080'></a>1080 <em class='brace'>{</em>
|
|
<a id='L1081' name='L1081'></a>1081 <a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> (<a href='../S/lib--widget--wtools.h.html#L31' title='Defined at 31 in lib/widget/wtools.h.'>D_ERROR</a>, <a href='../S/lib--widget--wtools.h.html#L14' title='Defined at 14 in lib/widget/wtools.h.'>MSG_ERROR</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot save file %s:\n%s"), <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, (*<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a>)-><a href='../D/message.html' title='Multiple defined in 6 places.'>message</a>);
|
|
<a id='L1082' name='L1082'></a>1082 <a href='../Y/g_error_free.html' title='Multiple used in 27 places.'>g_error_free</a> (*<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a>);
|
|
<a id='L1083' name='L1083'></a>1083 *<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1084' name='L1084'></a>1084 <em class='brace'>}</em>
|
|
<a id='L1085' name='L1085'></a>1085 <em class='brace'>}</em>
|
|
<a id='L1086' name='L1086'></a>1086
|
|
<a id='L1087' name='L1087'></a>1087 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1088' name='L1088'></a>1088
|
|
<a id='L1089' name='L1089'></a>1089 <strong class='reserved'>void</strong>
|
|
<a id='L1090' name='L1090'></a>1090 <a href='../R/load_key_defs.html' title='Multiple referred from 2 places.'>load_key_defs</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L1077'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1114'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1090 src/setup.c' /> */</em>
|
|
<a id='L1091' name='L1091'></a>1091 <em class='brace'>{</em>
|
|
<a id='L1092' name='L1092'></a>1092 <em class='comment'>/*</em>
|
|
<a id='L1093' name='L1093'></a>1093 <em class='comment'> * Load keys from mc.lib before ${XDG_CONFIG_HOME}/mc/ini, so that the user</em>
|
|
<a id='L1094' name='L1094'></a>1094 <em class='comment'> * definitions override global settings.</em>
|
|
<a id='L1095' name='L1095'></a>1095 <em class='comment'> */</em>
|
|
<a id='L1096' name='L1096'></a>1096 <a href='../D/mc_config_t.html' title='Multiple defined in 2 places.'>mc_config_t</a> *<a href='../Y/mc_global_config.html' title='Multiple used in 6 places.'>mc_global_config</a>;
|
|
<a id='L1097' name='L1097'></a>1097
|
|
<a id='L1098' name='L1098'></a>1098 <a href='../Y/mc_global_config.html' title='Multiple used in 6 places.'>mc_global_config</a> = <a href='../S/lib--mcconfig--common.c.html#L107' title='Defined at 107 in lib/mcconfig/common.c.'>mc_config_init</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/profile_name.html' title='Multiple used in 18 places.'>profile_name</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L1099' name='L1099'></a>1099 <strong class='reserved'>if</strong> (<a href='../Y/mc_global_config.html' title='Multiple used in 6 places.'>mc_global_config</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1100' name='L1100'></a>1100 <em class='brace'>{</em>
|
|
<a id='L1101' name='L1101'></a>1101 <a href='../S/src--setup.c.html#L616' title='Defined at 616 in src/setup.c.'>load_keys_from_section</a> ("general", <a href='../Y/mc_global_config.html' title='Multiple used in 6 places.'>mc_global_config</a>);
|
|
<a id='L1102' name='L1102'></a>1102 <a href='../S/src--setup.c.html#L616' title='Defined at 616 in src/setup.c.'>load_keys_from_section</a> (<a href='../Y/getenv.html' title='Multiple used in 39 places.'>getenv</a> ("TERM"), <a href='../Y/mc_global_config.html' title='Multiple used in 6 places.'>mc_global_config</a>);
|
|
<a id='L1103' name='L1103'></a>1103 <a href='../S/lib--mcconfig--common.c.html#L151' title='Defined at 151 in lib/mcconfig/common.c.'>mc_config_deinit</a> (<a href='../Y/mc_global_config.html' title='Multiple used in 6 places.'>mc_global_config</a>);
|
|
<a id='L1104' name='L1104'></a>1104 <em class='brace'>}</em>
|
|
<a id='L1105' name='L1105'></a>1105
|
|
<a id='L1106' name='L1106'></a>1106 <a href='../S/src--setup.c.html#L616' title='Defined at 616 in src/setup.c.'>load_keys_from_section</a> ("general", <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>);
|
|
<a id='L1107' name='L1107'></a>1107 <a href='../S/src--setup.c.html#L616' title='Defined at 616 in src/setup.c.'>load_keys_from_section</a> (<a href='../Y/getenv.html' title='Multiple used in 39 places.'>getenv</a> ("TERM"), <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>);
|
|
<a id='L1108' name='L1108'></a>1108 <em class='brace'>}</em>
|
|
<a id='L1109' name='L1109'></a>1109
|
|
<a id='L1110' name='L1110'></a>1110 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1111' name='L1111'></a>1111
|
|
<a id='L1112' name='L1112'></a>1112 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_FTP.html' title='Multiple used in 26 places.'>ENABLE_VFS_FTP</a>
|
|
<a id='L1113' name='L1113'></a>1113 <strong class='reserved'>char</strong> *
|
|
<a id='L1114' name='L1114'></a>1114 <a href='../R/load_anon_passwd.html' title='Multiple referred from 2 places.'>load_anon_passwd</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L1090'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1132'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1114 src/setup.c' /> */</em>
|
|
<a id='L1115' name='L1115'></a>1115 <em class='brace'>{</em>
|
|
<a id='L1116' name='L1116'></a>1116 <strong class='reserved'>char</strong> *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>;
|
|
<a id='L1117' name='L1117'></a>1117
|
|
<a id='L1118' name='L1118'></a>1118 <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> =
|
|
<a id='L1119' name='L1119'></a>1119 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/main_config.html' title='Multiple used in 121 places.'>main_config</a>, <a href='../S/lib--mcconfig.h.html#L11' title='Defined at 11 in lib/mcconfig.h.'>CONFIG_MISC_SECTION</a>, "ftpfs_password", "");
|
|
<a id='L1120' name='L1120'></a>1120
|
|
<a id='L1121' name='L1121'></a>1121 <strong class='reserved'>if</strong> ((<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>) && (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[0] != '\0'))
|
|
<a id='L1122' name='L1122'></a>1122 <strong class='reserved'>return</strong> <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>;
|
|
<a id='L1123' name='L1123'></a>1123
|
|
<a id='L1124' name='L1124'></a>1124 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L1125' name='L1125'></a>1125 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1126' name='L1126'></a>1126 <em class='brace'>}</em>
|
|
<a id='L1127' name='L1127'></a>1127 <em class='sharp'>#endif</em>
|
|
<a id='L1128' name='L1128'></a>1128
|
|
<a id='L1129' name='L1129'></a>1129 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1130' name='L1130'></a>1130
|
|
<a id='L1131' name='L1131'></a>1131 <strong class='reserved'>void</strong>
|
|
<a id='L1132' name='L1132'></a>1132 <a href='../R/panel_load_setup.html' title='Multiple referred from 2 places.'>panel_load_setup</a> (<a href='../S/src--filemanager--panel.h.html#L142' title='Defined at 142 in src/filemanager/panel.h.'>WPanel</a> *<a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>)
|
|
<em class='comment'>/* <a href='#L1114'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1197'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1132 src/setup.c' /> */</em>
|
|
<a id='L1133' name='L1133'></a>1133 <em class='brace'>{</em>
|
|
<a id='L1134' name='L1134'></a>1134 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L1135' name='L1135'></a>1135 <strong class='reserved'>char</strong> *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>;
|
|
<a id='L1136' name='L1136'></a>1136
|
|
<a id='L1137' name='L1137'></a>1137 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_info.html' title='Multiple used in 23 places.'>sort_info</a>.<a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a> =
|
|
<a id='L1138' name='L1138'></a>1138 <a href='../S/lib--mcconfig--get.c.html#L189' title='Defined at 189 in lib/mcconfig/get.c.'>mc_config_get_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "reverse", <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L1139' name='L1139'></a>1139 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_info.html' title='Multiple used in 23 places.'>sort_info</a>.<a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a> = <a href='../S/lib--mcconfig--get.c.html#L189' title='Defined at 189 in lib/mcconfig/get.c.'>mc_config_get_bool</a> (
|
|
<a id='L1140' name='L1140'></a>1140 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "case_sensitive", <a href='../S/lib--unixcompat.h.html#L120' title='Defined at 120 in lib/unixcompat.h.'>OS_SORT_CASE_SENSITIVE_DEFAULT</a>);
|
|
<a id='L1141' name='L1141'></a>1141 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_info.html' title='Multiple used in 23 places.'>sort_info</a>.<a href='../Y/exec_first.html' title='Multiple used in 7 places.'>exec_first</a> =
|
|
<a id='L1142' name='L1142'></a>1142 <a href='../S/lib--mcconfig--get.c.html#L189' title='Defined at 189 in lib/mcconfig/get.c.'>mc_config_get_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "exec_first", <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L1143' name='L1143'></a>1143
|
|
<a id='L1144' name='L1144'></a>1144 <em class='comment'>// Load sort order</em>
|
|
<a id='L1145' name='L1145'></a>1145 <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "sort_order", "name");
|
|
<a id='L1146' name='L1146'></a>1146 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_field.html' title='Multiple used in 33 places.'>sort_field</a> = <a href='../S/src--filemanager--panel.c.html#L5167' title='Defined at 5167 in src/filemanager/panel.c.'>panel_get_field_by_id</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L1147' name='L1147'></a>1147 <strong class='reserved'>if</strong> (<a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_field.html' title='Multiple used in 33 places.'>sort_field</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1148' name='L1148'></a>1148 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_field.html' title='Multiple used in 33 places.'>sort_field</a> = <a href='../S/src--filemanager--panel.c.html#L5167' title='Defined at 5167 in src/filemanager/panel.c.'>panel_get_field_by_id</a> ("name");
|
|
<a id='L1149' name='L1149'></a>1149
|
|
<a id='L1150' name='L1150'></a>1150 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L1151' name='L1151'></a>1151
|
|
<a id='L1152' name='L1152'></a>1152 <em class='comment'>// Load the listing format</em>
|
|
<a id='L1153' name='L1153'></a>1153 <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "list_format", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1154' name='L1154'></a>1154 <strong class='reserved'>if</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1155' name='L1155'></a>1155 <em class='brace'>{</em>
|
|
<a id='L1156' name='L1156'></a>1156 <em class='comment'>// fallback to old option</em>
|
|
<a id='L1157' name='L1157'></a>1157 <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> = <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "list_mode", "full");
|
|
<a id='L1158' name='L1158'></a>1158 <em class='brace'>}</em>
|
|
<a id='L1159' name='L1159'></a>1159 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/list_format.html' title='Multiple used in 32 places.'>list_format</a> = <a href='../S/src--filemanager--panel.h.html#L32' title='Defined at 32 in src/filemanager/panel.h.'>list_full</a>;
|
|
<a id='L1160' name='L1160'></a>1160 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/list_formats.html' title='Multiple used in 9 places.'>list_formats</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/key.html' title='Multiple used in 190 places.'>key</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L1161' name='L1161'></a>1161 <strong class='reserved'>if</strong> (<a href='../Y/g_ascii_strcasecmp.html' title='Multiple used in 16 places.'>g_ascii_strcasecmp</a> (<a href='../Y/list_formats.html' title='Multiple used in 9 places.'>list_formats</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>, <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) == 0)
|
|
<a id='L1162' name='L1162'></a>1162 <em class='brace'>{</em>
|
|
<a id='L1163' name='L1163'></a>1163 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/list_format.html' title='Multiple used in 32 places.'>list_format</a> = <a href='../Y/list_formats.html' title='Multiple used in 9 places.'>list_formats</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/list_format.html' title='Multiple used in 32 places.'>list_format</a>;
|
|
<a id='L1164' name='L1164'></a>1164 <strong class='reserved'>break</strong>;
|
|
<a id='L1165' name='L1165'></a>1165 <em class='brace'>}</em>
|
|
<a id='L1166' name='L1166'></a>1166 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L1167' name='L1167'></a>1167
|
|
<a id='L1168' name='L1168'></a>1168 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/brief_cols.html' title='Multiple used in 20 places.'>brief_cols</a> = <a href='../S/lib--mcconfig--get.c.html#L206' title='Defined at 206 in lib/mcconfig/get.c.'>mc_config_get_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "brief_cols", 2);
|
|
<a id='L1169' name='L1169'></a>1169
|
|
<a id='L1170' name='L1170'></a>1170 <em class='comment'>// User formats</em>
|
|
<a id='L1171' name='L1171'></a>1171 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/user_format.html' title='Multiple used in 17 places.'>user_format</a>);
|
|
<a id='L1172' name='L1172'></a>1172 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/user_format.html' title='Multiple used in 17 places.'>user_format</a> =
|
|
<a id='L1173' name='L1173'></a>1173 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "user_format", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1174' name='L1174'></a>1174
|
|
<a id='L1175' name='L1175'></a>1175 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> < <a href='../S/src--filemanager--panel.h.html#L24' title='Defined at 24 in src/filemanager/panel.h.'>LIST_FORMATS</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L1176' name='L1176'></a>1176 <em class='brace'>{</em>
|
|
<a id='L1177' name='L1177'></a>1177 <strong class='reserved'>char</strong> <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>[<a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>];
|
|
<a id='L1178' name='L1178'></a>1178
|
|
<a id='L1179' name='L1179'></a>1179 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/user_status_format.html' title='Multiple used in 14 places.'>user_status_format</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>]);
|
|
<a id='L1180' name='L1180'></a>1180 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>), "user_status%lld", (<strong class='reserved'>long</strong> <strong class='reserved'>long</strong>) <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
|
|
<a id='L1181' name='L1181'></a>1181 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/user_status_format.html' title='Multiple used in 14 places.'>user_status_format</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] =
|
|
<a id='L1182' name='L1182'></a>1182 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1183' name='L1183'></a>1183 <em class='brace'>}</em>
|
|
<a id='L1184' name='L1184'></a>1184
|
|
<a id='L1185' name='L1185'></a>1185 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/user_mini_status.html' title='Multiple used in 10 places.'>user_mini_status</a> =
|
|
<a id='L1186' name='L1186'></a>1186 <a href='../S/lib--mcconfig--get.c.html#L189' title='Defined at 189 in lib/mcconfig/get.c.'>mc_config_get_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "user_mini_status", <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L1187' name='L1187'></a>1187
|
|
<a id='L1188' name='L1188'></a>1188 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>.<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a> =
|
|
<a id='L1189' name='L1189'></a>1189 <a href='../S/lib--mcconfig--get.c.html#L89' title='Defined at 89 in lib/mcconfig/get.c.'>mc_config_get_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "filter_value", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1190' name='L1190'></a>1190 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>.<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> = <a href='../S/lib--mcconfig--get.c.html#L206' title='Defined at 206 in lib/mcconfig/get.c.'>mc_config_get_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "filter_flags",
|
|
<a id='L1191' name='L1191'></a>1191 (<strong class='reserved'>int</strong>) <a href='../S/src--filemanager--dir.h.html#L35' title='Defined at 35 in src/filemanager/dir.h.'>FILE_FILTER_DEFAULT_FLAGS</a>);
|
|
<a id='L1192' name='L1192'></a>1192 <em class='brace'>}</em>
|
|
<a id='L1193' name='L1193'></a>1193
|
|
<a id='L1194' name='L1194'></a>1194 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1195' name='L1195'></a>1195
|
|
<a id='L1196' name='L1196'></a>1196 <strong class='reserved'>void</strong>
|
|
<a id='L1197' name='L1197'></a>1197 <a href='../R/panel_save_setup.html' title='Multiple referred from 4 places.'>panel_save_setup</a> (<a href='../S/src--filemanager--panel.h.html#L142' title='Defined at 142 in src/filemanager/panel.h.'>WPanel</a> *<a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>)
|
|
<em class='comment'>/* <a href='#L1132'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1197 src/setup.c' /> */</em>
|
|
<a id='L1198' name='L1198'></a>1198 <em class='brace'>{</em>
|
|
<a id='L1199' name='L1199'></a>1199 <strong class='reserved'>char</strong> <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>[<a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>];
|
|
<a id='L1200' name='L1200'></a>1200 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L1201' name='L1201'></a>1201
|
|
<a id='L1202' name='L1202'></a>1202 <a href='../S/lib--mcconfig--set.c.html#L113' title='Defined at 113 in lib/mcconfig/set.c.'>mc_config_set_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "reverse", <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_info.html' title='Multiple used in 23 places.'>sort_info</a>.<a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>);
|
|
<a id='L1203' name='L1203'></a>1203 <a href='../S/lib--mcconfig--set.c.html#L113' title='Defined at 113 in lib/mcconfig/set.c.'>mc_config_set_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "case_sensitive",
|
|
<a id='L1204' name='L1204'></a>1204 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_info.html' title='Multiple used in 23 places.'>sort_info</a>.<a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>);
|
|
<a id='L1205' name='L1205'></a>1205 <a href='../S/lib--mcconfig--set.c.html#L113' title='Defined at 113 in lib/mcconfig/set.c.'>mc_config_set_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "exec_first",
|
|
<a id='L1206' name='L1206'></a>1206 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_info.html' title='Multiple used in 23 places.'>sort_info</a>.<a href='../Y/exec_first.html' title='Multiple used in 7 places.'>exec_first</a>);
|
|
<a id='L1207' name='L1207'></a>1207
|
|
<a id='L1208' name='L1208'></a>1208 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "sort_order", <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/sort_field.html' title='Multiple used in 33 places.'>sort_field</a>-><a href='../Y/id.html' title='Multiple used in 143 places.'>id</a>);
|
|
<a id='L1209' name='L1209'></a>1209
|
|
<a id='L1210' name='L1210'></a>1210 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/list_formats.html' title='Multiple used in 9 places.'>list_formats</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/key.html' title='Multiple used in 190 places.'>key</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L1211' name='L1211'></a>1211 <strong class='reserved'>if</strong> (<a href='../Y/list_formats.html' title='Multiple used in 9 places.'>list_formats</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/list_format.html' title='Multiple used in 32 places.'>list_format</a> == (<strong class='reserved'>int</strong>) <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/list_format.html' title='Multiple used in 32 places.'>list_format</a>)
|
|
<a id='L1212' name='L1212'></a>1212 <em class='brace'>{</em>
|
|
<a id='L1213' name='L1213'></a>1213 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "list_format",
|
|
<a id='L1214' name='L1214'></a>1214 <a href='../Y/list_formats.html' title='Multiple used in 9 places.'>list_formats</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>);
|
|
<a id='L1215' name='L1215'></a>1215 <strong class='reserved'>break</strong>;
|
|
<a id='L1216' name='L1216'></a>1216 <em class='brace'>}</em>
|
|
<a id='L1217' name='L1217'></a>1217
|
|
<a id='L1218' name='L1218'></a>1218 <a href='../S/lib--mcconfig--set.c.html#L122' title='Defined at 122 in lib/mcconfig/set.c.'>mc_config_set_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "brief_cols", <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/brief_cols.html' title='Multiple used in 20 places.'>brief_cols</a>);
|
|
<a id='L1219' name='L1219'></a>1219
|
|
<a id='L1220' name='L1220'></a>1220 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "user_format", <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/user_format.html' title='Multiple used in 17 places.'>user_format</a>);
|
|
<a id='L1221' name='L1221'></a>1221
|
|
<a id='L1222' name='L1222'></a>1222 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> < <a href='../S/src--filemanager--panel.h.html#L24' title='Defined at 24 in src/filemanager/panel.h.'>LIST_FORMATS</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L1223' name='L1223'></a>1223 <em class='brace'>{</em>
|
|
<a id='L1224' name='L1224'></a>1224 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>), "user_status%lld", (<strong class='reserved'>long</strong> <strong class='reserved'>long</strong>) <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
|
|
<a id='L1225' name='L1225'></a>1225 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>,
|
|
<a id='L1226' name='L1226'></a>1226 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/user_status_format.html' title='Multiple used in 14 places.'>user_status_format</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>]);
|
|
<a id='L1227' name='L1227'></a>1227 <em class='brace'>}</em>
|
|
<a id='L1228' name='L1228'></a>1228
|
|
<a id='L1229' name='L1229'></a>1229 <a href='../S/lib--mcconfig--set.c.html#L113' title='Defined at 113 in lib/mcconfig/set.c.'>mc_config_set_bool</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "user_mini_status",
|
|
<a id='L1230' name='L1230'></a>1230 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/user_mini_status.html' title='Multiple used in 10 places.'>user_mini_status</a>);
|
|
<a id='L1231' name='L1231'></a>1231
|
|
<a id='L1232' name='L1232'></a>1232 <em class='comment'>// do not save the default filter</em>
|
|
<a id='L1233' name='L1233'></a>1233 <strong class='reserved'>if</strong> (<a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>.<a href='../Y/handler.html' title='Multiple used in 31 places.'>handler</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1234' name='L1234'></a>1234 <a href='../S/lib--mcconfig--set.c.html#L97' title='Defined at 97 in lib/mcconfig/set.c.'>mc_config_set_string</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "filter_value",
|
|
<a id='L1235' name='L1235'></a>1235 <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>.<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>);
|
|
<a id='L1236' name='L1236'></a>1236 <strong class='reserved'>else</strong>
|
|
<a id='L1237' name='L1237'></a>1237 <a href='../S/lib--mcconfig--common.c.html#L192' title='Defined at 192 in lib/mcconfig/common.c.'>mc_config_del_key</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "filter_value");
|
|
<a id='L1238' name='L1238'></a>1238 <a href='../S/lib--mcconfig--set.c.html#L122' title='Defined at 122 in lib/mcconfig/set.c.'>mc_config_set_int</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/panels_config.html' title='Multiple used in 38 places.'>panels_config</a>, <a href='../Y/section.html' title='Multiple used in 49 places.'>section</a>, "filter_flags", (<strong class='reserved'>int</strong>) <a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>-><a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>.<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>);
|
|
<a id='L1239' name='L1239'></a>1239 <em class='brace'>}</em>
|
|
<a id='L1240' name='L1240'></a>1240
|
|
<a id='L1241' name='L1241'></a>1241 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
</pre>
|
|
<hr />
|
|
<a id='BOTTOM' name='BOTTOM'></a>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L457'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1197'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1241 src/setup.c' /> */</em>
|
|
</body>
|
|
</html>
|