mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
199 lines
30 KiB
HTML
199 lines
30 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.h</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='#TOP'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#BOTTOM'><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.h</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.h</h2>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><img class='icon' src='../icons/n_last.png' alt='[last]' /><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.h' /> */</em>
|
|
<hr />
|
|
<h2 class='header'><a href='../J/setup.h.html' title='Multiple included from 35 places.'>INCLUDED FROM</a></h2>
|
|
<hr />
|
|
<pre>
|
|
<a id='L1' name='L1'></a> 1 <em class='comment'>/** \file setup.h</em>
|
|
<a id='L2' name='L2'></a> 2 <em class='comment'> * \brief Header: setup loading/saving</em>
|
|
<a id='L3' name='L3'></a> 3 <em class='comment'> */</em>
|
|
<a id='L4' name='L4'></a> 4
|
|
<a id='L5' name='L5'></a> 5 <em class='sharp'>#ifndef</em> <a href='../S/src--setup.h.html#L6' title='Defined at 6 in src/setup.h.'>MC__SETUP_H</a>
|
|
<a id='L6' name='L6'></a> 6 <em class='sharp'>#define</em> <a href='../S/src--setup.h.html#L5' title='Referred from 5 in src/setup.h.'>MC__SETUP_H</a>
|
|
<a id='L7' name='L7'></a> 7
|
|
<a id='L8' name='L8'></a> 8 <em class='sharp'>#include</em> <config.h>
|
|
<a id='L9' name='L9'></a> 9
|
|
<a id='L10' name='L10'></a> 10 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>" <em class='comment'>// GError</em>
|
|
<a id='L11' name='L11'></a> 11
|
|
<a id='L12' name='L12'></a> 12 <em class='sharp'>#include</em> "<a href='src--filemanager--layout.h.html'>filemanager/layout.h</a>" <em class='comment'>// panel_view_mode_t</em>
|
|
<a id='L13' name='L13'></a> 13 <em class='sharp'>#include</em> "<a href='src--filemanager--panel.h.html'>filemanager/panel.h</a>" <em class='comment'>// WPanel</em>
|
|
<a id='L14' name='L14'></a> 14
|
|
<a id='L15' name='L15'></a> 15 <em class='comment'>/*** typedefs(not structures) and defined constants **********************************************/</em>
|
|
<a id='L16' name='L16'></a> 16
|
|
<a id='L17' name='L17'></a> 17 <em class='comment'>/* TAB length for editor and viewer */</em>
|
|
<a id='L18' name='L18'></a> 18 <em class='sharp'>#define</em> <a href='../R/DEFAULT_TAB_SPACING.html' title='Multiple referred from 3 places.'>DEFAULT_TAB_SPACING</a> 8
|
|
<a id='L19' name='L19'></a> 19
|
|
<a id='L20' name='L20'></a> 20 <em class='sharp'>#define</em> <a href='../R/MAX_MACRO_LENGTH.html' title='Multiple referred from 3 places.'>MAX_MACRO_LENGTH</a> 1024
|
|
<a id='L21' name='L21'></a> 21
|
|
<a id='L22' name='L22'></a> 22 <em class='comment'>/*** enums ***************************************************************************************/</em>
|
|
<a id='L23' name='L23'></a> 23
|
|
<a id='L24' name='L24'></a> 24 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
|
|
<a id='L25' name='L25'></a> 25 <em class='brace'>{</em>
|
|
<a id='L26' name='L26'></a> 26 <a href='../R/QSEARCH_CASE_INSENSITIVE.html' title='Multiple referred from 2 places.'>QSEARCH_CASE_INSENSITIVE</a> = 0, <em class='comment'>// quick search in case insensitive mode</em>
|
|
<a id='L27' name='L27'></a> 27 <a href='../S/src--filemanager--panel.c.html#L2762' title='Referred from 2762 in src/filemanager/panel.c.'>QSEARCH_CASE_SENSITIVE</a> = 1, <em class='comment'>// quick search in case sensitive mode</em>
|
|
<a id='L28' name='L28'></a> 28 <a href='../R/QSEARCH_PANEL_CASE.html' title='Multiple referred from 2 places.'>QSEARCH_PANEL_CASE</a> = 2, <em class='comment'>// quick search get value from panel case_sensitive</em>
|
|
<a id='L29' name='L29'></a> 29 <a href='../R/QSEARCH_NUM.html' title='Multiple referred from 2 places.'>QSEARCH_NUM</a>
|
|
<a id='L30' name='L30'></a> 30 <em class='brace'>}</em> <a href='../R/qsearch_mode_t.html' title='Multiple referred from 2 places.'>qsearch_mode_t</a>;
|
|
<a id='L31' name='L31'></a> 31
|
|
<a id='L32' name='L32'></a> 32 <em class='comment'>/*** structures declarations (and typedefs of structures)*****************************************/</em>
|
|
<a id='L33' name='L33'></a> 33
|
|
<a id='L34' name='L34'></a> 34 <em class='comment'>/* panels ini options; [Panels] section */</em>
|
|
<a id='L35' name='L35'></a> 35 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L36' name='L36'></a> 36 <em class='brace'>{</em>
|
|
<a id='L37' name='L37'></a> 37 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/show_mini_info.html' title='Multiple used in 14 places.'>show_mini_info</a>; <em class='comment'>// If true, show the mini-info on the panel</em>
|
|
<a id='L38' name='L38'></a> 38 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L39' name='L39'></a> 39 <a href='../Y/kilobyte_si.html' title='Multiple used in 19 places.'>kilobyte_si</a>; <em class='comment'>// If TRUE, SI units (1000 based) will be used for larger units (kilobyte,</em>
|
|
<a id='L40' name='L40'></a> 40 <em class='comment'>// megabyte, ...). If FALSE, binary units (1024 based) will be used</em>
|
|
<a id='L41' name='L41'></a> 41 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>; <em class='comment'>// If FALSE then directories are shown separately from files</em>
|
|
<a id='L42' name='L42'></a> 42 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/show_backups.html' title='Multiple used in 5 places.'>show_backups</a>; <em class='comment'>// If TRUE, show files ending in ~</em>
|
|
<a id='L43' name='L43'></a> 43 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/show_dot_files.html' title='Multiple used in 7 places.'>show_dot_files</a>; <em class='comment'>// If TRUE, show files starting with a dot</em>
|
|
<a id='L44' name='L44'></a> 44 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/fast_reload.html' title='Multiple used in 7 places.'>fast_reload</a>; <em class='comment'>// If TRUE then use stat() on the cwd to determine directory changes</em>
|
|
<a id='L45' name='L45'></a> 45 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/fast_reload_msg_shown.html' title='Multiple used in 5 places.'>fast_reload_msg_shown</a>; <em class='comment'>// Have we shown the fast-reload warning in the past?</em>
|
|
<a id='L46' name='L46'></a> 46 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mark_moves_down.html' title='Multiple used in 6 places.'>mark_moves_down</a>; <em class='comment'>// If TRUE, marking a files moves the cursor down</em>
|
|
<a id='L47' name='L47'></a> 47 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/reverse_files_only.html' title='Multiple used in 5 places.'>reverse_files_only</a>; <em class='comment'>// If TRUE, only selection of files is inverted</em>
|
|
<a id='L48' name='L48'></a> 48 <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 id='L49' name='L49'></a> 49 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L50' name='L50'></a> 50 <a href='../Y/navigate_with_arrows.html' title='Multiple used in 5 places.'>navigate_with_arrows</a>; <em class='comment'>// If TRUE: l&r arrows are used to chdir if the input line is empty</em>
|
|
<a id='L51' name='L51'></a> 51 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/scroll_pages.html' title='Multiple used in 6 places.'>scroll_pages</a>; <em class='comment'>// If TRUE, panel is scrolled by half the display when the cursor</em>
|
|
<a id='L52' name='L52'></a> 52 <em class='comment'>// reaches the end or the beginning of the panel</em>
|
|
<a id='L53' name='L53'></a> 53 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/scroll_center.html' title='Multiple used in 6 places.'>scroll_center</a>; <em class='comment'>// If TRUE, scroll when the cursor hits the middle of the panel</em>
|
|
<a id='L54' name='L54'></a> 54 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mouse_move_pages.html' title='Multiple used in 6 places.'>mouse_move_pages</a>; <em class='comment'>// Scroll page/item using mouse wheel</em>
|
|
<a id='L55' name='L55'></a> 55 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/filetype_mode.html' title='Multiple used in 5 places.'>filetype_mode</a>; <em class='comment'>// If TRUE then add per file type highlighting</em>
|
|
<a id='L56' name='L56'></a> 56 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/permission_mode.html' title='Multiple used in 5 places.'>permission_mode</a>; <em class='comment'>// If TRUE, we use permission highlighting</em>
|
|
<a id='L57' name='L57'></a> 57 <a href='../S/src--setup.h.html#L30' title='Defined at 30 in src/setup.h.'>qsearch_mode_t</a> <a href='../Y/qsearch_mode.html' title='Multiple used in 9 places.'>qsearch_mode</a>; <em class='comment'>// Quick search mode</em>
|
|
<a id='L58' name='L58'></a> 58 <a href='../S/src--filemanager--dir.h.html#L33' title='Defined at 33 in src/filemanager/dir.h.'>select_flags_t</a> <a href='../Y/select_flags.html' title='Multiple used in 7 places.'>select_flags</a>; <em class='comment'>// Select/unselect file flags</em>
|
|
<a id='L59' name='L59'></a> 59 <em class='brace'>}</em> <a href='../R/panels_options_t.html' title='Multiple referred from 2 places.'>panels_options_t</a>;
|
|
<a id='L60' name='L60'></a> 60
|
|
<a id='L61' name='L61'></a> 61 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong> <a href='../R/macro_action_t.html' title='Multiple referred from 7 places.'>macro_action_t</a>
|
|
<a id='L62' name='L62'></a> 62 <em class='brace'>{</em>
|
|
<a id='L63' name='L63'></a> 63 <strong class='reserved'>long</strong> <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>;
|
|
<a id='L64' name='L64'></a> 64 <strong class='reserved'>int</strong> <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a>;
|
|
<a id='L65' name='L65'></a> 65 <em class='brace'>}</em> <a href='../R/macro_action_t.html' title='Multiple referred from 7 places.'>macro_action_t</a>;
|
|
<a id='L66' name='L66'></a> 66
|
|
<a id='L67' name='L67'></a> 67 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong> <a href='../R/macros_t.html' title='Multiple referred from 16 places.'>macros_t</a>
|
|
<a id='L68' name='L68'></a> 68 <em class='brace'>{</em>
|
|
<a id='L69' name='L69'></a> 69 <strong class='reserved'>int</strong> <a href='../Y/hotkey.html' title='Multiple used in 110 places.'>hotkey</a>;
|
|
<a id='L70' name='L70'></a> 70 <a href='../Y/GArray.html' title='Multiple used in 83 places.'>GArray</a> *<a href='../Y/macro.html' title='Multiple used in 18 places.'>macro</a>;
|
|
<a id='L71' name='L71'></a> 71 <em class='brace'>}</em> <a href='../R/macros_t.html' title='Multiple referred from 16 places.'>macros_t</a>;
|
|
<a id='L72' name='L72'></a> 72
|
|
<a id='L73' name='L73'></a> 73 <strong class='reserved'>struct</strong> <a href='../S/lib--filehighlight.h.html#L13' title='Defined at 13 in lib/filehighlight.h.'>mc_fhl_struct</a>;
|
|
<a id='L74' name='L74'></a> 74
|
|
<a id='L75' name='L75'></a> 75 <em class='comment'>/*** global variables defined in .c file *********************************************************/</em>
|
|
<a id='L76' name='L76'></a> 76
|
|
<a id='L77' name='L77'></a> 77 <em class='comment'>/* global parameters */</em>
|
|
<a id='L78' name='L78'></a> 78 <strong class='reserved'>extern</strong> <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 id='L79' name='L79'></a> 79 <strong class='reserved'>extern</strong> <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 id='L80' name='L80'></a> 80 <strong class='reserved'>extern</strong> <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 id='L81' name='L81'></a> 81 <strong class='reserved'>extern</strong> <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 id='L82' name='L82'></a> 82 <strong class='reserved'>extern</strong> <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 id='L83' name='L83'></a> 83 <strong class='reserved'>extern</strong> <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 id='L84' name='L84'></a> 84 <strong class='reserved'>extern</strong> <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 id='L85' name='L85'></a> 85 <strong class='reserved'>extern</strong> <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 id='L86' name='L86'></a> 86 <strong class='reserved'>extern</strong> <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 id='L87' name='L87'></a> 87 <strong class='reserved'>extern</strong> <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 id='L88' name='L88'></a> 88 <strong class='reserved'>extern</strong> <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 id='L89' name='L89'></a> 89 <strong class='reserved'>extern</strong> <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 id='L90' name='L90'></a> 90 <strong class='reserved'>extern</strong> <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 id='L91' name='L91'></a> 91 <strong class='reserved'>extern</strong> <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 id='L92' name='L92'></a> 92 <strong class='reserved'>extern</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/classic_progressbar.html' title='Multiple used in 6 places.'>classic_progressbar</a>;
|
|
<a id='L93' name='L93'></a> 93 <strong class='reserved'>extern</strong> <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 id='L94' name='L94'></a> 94 <strong class='reserved'>extern</strong> <strong class='reserved'>int</strong> <a href='../Y/option_tab_spacing.html' title='Multiple used in 8 places.'>option_tab_spacing</a>;
|
|
<a id='L95' name='L95'></a> 95 <strong class='reserved'>extern</strong> <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 id='L96' name='L96'></a> 96 <strong class='reserved'>extern</strong> <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 id='L97' name='L97'></a> 97 <strong class='reserved'>extern</strong> <strong class='reserved'>int</strong> <a href='../Y/cd_symlinks.html' title='Multiple used in 6 places.'>cd_symlinks</a>;
|
|
<a id='L98' name='L98'></a> 98 <strong class='reserved'>extern</strong> <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 id='L99' name='L99'></a> 99 <strong class='reserved'>extern</strong> <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 id='L100' name='L100'></a> 100 <em class='sharp'>#ifdef</em> <a href='../Y/USE_FILE_CMD.html' title='Multiple used in 8 places.'>USE_FILE_CMD</a>
|
|
<a id='L101' name='L101'></a> 101 <strong class='reserved'>extern</strong> <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 id='L102' name='L102'></a> 102 <em class='sharp'>#endif</em>
|
|
<a id='L103' name='L103'></a> 103 <strong class='reserved'>extern</strong> <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 id='L104' name='L104'></a> 104 <strong class='reserved'>extern</strong> <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 id='L105' name='L105'></a> 105
|
|
<a id='L106' name='L106'></a> 106 <strong class='reserved'>extern</strong> <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>;
|
|
<a id='L107' name='L107'></a> 107
|
|
<a id='L108' name='L108'></a> 108 <strong class='reserved'>extern</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 href='../Y/startup_left_mode.html' title='Multiple used in 8 places.'>startup_left_mode</a>;
|
|
<a id='L109' name='L109'></a> 109 <strong class='reserved'>extern</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 href='../Y/startup_right_mode.html' title='Multiple used in 6 places.'>startup_right_mode</a>;
|
|
<a id='L110' name='L110'></a> 110 <strong class='reserved'>extern</strong> <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 id='L111' name='L111'></a> 111 <strong class='reserved'>extern</strong> <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 id='L112' name='L112'></a> 112 <strong class='reserved'>extern</strong> <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 id='L113' name='L113'></a> 113
|
|
<a id='L114' name='L114'></a> 114 <strong class='reserved'>extern</strong> <strong class='reserved'>int</strong> <a href='../Y/default_source_codepage.html' title='Multiple used in 11 places.'>default_source_codepage</a>;
|
|
<a id='L115' name='L115'></a> 115 <strong class='reserved'>extern</strong> <strong class='reserved'>char</strong> *<a href='../Y/autodetect_codeset.html' title='Multiple used in 7 places.'>autodetect_codeset</a>;
|
|
<a id='L116' name='L116'></a> 116 <strong class='reserved'>extern</strong> <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 id='L117' name='L117'></a> 117
|
|
<a id='L118' name='L118'></a> 118 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_ASPELL.html' title='Multiple used in 14 places.'>HAVE_ASPELL</a>
|
|
<a id='L119' name='L119'></a> 119 <strong class='reserved'>extern</strong> <strong class='reserved'>char</strong> *<a href='../Y/spell_language.html' title='Multiple used in 11 places.'>spell_language</a>;
|
|
<a id='L120' name='L120'></a> 120 <em class='sharp'>#endif</em>
|
|
<a id='L121' name='L121'></a> 121
|
|
<a id='L122' name='L122'></a> 122 <em class='comment'>/* Value of "other_dir" key in ini file */</em>
|
|
<a id='L123' name='L123'></a> 123 <strong class='reserved'>extern</strong> <strong class='reserved'>char</strong> *<a href='../Y/saved_other_dir.html' title='Multiple used in 9 places.'>saved_other_dir</a>;
|
|
<a id='L124' name='L124'></a> 124
|
|
<a id='L125' name='L125'></a> 125 <em class='comment'>/* If set, then print to the given file the last directory we were at */</em>
|
|
<a id='L126' name='L126'></a> 126 <strong class='reserved'>extern</strong> <strong class='reserved'>char</strong> *<a href='../Y/last_wd_str.html' title='Multiple used in 6 places.'>last_wd_str</a>;
|
|
<a id='L127' name='L127'></a> 127
|
|
<a id='L128' name='L128'></a> 128 <strong class='reserved'>extern</strong> <strong class='reserved'>int</strong> <a href='../Y/quit.html' title='Multiple used in 17 places.'>quit</a>;
|
|
<a id='L129' name='L129'></a> 129 <em class='comment'>/* Set to TRUE to suppress printing the last directory */</em>
|
|
<a id='L130' name='L130'></a> 130 <strong class='reserved'>extern</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/print_last_revert.html' title='Multiple used in 4 places.'>print_last_revert</a>;
|
|
<a id='L131' name='L131'></a> 131
|
|
<a id='L132' name='L132'></a> 132 <em class='sharp'>#ifdef</em> <a href='../Y/USE_INTERNAL_EDIT.html' title='Multiple used in 51 places.'>USE_INTERNAL_EDIT</a>
|
|
<a id='L133' name='L133'></a> 133 <em class='comment'>/* index to record_macro_buf[], -1 if not recording a macro */</em>
|
|
<a id='L134' name='L134'></a> 134 <strong class='reserved'>extern</strong> <strong class='reserved'>int</strong> <a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a>;
|
|
<a id='L135' name='L135'></a> 135
|
|
<a id='L136' name='L136'></a> 136 <em class='comment'>/* macro stuff */</em>
|
|
<a id='L137' name='L137'></a> 137 <strong class='reserved'>extern</strong> <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='L138' name='L138'></a> 138
|
|
<a id='L139' name='L139'></a> 139 <strong class='reserved'>extern</strong> <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 id='L140' name='L140'></a> 140 <em class='sharp'>#endif</em>
|
|
<a id='L141' name='L141'></a> 141
|
|
<a id='L142' name='L142'></a> 142 <strong class='reserved'>extern</strong> <strong class='reserved'>int</strong> <a href='../Y/saving_setup.html' title='Multiple used in 5 places.'>saving_setup</a>;
|
|
<a id='L143' name='L143'></a> 143
|
|
<a id='L144' name='L144'></a> 144 <em class='comment'>/*** declarations of public functions ************************************************************/</em>
|
|
<a id='L145' name='L145'></a> 145
|
|
<a id='L146' name='L146'></a> 146 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../S/src--setup.c.html#L829' title='Defined at 829 in src/setup.c.'>setup_init</a> (<strong class='reserved'>void</strong>);
|
|
<a id='L147' name='L147'></a> 147 <strong class='reserved'>void</strong> <a href='../S/src--setup.c.html#L869' title='Defined at 869 in src/setup.c.'>load_setup</a> (<strong class='reserved'>void</strong>);
|
|
<a id='L148' name='L148'></a> 148 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--setup.c.html#L982' title='Defined at 982 in src/setup.c.'>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>);
|
|
<a id='L149' name='L149'></a> 149 <strong class='reserved'>void</strong> <a href='../S/src--setup.c.html#L1041' title='Defined at 1041 in src/setup.c.'>done_setup</a> (<strong class='reserved'>void</strong>);
|
|
<a id='L150' name='L150'></a> 150 <strong class='reserved'>void</strong> <a href='../S/src--setup.c.html#L1077' title='Defined at 1077 in src/setup.c.'>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>);
|
|
<a id='L151' name='L151'></a> 151
|
|
<a id='L152' name='L152'></a> 152 <strong class='reserved'>void</strong> <a href='../S/src--setup.c.html#L1090' title='Defined at 1090 in src/setup.c.'>load_key_defs</a> (<strong class='reserved'>void</strong>);
|
|
<a id='L153' name='L153'></a> 153 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_VFS_FTP.html' title='Multiple used in 26 places.'>ENABLE_VFS_FTP</a>
|
|
<a id='L154' name='L154'></a> 154 <strong class='reserved'>char</strong> *<a href='../S/src--setup.c.html#L1114' title='Defined at 1114 in src/setup.c.'>load_anon_passwd</a> (<strong class='reserved'>void</strong>);
|
|
<a id='L155' name='L155'></a> 155 <em class='sharp'>#endif</em>
|
|
<a id='L156' name='L156'></a> 156
|
|
<a id='L157' name='L157'></a> 157 <strong class='reserved'>void</strong> <a href='../S/src--setup.c.html#L1132' title='Defined at 1132 in src/setup.c.'>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>);
|
|
<a id='L158' name='L158'></a> 158 <strong class='reserved'>void</strong> <a href='../S/src--setup.c.html#L1197' title='Defined at 1197 in src/setup.c.'>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>);
|
|
<a id='L159' name='L159'></a> 159
|
|
<a id='L160' name='L160'></a> 160 <em class='comment'>/*** inline functions ****************************************************************************/</em>
|
|
<a id='L161' name='L161'></a> 161
|
|
<a id='L162' name='L162'></a> 162 <em class='sharp'>#endif</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]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><img class='icon' src='../icons/n_last.png' alt='[last]' /><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='+162 src/setup.h' /> */</em>
|
|
</body>
|
|
</html>
|