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

84 lines
9.7 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/args.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>/args.h</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <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>/args.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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 src/args.h' /> */</em>
<hr />
<h2 class='header'><a href='../J/args.h.html' title='Multiple included from 6 places.'>INCLUDED FROM</a></h2>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='sharp'>#ifndef</em> <a href='../S/src--args.h.html#L2' title='Defined at 2 in src/args.h.'>MC__ARGS_H</a>
<a id='L2' name='L2'></a> 2 <em class='sharp'>#define</em> <a href='../S/src--args.h.html#L1' title='Referred from 1 in src/args.h.'>MC__ARGS_H</a>
<a id='L3' name='L3'></a> 3
<a id='L4' name='L4'></a> 4 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>" <em class='comment'>// gboolean</em>
<a id='L5' name='L5'></a> 5 <em class='sharp'>#include</em> "<a href='lib--vfs--vfs.h.html'>lib/vfs/vfs.h</a>" <em class='comment'>// vfs_path_t</em>
<a id='L6' name='L6'></a> 6
<a id='L7' name='L7'></a> 7 <em class='comment'>/*** typedefs(not structures) and defined constants **********************************************/</em>
<a id='L8' name='L8'></a> 8
<a id='L9' name='L9'></a> 9 <em class='comment'>/*** enums ***************************************************************************************/</em>
<a id='L10' name='L10'></a> 10
<a id='L11' name='L11'></a> 11 <em class='comment'>/*** structures declarations (and typedefs of structures)*****************************************/</em>
<a id='L12' name='L12'></a> 12
<a id='L13' name='L13'></a> 13 <em class='comment'>/*** global variables defined in .c file *********************************************************/</em>
<a id='L14' name='L14'></a> 14
<a id='L15' name='L15'></a> 15 <strong class='reserved'>extern</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mc_args__force_xterm.html' title='Multiple used in 4 places.'>mc_args__force_xterm</a>;
<a id='L16' name='L16'></a> 16 <strong class='reserved'>extern</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mc_args__nomouse.html' title='Multiple used in 4 places.'>mc_args__nomouse</a>;
<a id='L17' name='L17'></a> 17 <strong class='reserved'>extern</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mc_args__force_colors.html' title='Multiple used in 5 places.'>mc_args__force_colors</a>;
<a id='L18' name='L18'></a> 18 <strong class='reserved'>extern</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mc_args__nokeymap.html' title='Multiple used in 4 places.'>mc_args__nokeymap</a>;
<a id='L19' name='L19'></a> 19 <strong class='reserved'>extern</strong> <strong class='reserved'>char</strong> *<a href='../Y/mc_args__last_wd_file.html' title='Multiple used in 6 places.'>mc_args__last_wd_file</a>;
<a id='L20' name='L20'></a> 20 <strong class='reserved'>extern</strong> <strong class='reserved'>char</strong> *<a href='../Y/mc_args__netfs_logfile.html' title='Multiple used in 5 places.'>mc_args__netfs_logfile</a>;
<a id='L21' name='L21'></a> 21 <strong class='reserved'>extern</strong> <strong class='reserved'>char</strong> *<a href='../Y/mc_args__keymap_file.html' title='Multiple used in 4 places.'>mc_args__keymap_file</a>;
<a id='L22' name='L22'></a> 22
<a id='L23' name='L23'></a> 23 <em class='comment'>/*</em>
<a id='L24' name='L24'></a> 24 <em class='comment'> * MC_RUN_FULL: dir for left panel</em>
<a id='L25' name='L25'></a> 25 <em class='comment'> * MC_RUN_EDITOR: list of files to edit</em>
<a id='L26' name='L26'></a> 26 <em class='comment'> * MC_RUN_VIEWER: file to view</em>
<a id='L27' name='L27'></a> 27 <em class='comment'> * MC_RUN_DIFFVIEWER: first file to compare</em>
<a id='L28' name='L28'></a> 28 <em class='comment'> */</em>
<a id='L29' name='L29'></a> 29 <strong class='reserved'>extern</strong> <strong class='reserved'>void</strong> *<a href='../Y/mc_run_param0.html' title='Multiple used in 20 places.'>mc_run_param0</a>;
<a id='L30' name='L30'></a> 30 <em class='comment'>/*</em>
<a id='L31' name='L31'></a> 31 <em class='comment'> * MC_RUN_FULL: dir for right panel</em>
<a id='L32' name='L32'></a> 32 <em class='comment'> * MC_RUN_EDITOR: unused</em>
<a id='L33' name='L33'></a> 33 <em class='comment'> * MC_RUN_VIEWER: unused</em>
<a id='L34' name='L34'></a> 34 <em class='comment'> * MC_RUN_DIFFVIEWER: second file to compare</em>
<a id='L35' name='L35'></a> 35 <em class='comment'> */</em>
<a id='L36' name='L36'></a> 36 <strong class='reserved'>extern</strong> <strong class='reserved'>char</strong> *<a href='../Y/mc_run_param1.html' title='Multiple used in 11 places.'>mc_run_param1</a>;
<a id='L37' name='L37'></a> 37
<a id='L38' name='L38'></a> 38 <em class='comment'>/*** declarations of public functions ************************************************************/</em>
<a id='L39' name='L39'></a> 39
<a id='L40' name='L40'></a> 40 <strong class='reserved'>void</strong> <a href='../S/src--args.c.html#L583' title='Defined at 583 in src/args.c.'>mc_setup_run_mode</a> (<strong class='reserved'>char</strong> **<a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>);
<a id='L41' name='L41'></a> 41 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--args.c.html#L613' title='Defined at 613 in src/args.c.'>mc_args_parse</a> (<strong class='reserved'>int</strong> *<a href='../Y/argc.html' title='Multiple used in 69 places.'>argc</a>, <strong class='reserved'>char</strong> ***<a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/translation_domain.html' title='Multiple used in 5 places.'>translation_domain</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='L42' name='L42'></a> 42 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--args.c.html#L695' title='Defined at 695 in src/args.c.'>mc_args_show_info</a> (<strong class='reserved'>void</strong>);
<a id='L43' name='L43'></a> 43 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--args.c.html#L729' title='Defined at 729 in src/args.c.'>mc_setup_by_args</a> (<strong class='reserved'>int</strong> <a href='../Y/argc.html' title='Multiple used in 69 places.'>argc</a>, <strong class='reserved'>char</strong> **<a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</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='L44' name='L44'></a> 44
<a id='L45' name='L45'></a> 45 <em class='comment'>/*** inline functions ****************************************************************************/</em>
<a id='L46' name='L46'></a> 46
<a id='L47' name='L47'></a> 47 <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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+47 src/args.h' /> */</em>
</body>
</html>