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

1163 lines
195 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/filemanager/ext.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='#L112'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L881'><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>/<a href='../files/src--filemanager.html'>filemanager</a>/ext.c</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>/<a href='../files/src--filemanager.html'>filemanager</a>/ext.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='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 src/filemanager/ext.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L112' title='Defined at 112.'>exec_cleanup_script</a></li>
<li><a href='#L124' title='Defined at 124.'>exec_cleanup_file_name</a></li>
<li><a href='#L144' title='Defined at 144.'>exec_get_file_name</a></li>
<li><a href='#L166' title='Defined at 166.'>exec_expand_format</a></li>
<li><a href='#L185' title='Defined at 185.'>exec_get_export_variables</a></li>
<li><a href='#L230' title='Defined at 230.'>exec_make_shell_string</a></li>
<li><a href='#L363' title='Defined at 363.'>exec_extension_view</a></li>
<li><a href='#L398' title='Defined at 398.'>exec_extension_cd</a></li>
<li><a href='#L420' title='Defined at 420.'>exec_extension</a></li>
<li><a href='#L543' title='Defined at 543.'>get_popen_information</a></li>
<li><a href='#L585' title='Defined at 585.'>get_file_type_local</a></li>
<li><a href='#L607' title='Defined at 607.'>get_file_encoding_local</a></li>
<li><a href='#L644' title='Defined at 644.'>regex_check_type</a></li>
<li><a href='#L768' title='Defined at 768.'>check_old_extension_file</a></li>
<li><a href='#L784' title='Defined at 784.'>load_extension_file</a></li>
<li><a href='#L856' title='Defined at 856.'>flush_extension_file</a></li>
<li><a href='#L881' title='Defined at 881.'>regex_command_for</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'> Extension dependent execution.</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'> Written by:</em>
<a id='L8' name='L8'></a> 8 <em class='comment'> Jakub Jelinek, 1995</em>
<a id='L9' name='L9'></a> 9 <em class='comment'> Miguel de Icaza, 1994</em>
<a id='L10' name='L10'></a> 10 <em class='comment'> Slava Zanko &lt;slavazanko@gmail.com&gt;, 2013</em>
<a id='L11' name='L11'></a> 11 <em class='comment'></em>
<a id='L12' name='L12'></a> 12 <em class='comment'> This file is part of the Midnight Commander.</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 free software: you can redistribute it</em>
<a id='L15' name='L15'></a> 15 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L16' name='L16'></a> 16 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L17' name='L17'></a> 17 <em class='comment'> or (at your option) any later version.</em>
<a id='L18' name='L18'></a> 18 <em class='comment'></em>
<a id='L19' name='L19'></a> 19 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L20' name='L20'></a> 20 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L21' name='L21'></a> 21 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L22' name='L22'></a> 22 <em class='comment'> GNU General Public License for more details.</em>
<a id='L23' name='L23'></a> 23 <em class='comment'></em>
<a id='L24' name='L24'></a> 24 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L25' name='L25'></a> 25 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L26' name='L26'></a> 26 <em class='comment'> */</em>
<a id='L27' name='L27'></a> 27
<a id='L28' name='L28'></a> 28 <em class='comment'>/** \file ext.c</em>
<a id='L29' name='L29'></a> 29 <em class='comment'> * \brief Source: extension dependent execution</em>
<a id='L30' name='L30'></a> 30 <em class='comment'> */</em>
<a id='L31' name='L31'></a> 31
<a id='L32' name='L32'></a> 32 <em class='sharp'>#include</em> &lt;config.h&gt;
<a id='L33' name='L33'></a> 33
<a id='L34' name='L34'></a> 34 <em class='sharp'>#include</em> &lt;ctype.h&gt;
<a id='L35' name='L35'></a> 35 <em class='sharp'>#include</em> &lt;stdlib.h&gt;
<a id='L36' name='L36'></a> 36 <em class='sharp'>#include</em> &lt;stdio.h&gt;
<a id='L37' name='L37'></a> 37 <em class='sharp'>#include</em> &lt;string.h&gt;
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> &lt;unistd.h&gt;
<a id='L39' name='L39'></a> 39
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L41' name='L41'></a> 41 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>"
<a id='L42' name='L42'></a> 42 <em class='sharp'>#include</em> "<a href='lib--search.h.html'>lib/search.h</a>"
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> "<a href='lib--fileloc.h.html'>lib/fileloc.h</a>"
<a id='L44' name='L44'></a> 44 <em class='sharp'>#include</em> "<a href='lib--mcconfig.h.html'>lib/mcconfig.h</a>"
<a id='L45' name='L45'></a> 45 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>"
<a id='L46' name='L46'></a> 46 <em class='sharp'>#include</em> "<a href='lib--vfs--vfs.h.html'>lib/vfs/vfs.h</a>"
<a id='L47' name='L47'></a> 47 <em class='sharp'>#include</em> "<a href='lib--widget.h.html'>lib/widget.h</a>"
<a id='L48' name='L48'></a> 48 <em class='sharp'>#include</em> "<a href='lib--charsets.h.html'>lib/charsets.h</a>" <em class='comment'>// get_codepage_index</em>
<a id='L49' name='L49'></a> 49
<a id='L50' name='L50'></a> 50 <em class='sharp'>#ifdef</em> <a href='../Y/USE_FILE_CMD.html' title='Multiple used in 8 places.'>USE_FILE_CMD</a>
<a id='L51' name='L51'></a> 51 <em class='sharp'>#include</em> "<a href='src--setup.h.html'>src/setup.h</a>" <em class='comment'>// use_file_to_check_type</em>
<a id='L52' name='L52'></a> 52 <em class='sharp'>#endif</em>
<a id='L53' name='L53'></a> 53 <em class='sharp'>#include</em> "<a href='src--execute.h.html'>src/execute.h</a>"
<a id='L54' name='L54'></a> 54 <em class='sharp'>#include</em> "<a href='../I/history.h.html'>src/history.h</a>"
<a id='L55' name='L55'></a> 55 <em class='sharp'>#include</em> "<a href='src--usermenu.h.html'>src/usermenu.h</a>"
<a id='L56' name='L56'></a> 56
<a id='L57' name='L57'></a> 57 <em class='sharp'>#include</em> "<a href='src--consaver--cons.saver.h.html'>src/consaver/cons.saver.h</a>"
<a id='L58' name='L58'></a> 58 <em class='sharp'>#include</em> "<a href='src--viewer--mcviewer.h.html'>src/viewer/mcviewer.h</a>"
<a id='L59' name='L59'></a> 59 <em class='sharp'>#include</em> "<a href='src--selcodepage.h.html'>src/selcodepage.h</a>" <em class='comment'>// do_set_codepage</em>
<a id='L60' name='L60'></a> 60 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>src/util.h</a>" <em class='comment'>// file_error_message()</em>
<a id='L61' name='L61'></a> 61
<a id='L62' name='L62'></a> 62 <em class='sharp'>#include</em> "<a href='src--filemanager--filemanager.h.html'>filemanager.h</a>" <em class='comment'>// current_panel</em>
<a id='L63' name='L63'></a> 63 <em class='sharp'>#include</em> "<a href='src--filemanager--panel.h.html'>panel.h</a>" <em class='comment'>// panel_cd</em>
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <em class='sharp'>#include</em> "<a href='src--filemanager--ext.h.html'>ext.h</a>"
<a id='L66' name='L66'></a> 66
<a id='L67' name='L67'></a> 67 <em class='comment'>/*** global variables ****************************************************************************/</em>
<a id='L68' name='L68'></a> 68
<a id='L69' name='L69'></a> 69 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
<a id='L70' name='L70'></a> 70
<a id='L71' name='L71'></a> 71 <em class='sharp'>#ifdef</em> <a href='../Y/USE_FILE_CMD.html' title='Multiple used in 8 places.'>USE_FILE_CMD</a>
<a id='L72' name='L72'></a> 72 <em class='sharp'>#ifdef</em> <a href='../Y/FILE_B.html' title='Multiple used in 3 places.'>FILE_B</a>
<a id='L73' name='L73'></a> 73 <em class='sharp'>#define</em> <a href='../S/src--filemanager--ext.c.html#L593' title='Referred from 593 in src/filemanager/ext.c.'>FILE_CMD</a> "file -z " <a href='../Y/FILE_B.html' title='Multiple used in 3 places.'>FILE_B</a> <a href='../Y/FILE_S.html' title='Multiple used in 2 places.'>FILE_S</a> <a href='../Y/FILE_L.html' title='Multiple used in 2 places.'>FILE_L</a>
<a id='L74' name='L74'></a> 74 <em class='sharp'>#else</em>
<a id='L75' name='L75'></a> 75 <em class='sharp'>#define</em> <a href='../S/src--filemanager--ext.c.html#L593' title='Referred from 593 in src/filemanager/ext.c.'>FILE_CMD</a> "file -z " <a href='../Y/FILE_S.html' title='Multiple used in 2 places.'>FILE_S</a> <a href='../Y/FILE_L.html' title='Multiple used in 2 places.'>FILE_L</a>
<a id='L76' name='L76'></a> 76 <em class='sharp'>#endif</em>
<a id='L77' name='L77'></a> 77 <em class='sharp'>#endif</em>
<a id='L78' name='L78'></a> 78
<a id='L79' name='L79'></a> 79 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
<a id='L80' name='L80'></a> 80
<a id='L81' name='L81'></a> 81 <strong class='reserved'>typedef</strong> <strong class='reserved'>char</strong> *(*<a href='../Y/quote_func_t.html' title='Multiple used in 2 places.'>quote_func_t</a>) (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/quote_percent.html' title='Multiple used in 7 places.'>quote_percent</a>);
<a id='L82' name='L82'></a> 82
<a id='L83' name='L83'></a> 83 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
<a id='L84' name='L84'></a> 84
<a id='L85' name='L85'></a> 85 <em class='comment'>/*** file scope variables ************************************************************************/</em>
<a id='L86' name='L86'></a> 86
<a id='L87' name='L87'></a> 87 <em class='comment'>/* This variable points to a copy of the mc.ext file in memory</em>
<a id='L88' name='L88'></a> 88 <em class='comment'> * With this we avoid loading/parsing the file each time we</em>
<a id='L89' name='L89'></a> 89 <em class='comment'> * need it</em>
<a id='L90' name='L90'></a> 90 <em class='comment'> */</em>
<a id='L91' name='L91'></a> 91 <strong class='reserved'>static</strong> <a href='../D/mc_config_t.html' title='Multiple defined in 2 places.'>mc_config_t</a> *<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L92' name='L92'></a> 92 <strong class='reserved'>static</strong> <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> **<a href='../Y/ext_ini_groups.html' title='Multiple used in 6 places.'>ext_ini_groups</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L93' name='L93'></a> 93 <strong class='reserved'>static</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L94' name='L94'></a> 94 <strong class='reserved'>static</strong> <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#L86' title='Defined at 86 in lib/global.h.'>BUF_1K</a>];
<a id='L95' name='L95'></a> 95
<a id='L96' name='L96'></a> 96 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *<a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L97' name='L97'></a> 97 <strong class='reserved'>static</strong> <a href='../Y/time_t.html' title='Multiple used in 35 places.'>time_t</a> <a href='../Y/localmtime.html' title='Multiple used in 4 places.'>localmtime</a> = 0;
<a id='L98' name='L98'></a> 98 <strong class='reserved'>static</strong> <a href='../Y/quote_func_t.html' title='Multiple used in 2 places.'>quote_func_t</a> <a href='../Y/quote_func.html' title='Multiple used in 17 places.'>quote_func</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a>;
<a id='L99' name='L99'></a> 99 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/run_view.html' title='Multiple used in 9 places.'>run_view</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L100' name='L100'></a> 100 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/is_cd.html' title='Multiple used in 13 places.'>is_cd</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L101' name='L101'></a> 101 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/written_nonspace.html' title='Multiple used in 7 places.'>written_nonspace</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L102' name='L102'></a> 102 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/do_local_copy.html' title='Multiple used in 4 places.'>do_local_copy</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L103' name='L103'></a> 103
<a id='L104' name='L104'></a> 104 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/descr_group.html' title='Multiple used in 3 places.'>descr_group</a> = "mc.ext.ini";
<a id='L105' name='L105'></a> 105 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/default_group.html' title='Multiple used in 4 places.'>default_group</a> = "Default";
<a id='L106' name='L106'></a> 106
<a id='L107' name='L107'></a> 107 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L108' name='L108'></a> 108 <em class='comment'>/*** file scope functions ************************************************************************/</em>
<a id='L109' name='L109'></a> 109 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L110' name='L110'></a> 110
<a id='L111' name='L111'></a> 111 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L112' name='L112'></a> 112 <a href='../R/exec_cleanup_script.html' title='Multiple referred from 2 places.'>exec_cleanup_script</a> (<a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L124'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+112 src/filemanager/ext.c' /> */</em>
<a id='L113' name='L113'></a> 113 <em class='brace'>{</em>
<a id='L114' name='L114'></a> 114 <strong class='reserved'>if</strong> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L115' name='L115'></a> 115 <em class='brace'>{</em>
<a id='L116' name='L116'></a> 116 (<strong class='reserved'>void</strong>) <a href='../Y/mc_unlink.html' title='Multiple used in 14 places.'>mc_unlink</a> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>);
<a id='L117' name='L117'></a> 117 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L118' name='L118'></a> 118 <em class='brace'>}</em>
<a id='L119' name='L119'></a> 119 <em class='brace'>}</em>
<a id='L120' name='L120'></a> 120
<a id='L121' name='L121'></a> 121 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L122' name='L122'></a> 122
<a id='L123' name='L123'></a> 123 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L124' name='L124'></a> 124 <a href='../R/exec_cleanup_file_name.html' title='Multiple referred from 2 places.'>exec_cleanup_file_name</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/has_changed.html' title='Multiple used in 19 places.'>has_changed</a>)
<em class='comment'>/* <a href='#L112'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L144'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+124 src/filemanager/ext.c' /> */</em>
<a id='L125' name='L125'></a> 125 <em class='brace'>{</em>
<a id='L126' name='L126'></a> 126 <strong class='reserved'>if</strong> (<a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L127' name='L127'></a> 127 <strong class='reserved'>return</strong>;
<a id='L128' name='L128'></a> 128
<a id='L129' name='L129'></a> 129 <strong class='reserved'>if</strong> (<a href='../Y/has_changed.html' title='Multiple used in 19 places.'>has_changed</a>)
<a id='L130' name='L130'></a> 130 <em class='brace'>{</em>
<a id='L131' name='L131'></a> 131 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>;
<a id='L132' name='L132'></a> 132
<a id='L133' name='L133'></a> 133 <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a>, &amp;<a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>);
<a id='L134' name='L134'></a> 134 <a href='../Y/has_changed.html' title='Multiple used in 19 places.'>has_changed</a> = <a href='../Y/localmtime.html' title='Multiple used in 4 places.'>localmtime</a> != <a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>;
<a id='L135' name='L135'></a> 135 <em class='brace'>}</em>
<a id='L136' name='L136'></a> 136 <a href='../D/mc_ungetlocalcopy.html' title='Multiple defined in 2 places.'>mc_ungetlocalcopy</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a>, <a href='../Y/has_changed.html' title='Multiple used in 19 places.'>has_changed</a>);
<a id='L137' name='L137'></a> 137 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L138' name='L138'></a> 138 <a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L139' name='L139'></a> 139 <em class='brace'>}</em>
<a id='L140' name='L140'></a> 140
<a id='L141' name='L141'></a> 141 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L142' name='L142'></a> 142
<a id='L143' name='L143'></a> 143 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *
<a id='L144' name='L144'></a> 144 <a href='../R/exec_get_file_name.html' title='Multiple referred from 2 places.'>exec_get_file_name</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>)
<em class='comment'>/* <a href='#L124'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L166'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+144 src/filemanager/ext.c' /> */</em>
<a id='L145' name='L145'></a> 145 <em class='brace'>{</em>
<a id='L146' name='L146'></a> 146 <strong class='reserved'>if</strong> (!<a href='../Y/do_local_copy.html' title='Multiple used in 4 places.'>do_local_copy</a>)
<a id='L147' name='L147'></a> 147 <strong class='reserved'>return</strong> <a href='../Y/quote_func.html' title='Multiple used in 17 places.'>quote_func</a> (<a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>), <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L148' name='L148'></a> 148
<a id='L149' name='L149'></a> 149 <strong class='reserved'>if</strong> (<a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L150' name='L150'></a> 150 <em class='brace'>{</em>
<a id='L151' name='L151'></a> 151 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>;
<a id='L152' name='L152'></a> 152 <a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a> = <a href='../S/tests--src--execute__common.c.html#L111' title='Defined at 111 in tests/src/execute__common.c.'>mc_getlocalcopy</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L153' name='L153'></a> 153 <strong class='reserved'>if</strong> (<a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L154' name='L154'></a> 154 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L155' name='L155'></a> 155
<a id='L156' name='L156'></a> 156 <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a>, &amp;<a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>);
<a id='L157' name='L157'></a> 157 <a href='../Y/localmtime.html' title='Multiple used in 4 places.'>localmtime</a> = <a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>;
<a id='L158' name='L158'></a> 158 <em class='brace'>}</em>
<a id='L159' name='L159'></a> 159
<a id='L160' name='L160'></a> 160 <strong class='reserved'>return</strong> <a href='../Y/quote_func.html' title='Multiple used in 17 places.'>quote_func</a> (<a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/localfilecopy_vpath.html' title='Multiple used in 11 places.'>localfilecopy_vpath</a>), <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L161' name='L161'></a> 161 <em class='brace'>}</em>
<a id='L162' name='L162'></a> 162
<a id='L163' name='L163'></a> 163 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L164' name='L164'></a> 164
<a id='L165' name='L165'></a> 165 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *
<a id='L166' name='L166'></a> 166 <a href='../S/src--filemanager--ext.c.html#L215' title='Referred from 215 in src/filemanager/ext.c.'>exec_expand_format</a> (<strong class='reserved'>char</strong> <a href='../Y/symbol.html' title='Multiple used in 4 places.'>symbol</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/is_result_quoted.html' title='Multiple used in 4 places.'>is_result_quoted</a>)
<em class='comment'>/* <a href='#L144'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L185'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+166 src/filemanager/ext.c' /> */</em>
<a id='L167' name='L167'></a> 167 <em class='brace'>{</em>
<a id='L168' name='L168'></a> 168 <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L169' name='L169'></a> 169
<a id='L170' name='L170'></a> 170 <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../S/src--usermenu.c.html#L798' title='Defined at 798 in src/usermenu.c.'>expand_format</a> (<a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/symbol.html' title='Multiple used in 4 places.'>symbol</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L171' name='L171'></a> 171 <strong class='reserved'>if</strong> (<a href='../Y/is_result_quoted.html' title='Multiple used in 4 places.'>is_result_quoted</a> &amp;&amp; <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L172' name='L172'></a> 172 <em class='brace'>{</em>
<a id='L173' name='L173'></a> 173 <strong class='reserved'>char</strong> *<a href='../Y/quoted_text.html' title='Multiple used in 8 places.'>quoted_text</a>;
<a id='L174' name='L174'></a> 174
<a id='L175' name='L175'></a> 175 <a href='../Y/quoted_text.html' title='Multiple used in 8 places.'>quoted_text</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> ("\"%s\"", <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L176' name='L176'></a> 176 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L177' name='L177'></a> 177 <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/quoted_text.html' title='Multiple used in 8 places.'>quoted_text</a>;
<a id='L178' name='L178'></a> 178 <em class='brace'>}</em>
<a id='L179' name='L179'></a> 179 <strong class='reserved'>return</strong> <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L180' name='L180'></a> 180 <em class='brace'>}</em>
<a id='L181' name='L181'></a> 181
<a id='L182' name='L182'></a> 182 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L183' name='L183'></a> 183
<a id='L184' name='L184'></a> 184 <strong class='reserved'>static</strong> <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *
<a id='L185' name='L185'></a> 185 <a href='../R/exec_get_export_variables.html' title='Multiple referred from 2 places.'>exec_get_export_variables</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>)
<em class='comment'>/* <a href='#L166'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L230'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+185 src/filemanager/ext.c' /> */</em>
<a id='L186' name='L186'></a> 186 <em class='brace'>{</em>
<a id='L187' name='L187'></a> 187 <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L188' name='L188'></a> 188 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/export_vars_string.html' title='Multiple used in 5 places.'>export_vars_string</a>;
<a id='L189' name='L189'></a> 189 <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='L190' name='L190'></a> 190
<a id='L191' name='L191'></a> 191 <strong class='reserved'>struct</strong>
<a id='L192' name='L192'></a> 192 <em class='brace'>{</em>
<a id='L193' name='L193'></a> 193 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> <a href='../Y/symbol.html' title='Multiple used in 4 places.'>symbol</a>;
<a id='L194' name='L194'></a> 194 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>;
<a id='L195' name='L195'></a> 195 <strong class='reserved'>const</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/is_result_quoted.html' title='Multiple used in 4 places.'>is_result_quoted</a>;
<a id='L196' name='L196'></a> 196 <em class='brace'>}</em> <a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>[] = <em class='brace'>{</em>
<a id='L197' name='L197'></a> 197 <em class='brace'>{</em> 'p', "MC_EXT_BASENAME", <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a> <em class='brace'>}</em>,
<a id='L198' name='L198'></a> 198 <em class='brace'>{</em> 'd', "MC_EXT_CURRENTDIR", <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a> <em class='brace'>}</em>,
<a id='L199' name='L199'></a> 199 <em class='brace'>{</em> 's', "MC_EXT_SELECTED", <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a> <em class='brace'>}</em>,
<a id='L200' name='L200'></a> 200 <em class='brace'>{</em> 't', "MC_EXT_ONLYTAGGED", <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a> <em class='brace'>}</em>,
<a id='L201' name='L201'></a> 201 <em class='brace'>{</em> '\0', <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a> <em class='brace'>}</em>,
<a id='L202' name='L202'></a> 202 <em class='brace'>}</em>;
<a id='L203' name='L203'></a> 203
<a id='L204' name='L204'></a> 204 <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../S/src--filemanager--ext.c.html#L144' title='Defined at 144 in src/filemanager/ext.c.'>exec_get_file_name</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L205' name='L205'></a> 205 <strong class='reserved'>if</strong> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L206' name='L206'></a> 206 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L207' name='L207'></a> 207
<a id='L208' name='L208'></a> 208 <a href='../Y/export_vars_string.html' title='Multiple used in 5 places.'>export_vars_string</a> = <a href='../Y/g_string_new.html' title='Multiple used in 67 places.'>g_string_new</a> ("MC_EXT_FILENAME=");
<a id='L209' name='L209'></a> 209 <a href='../Y/g_string_append_printf.html' title='Multiple used in 6 places.'>g_string_append_printf</a> (<a href='../Y/export_vars_string.html' title='Multiple used in 5 places.'>export_vars_string</a>, "%s\nexport MC_EXT_FILENAME\n", <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L210' name='L210'></a> 210 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L211' name='L211'></a> 211
<a id='L212' name='L212'></a> 212 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/name.html' title='Multiple used in 625 places.'>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='L213' name='L213'></a> 213 <em class='brace'>{</em>
<a id='L214' name='L214'></a> 214 <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> =
<a id='L215' name='L215'></a> 215 <a href='../S/src--filemanager--ext.c.html#L166' title='Defined at 166 in src/filemanager/ext.c.'>exec_expand_format</a> (<a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/symbol.html' title='Multiple used in 4 places.'>symbol</a>, <a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/is_result_quoted.html' title='Multiple used in 4 places.'>is_result_quoted</a>);
<a id='L216' name='L216'></a> 216 <strong class='reserved'>if</strong> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L217' name='L217'></a> 217 <em class='brace'>{</em>
<a id='L218' name='L218'></a> 218 <a href='../Y/g_string_append_printf.html' title='Multiple used in 6 places.'>g_string_append_printf</a> (<a href='../Y/export_vars_string.html' title='Multiple used in 5 places.'>export_vars_string</a>, "%s=%s\nexport %s\n",
<a id='L219' name='L219'></a> 219 <a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>, <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>);
<a id='L220' name='L220'></a> 220 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L221' name='L221'></a> 221 <em class='brace'>}</em>
<a id='L222' name='L222'></a> 222 <em class='brace'>}</em>
<a id='L223' name='L223'></a> 223
<a id='L224' name='L224'></a> 224 <strong class='reserved'>return</strong> <a href='../Y/export_vars_string.html' title='Multiple used in 5 places.'>export_vars_string</a>;
<a id='L225' name='L225'></a> 225 <em class='brace'>}</em>
<a id='L226' name='L226'></a> 226
<a id='L227' name='L227'></a> 227 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L228' name='L228'></a> 228
<a id='L229' name='L229'></a> 229 <strong class='reserved'>static</strong> <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *
<a id='L230' name='L230'></a> 230 <a href='../S/src--filemanager--ext.c.html#L439' title='Referred from 439 in src/filemanager/ext.c.'>exec_make_shell_string</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>)
<em class='comment'>/* <a href='#L185'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L363'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+230 src/filemanager/ext.c' /> */</em>
<a id='L231' name='L231'></a> 231 <em class='brace'>{</em>
<a id='L232' name='L232'></a> 232 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>;
<a id='L233' name='L233'></a> 233 <strong class='reserved'>char</strong> <a href='../Y/lc_prompt.html' title='Multiple used in 14 places.'>lc_prompt</a>[80] = "\0";
<a id='L234' name='L234'></a> 234 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/parameter_found.html' title='Multiple used in 4 places.'>parameter_found</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L235' name='L235'></a> 235 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/expand_prefix_found.html' title='Multiple used in 8 places.'>expand_prefix_found</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L236' name='L236'></a> 236
<a id='L237' name='L237'></a> 237 <a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a> = <a href='../Y/g_string_new.html' title='Multiple used in 67 places.'>g_string_new</a> ("");
<a id='L238' name='L238'></a> 238
<a id='L239' name='L239'></a> 239 <strong class='reserved'>for</strong> (; *<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> != '\0' &amp;&amp; *<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> != '\n'; <a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>++)
<a id='L240' name='L240'></a> 240 <em class='brace'>{</em>
<a id='L241' name='L241'></a> 241 <strong class='reserved'>if</strong> (<a href='../Y/parameter_found.html' title='Multiple used in 4 places.'>parameter_found</a>)
<a id='L242' name='L242'></a> 242 <em class='brace'>{</em>
<a id='L243' name='L243'></a> 243 <strong class='reserved'>if</strong> (*<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> == '}')
<a id='L244' name='L244'></a> 244 <em class='brace'>{</em>
<a id='L245' name='L245'></a> 245 <strong class='reserved'>char</strong> *<a href='../Y/parameter.html' title='Multiple used in 25 places.'>parameter</a>;
<a id='L246' name='L246'></a> 246
<a id='L247' name='L247'></a> 247 <a href='../Y/parameter_found.html' title='Multiple used in 4 places.'>parameter_found</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L248' name='L248'></a> 248 <a href='../Y/parameter.html' title='Multiple used in 25 places.'>parameter</a> = <a href='../S/lib--widget--wtools.c.html#L473' title='Defined at 473 in lib/widget/wtools.c.'>input_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Parameter"), <a href='../Y/lc_prompt.html' title='Multiple used in 14 places.'>lc_prompt</a>, <a href='../S/src--history.h.html#L43' title='Defined at 43 in src/history.h.'>MC_HISTORY_EXT_PARAMETER</a>, "",
<a id='L249' name='L249'></a> 249 <a href='../S/lib--widget--input.h.html#L32' title='Defined at 32 in lib/widget/input.h.'>INPUT_COMPLETE_NONE</a>);
<a id='L250' name='L250'></a> 250 <strong class='reserved'>if</strong> (<a href='../Y/parameter.html' title='Multiple used in 25 places.'>parameter</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L251' name='L251'></a> 251 <em class='brace'>{</em>
<a id='L252' name='L252'></a> 252 <em class='comment'>// User canceled</em>
<a id='L253' name='L253'></a> 253 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L254' name='L254'></a> 254 <a href='../S/src--filemanager--ext.c.html#L124' title='Defined at 124 in src/filemanager/ext.c.'>exec_cleanup_file_name</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L255' name='L255'></a> 255 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L256' name='L256'></a> 256 <em class='brace'>}</em>
<a id='L257' name='L257'></a> 257 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, <a href='../Y/parameter.html' title='Multiple used in 25 places.'>parameter</a>);
<a id='L258' name='L258'></a> 258 <a href='../Y/written_nonspace.html' title='Multiple used in 7 places.'>written_nonspace</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L259' name='L259'></a> 259 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/parameter.html' title='Multiple used in 25 places.'>parameter</a>);
<a id='L260' name='L260'></a> 260 <em class='brace'>}</em>
<a id='L261' name='L261'></a> 261 <strong class='reserved'>else</strong>
<a id='L262' name='L262'></a> 262 <em class='brace'>{</em>
<a id='L263' name='L263'></a> 263 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = <a href='../Y/strlen.html' title='Multiple used in 193 places.'>strlen</a> (<a href='../Y/lc_prompt.html' title='Multiple used in 14 places.'>lc_prompt</a>);
<a id='L264' name='L264'></a> 264
<a id='L265' name='L265'></a> 265 <strong class='reserved'>if</strong> (<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> &lt; <strong class='reserved'>sizeof</strong> (<a href='../Y/lc_prompt.html' title='Multiple used in 14 places.'>lc_prompt</a>) - 1)
<a id='L266' name='L266'></a> 266 <em class='brace'>{</em>
<a id='L267' name='L267'></a> 267 <a href='../Y/lc_prompt.html' title='Multiple used in 14 places.'>lc_prompt</a>[<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>] = *<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>;
<a id='L268' name='L268'></a> 268 <a href='../Y/lc_prompt.html' title='Multiple used in 14 places.'>lc_prompt</a>[<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> + 1] = '\0';
<a id='L269' name='L269'></a> 269 <em class='brace'>}</em>
<a id='L270' name='L270'></a> 270 <em class='brace'>}</em>
<a id='L271' name='L271'></a> 271 <em class='brace'>}</em>
<a id='L272' name='L272'></a> 272 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/expand_prefix_found.html' title='Multiple used in 8 places.'>expand_prefix_found</a>)
<a id='L273' name='L273'></a> 273 <em class='brace'>{</em>
<a id='L274' name='L274'></a> 274 <a href='../Y/expand_prefix_found.html' title='Multiple used in 8 places.'>expand_prefix_found</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L275' name='L275'></a> 275 <strong class='reserved'>if</strong> (*<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> == '{')
<a id='L276' name='L276'></a> 276 <a href='../Y/parameter_found.html' title='Multiple used in 4 places.'>parameter_found</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L277' name='L277'></a> 277 <strong class='reserved'>else</strong>
<a id='L278' name='L278'></a> 278 <em class='brace'>{</em>
<a id='L279' name='L279'></a> 279 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L280' name='L280'></a> 280
<a id='L281' name='L281'></a> 281 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../S/src--usermenu.c.html#L699' title='Defined at 699 in src/usermenu.c.'>check_format_view</a> (<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>);
<a id='L282' name='L282'></a> 282 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0)
<a id='L283' name='L283'></a> 283 <em class='brace'>{</em>
<a id='L284' name='L284'></a> 284 <a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> += <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - 1;
<a id='L285' name='L285'></a> 285 <a href='../Y/run_view.html' title='Multiple used in 9 places.'>run_view</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L286' name='L286'></a> 286 <em class='brace'>}</em>
<a id='L287' name='L287'></a> 287 <strong class='reserved'>else</strong>
<a id='L288' name='L288'></a> 288 <em class='brace'>{</em>
<a id='L289' name='L289'></a> 289 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../S/src--usermenu.c.html#L742' title='Defined at 742 in src/usermenu.c.'>check_format_cd</a> (<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>);
<a id='L290' name='L290'></a> 290 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt; 0)
<a id='L291' name='L291'></a> 291 <em class='brace'>{</em>
<a id='L292' name='L292'></a> 292 <a href='../Y/is_cd.html' title='Multiple used in 13 places.'>is_cd</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L293' name='L293'></a> 293 <a href='../Y/quote_func.html' title='Multiple used in 17 places.'>quote_func</a> = <a href='../S/lib--util.c.html#L286' title='Defined at 286 in lib/util.c.'>fake_name_quote</a>;
<a id='L294' name='L294'></a> 294 <a href='../Y/do_local_copy.html' title='Multiple used in 4 places.'>do_local_copy</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L295' name='L295'></a> 295 <a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a> = <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>;
<a id='L296' name='L296'></a> 296 <a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> += <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - 1;
<a id='L297' name='L297'></a> 297 <em class='brace'>}</em>
<a id='L298' name='L298'></a> 298 <strong class='reserved'>else</strong>
<a id='L299' name='L299'></a> 299 <em class='brace'>{</em>
<a id='L300' name='L300'></a> 300 <strong class='reserved'>char</strong> *<a href='../Y/v.html' title='Multiple used in 92 places.'>v</a>;
<a id='L301' name='L301'></a> 301
<a id='L302' name='L302'></a> 302 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../S/src--usermenu.c.html#L753' title='Defined at 753 in src/usermenu.c.'>check_format_var</a> (<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>, &amp;<a href='../Y/v.html' title='Multiple used in 92 places.'>v</a>);
<a id='L303' name='L303'></a> 303 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt; 0)
<a id='L304' name='L304'></a> 304 <em class='brace'>{</em>
<a id='L305' name='L305'></a> 305 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, <a href='../Y/v.html' title='Multiple used in 92 places.'>v</a>);
<a id='L306' name='L306'></a> 306 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/v.html' title='Multiple used in 92 places.'>v</a>);
<a id='L307' name='L307'></a> 307 <a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> += <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L308' name='L308'></a> 308 <em class='brace'>}</em>
<a id='L309' name='L309'></a> 309 <strong class='reserved'>else</strong>
<a id='L310' name='L310'></a> 310 <em class='brace'>{</em>
<a id='L311' name='L311'></a> 311 <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L312' name='L312'></a> 312
<a id='L313' name='L313'></a> 313 <strong class='reserved'>if</strong> (*<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> != 'f')
<a id='L314' name='L314'></a> 314 <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../S/src--usermenu.c.html#L798' title='Defined at 798 in src/usermenu.c.'>expand_format</a> (<a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, *<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>, !<a href='../Y/is_cd.html' title='Multiple used in 13 places.'>is_cd</a>);
<a id='L315' name='L315'></a> 315 <strong class='reserved'>else</strong>
<a id='L316' name='L316'></a> 316 <em class='brace'>{</em>
<a id='L317' name='L317'></a> 317 <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../S/src--filemanager--ext.c.html#L144' title='Defined at 144 in src/filemanager/ext.c.'>exec_get_file_name</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L318' name='L318'></a> 318 <strong class='reserved'>if</strong> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L319' name='L319'></a> 319 <em class='brace'>{</em>
<a id='L320' name='L320'></a> 320 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L321' name='L321'></a> 321 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L322' name='L322'></a> 322 <em class='brace'>}</em>
<a id='L323' name='L323'></a> 323 <em class='brace'>}</em>
<a id='L324' name='L324'></a> 324
<a id='L325' name='L325'></a> 325 <strong class='reserved'>if</strong> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L326' name='L326'></a> 326 <em class='brace'>{</em>
<a id='L327' name='L327'></a> 327 <strong class='reserved'>if</strong> (!<a href='../Y/is_cd.html' title='Multiple used in 13 places.'>is_cd</a>)
<a id='L328' name='L328'></a> 328 <a href='../Y/g_string_append.html' title='Multiple used in 100 places.'>g_string_append</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L329' name='L329'></a> 329 <strong class='reserved'>else</strong>
<a id='L330' name='L330'></a> 330 <em class='brace'>{</em>
<a id='L331' name='L331'></a> 331 <a href='../Y/strcpy.html' title='Multiple used in 27 places.'>strcpy</a> (<a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a>, <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L332' name='L332'></a> 332 <a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a> = <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a>, '\0');
<a id='L333' name='L333'></a> 333 <em class='brace'>}</em>
<a id='L334' name='L334'></a> 334
<a id='L335' name='L335'></a> 335 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L336' name='L336'></a> 336 <em class='brace'>}</em>
<a id='L337' name='L337'></a> 337
<a id='L338' name='L338'></a> 338 <a href='../Y/written_nonspace.html' title='Multiple used in 7 places.'>written_nonspace</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L339' name='L339'></a> 339 <em class='brace'>}</em>
<a id='L340' name='L340'></a> 340 <em class='brace'>}</em>
<a id='L341' name='L341'></a> 341 <em class='brace'>}</em>
<a id='L342' name='L342'></a> 342 <em class='brace'>}</em>
<a id='L343' name='L343'></a> 343 <em class='brace'>}</em>
<a id='L344' name='L344'></a> 344 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (*<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a> == '%')
<a id='L345' name='L345'></a> 345 <a href='../Y/expand_prefix_found.html' title='Multiple used in 8 places.'>expand_prefix_found</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L346' name='L346'></a> 346 <strong class='reserved'>else</strong>
<a id='L347' name='L347'></a> 347 <em class='brace'>{</em>
<a id='L348' name='L348'></a> 348 <strong class='reserved'>if</strong> (!<a href='../S/lib--util.h.html#L48' title='Defined at 48 in lib/util.h.'>whitespace</a> (*<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>))
<a id='L349' name='L349'></a> 349 <a href='../Y/written_nonspace.html' title='Multiple used in 7 places.'>written_nonspace</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L350' name='L350'></a> 350 <strong class='reserved'>if</strong> (<a href='../Y/is_cd.html' title='Multiple used in 13 places.'>is_cd</a>)
<a id='L351' name='L351'></a> 351 *(<a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a>++) = *<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>;
<a id='L352' name='L352'></a> 352 <strong class='reserved'>else</strong>
<a id='L353' name='L353'></a> 353 <a href='../Y/g_string_append_c.html' title='Multiple used in 120 places.'>g_string_append_c</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, *<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>);
<a id='L354' name='L354'></a> 354 <em class='brace'>}</em>
<a id='L355' name='L355'></a> 355 <em class='brace'>}</em> <em class='comment'>// for</em>
<a id='L356' name='L356'></a> 356
<a id='L357' name='L357'></a> 357 <strong class='reserved'>return</strong> <a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>;
<a id='L358' name='L358'></a> 358 <em class='brace'>}</em>
<a id='L359' name='L359'></a> 359
<a id='L360' name='L360'></a> 360 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L361' name='L361'></a> 361
<a id='L362' name='L362'></a> 362 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L363' name='L363'></a> 363 <a href='../R/exec_extension_view.html' title='Multiple referred from 2 places.'>exec_extension_view</a> (<strong class='reserved'>void</strong> *<a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>, <strong class='reserved'>char</strong> *<a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <strong class='reserved'>int</strong> <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>)
<em class='comment'>/* <a href='#L230'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L398'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+363 src/filemanager/ext.c' /> */</em>
<a id='L364' name='L364'></a> 364 <em class='brace'>{</em>
<a id='L365' name='L365'></a> 365 <a href='../S/src--viewer--mcviewer.h.html#L26' title='Defined at 26 in src/viewer/mcviewer.h.'>mcview_mode_flags_t</a> <a href='../Y/def_flags.html' title='Multiple used in 5 places.'>def_flags</a> = <em class='brace'>{</em>
<a id='L366' name='L366'></a> 366 .<a href='../Y/wrap.html' title='Multiple used in 25 places.'>wrap</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L367' name='L367'></a> 367 .<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a> = <a href='../Y/mcview_global_flags.html' title='Multiple used in 27 places.'>mcview_global_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a>,
<a id='L368' name='L368'></a> 368 .<a href='../Y/magic.html' title='Multiple used in 41 places.'>magic</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L369' name='L369'></a> 369 .<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a> = <a href='../Y/mcview_global_flags.html' title='Multiple used in 27 places.'>mcview_global_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a>,
<a id='L370' name='L370'></a> 370 <em class='brace'>}</em>;
<a id='L371' name='L371'></a> 371
<a id='L372' name='L372'></a> 372 <a href='../S/src--viewer--mcviewer.h.html#L26' title='Defined at 26 in src/viewer/mcviewer.h.'>mcview_mode_flags_t</a> <a href='../Y/changed_flags.html' title='Multiple used in 14 places.'>changed_flags</a>;
<a id='L373' name='L373'></a> 373
<a id='L374' name='L374'></a> 374 <a href='../S/src--viewer--lib.c.html#L430' title='Defined at 430 in src/viewer/lib.c.'>mcview_clear_mode_flags</a> (&amp;<a href='../Y/changed_flags.html' title='Multiple used in 14 places.'>changed_flags</a>);
<a id='L375' name='L375'></a> 375 <a href='../Y/mcview_altered_flags.html' title='Multiple used in 15 places.'>mcview_altered_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L376' name='L376'></a> 376 <a href='../Y/mcview_altered_flags.html' title='Multiple used in 15 places.'>mcview_altered_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L377' name='L377'></a> 377 <strong class='reserved'>if</strong> (<a href='../Y/def_flags.html' title='Multiple used in 5 places.'>def_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a> != <a href='../Y/mcview_global_flags.html' title='Multiple used in 27 places.'>mcview_global_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a>)
<a id='L378' name='L378'></a> 378 <a href='../Y/changed_flags.html' title='Multiple used in 14 places.'>changed_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L379' name='L379'></a> 379 <strong class='reserved'>if</strong> (<a href='../Y/def_flags.html' title='Multiple used in 5 places.'>def_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a> != <a href='../Y/mcview_global_flags.html' title='Multiple used in 27 places.'>mcview_global_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a>)
<a id='L380' name='L380'></a> 380 <a href='../Y/changed_flags.html' title='Multiple used in 14 places.'>changed_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L381' name='L381'></a> 381
<a id='L382' name='L382'></a> 382 <strong class='reserved'>if</strong> (<a href='../Y/target.html' title='Multiple used in 35 places.'>target</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L383' name='L383'></a> 383 <a href='../S/src--viewer--mcviewer.c.html#L238' title='Defined at 238 in src/viewer/mcviewer.c.'>mcview_viewer</a> (<a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>, <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>, 0, 0);
<a id='L384' name='L384'></a> 384 <strong class='reserved'>else</strong>
<a id='L385' name='L385'></a> 385 <a href='../S/src--viewer--mcviewer.c.html#L285' title='Defined at 285 in src/viewer/mcviewer.c.'>mcview_load</a> ((<a href='../D/WView.html' title='Multiple defined in 2 places.'>WView</a> *) <a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>, <a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>, <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>), <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>, 0, 0);
<a id='L386' name='L386'></a> 386
<a id='L387' name='L387'></a> 387 <strong class='reserved'>if</strong> (<a href='../Y/changed_flags.html' title='Multiple used in 14 places.'>changed_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a> &amp;&amp; !<a href='../Y/mcview_altered_flags.html' title='Multiple used in 15 places.'>mcview_altered_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a>)
<a id='L388' name='L388'></a> 388 <a href='../Y/mcview_global_flags.html' title='Multiple used in 27 places.'>mcview_global_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a> = <a href='../Y/def_flags.html' title='Multiple used in 5 places.'>def_flags</a>.<a href='../Y/hex.html' title='Multiple used in 51 places.'>hex</a>;
<a id='L389' name='L389'></a> 389 <strong class='reserved'>if</strong> (<a href='../Y/changed_flags.html' title='Multiple used in 14 places.'>changed_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a> &amp;&amp; !<a href='../Y/mcview_altered_flags.html' title='Multiple used in 15 places.'>mcview_altered_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a>)
<a id='L390' name='L390'></a> 390 <a href='../Y/mcview_global_flags.html' title='Multiple used in 27 places.'>mcview_global_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a> = <a href='../Y/def_flags.html' title='Multiple used in 5 places.'>def_flags</a>.<a href='../Y/nroff.html' title='Multiple used in 117 places.'>nroff</a>;
<a id='L391' name='L391'></a> 391
<a id='L392' name='L392'></a> 392 <a href='../S/lib--widget--dialog-switch.c.html#L267' title='Defined at 267 in lib/widget/dialog-switch.c.'>dialog_switch_process_pending</a> ();
<a id='L393' name='L393'></a> 393 <em class='brace'>}</em>
<a id='L394' name='L394'></a> 394
<a id='L395' name='L395'></a> 395 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L396' name='L396'></a> 396
<a id='L397' name='L397'></a> 397 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L398' name='L398'></a> 398 <a href='../S/src--filemanager--ext.c.html#L445' title='Referred from 445 in src/filemanager/ext.c.'>exec_extension_cd</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>)
<em class='comment'>/* <a href='#L363'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L420'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+398 src/filemanager/ext.c' /> */</em>
<a id='L399' name='L399'></a> 399 <em class='brace'>{</em>
<a id='L400' name='L400'></a> 400 <strong class='reserved'>char</strong> *<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
<a id='L401' name='L401'></a> 401 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/p_vpath.html' title='Multiple used in 9 places.'>p_vpath</a>;
<a id='L402' name='L402'></a> 402
<a id='L403' name='L403'></a> 403 *<a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a> = '\0';
<a id='L404' name='L404'></a> 404 <a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a> = <a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>;
<a id='L405' name='L405'></a> 405 <em class='comment'>/* Search last non-space character. Start search at the end in order</em>
<a id='L406' name='L406'></a> 406 <em class='comment'> not to short filenames containing spaces. */</em>
<a id='L407' name='L407'></a> 407 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a> + <a href='../Y/strlen.html' title='Multiple used in 193 places.'>strlen</a> (<a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a>) - 1;
<a id='L408' name='L408'></a> 408 <strong class='reserved'>while</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> &gt;= <a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a> &amp;&amp; <a href='../S/lib--util.h.html#L48' title='Defined at 48 in lib/util.h.'>whitespace</a> (*<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>))
<a id='L409' name='L409'></a> 409 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>--;
<a id='L410' name='L410'></a> 410 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>[1] = 0;
<a id='L411' name='L411'></a> 411
<a id='L412' name='L412'></a> 412 <a href='../Y/p_vpath.html' title='Multiple used in 9 places.'>p_vpath</a> = <a href='../S/lib--vfs--path.c.html#L685' title='Defined at 685 in lib/vfs/path.c.'>vfs_path_from_str_flags</a> (<a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a>, <a href='../S/lib--vfs--path.h.html#L13' title='Defined at 13 in lib/vfs/path.h.'>VPF_NO_CANON</a>);
<a id='L413' name='L413'></a> 413 <a href='../D/panel_cd.html' title='Multiple defined in 3 places.'>panel_cd</a> (<a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>, <a href='../Y/p_vpath.html' title='Multiple used in 9 places.'>p_vpath</a>, <a href='../S/src--filemanager--panel.h.html#L54' title='Defined at 54 in src/filemanager/panel.h.'>cd_parse_command</a>);
<a id='L414' name='L414'></a> 414 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/p_vpath.html' title='Multiple used in 9 places.'>p_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L415' name='L415'></a> 415 <em class='brace'>}</em>
<a id='L416' name='L416'></a> 416
<a id='L417' name='L417'></a> 417 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L418' name='L418'></a> 418
<a id='L419' name='L419'></a> 419 <strong class='reserved'>static</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *
<a id='L420' name='L420'></a> 420 <a href='../S/src--filemanager--ext.c.html#L1071' title='Referred from 1071 in src/filemanager/ext.c.'>exec_extension</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'>void</strong> *<a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>,
<em class='comment'>/* <a href='#L398'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L543'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+420 src/filemanager/ext.c' /> */</em>
<a id='L421' name='L421'></a> 421 <strong class='reserved'>int</strong> <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>)
<a id='L422' name='L422'></a> 422 <em class='brace'>{</em>
<a id='L423' name='L423'></a> 423 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, *<a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>;
<a id='L424' name='L424'></a> 424 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L425' name='L425'></a> 425 <strong class='reserved'>int</strong> <a href='../Y/cmd_file_fd.html' title='Multiple used in 8 places.'>cmd_file_fd</a>;
<a id='L426' name='L426'></a> 426 <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a>;
<a id='L427' name='L427'></a> 427 <strong class='reserved'>char</strong> *<a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L428' name='L428'></a> 428
<a id='L429' name='L429'></a> 429 <a href='../Y/pbuffer.html' title='Multiple used in 11 places.'>pbuffer</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L430' name='L430'></a> 430 <a href='../Y/localmtime.html' title='Multiple used in 4 places.'>localmtime</a> = 0;
<a id='L431' name='L431'></a> 431 <a href='../Y/quote_func.html' title='Multiple used in 17 places.'>quote_func</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a>;
<a id='L432' name='L432'></a> 432 <a href='../Y/run_view.html' title='Multiple used in 9 places.'>run_view</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L433' name='L433'></a> 433 <a href='../Y/is_cd.html' title='Multiple used in 13 places.'>is_cd</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L434' name='L434'></a> 434 <a href='../Y/written_nonspace.html' title='Multiple used in 7 places.'>written_nonspace</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L435' name='L435'></a> 435
<a id='L436' name='L436'></a> 436 <em class='comment'>// Avoid making a local copy if we are doing a cd</em>
<a id='L437' name='L437'></a> 437 <a href='../Y/do_local_copy.html' title='Multiple used in 4 places.'>do_local_copy</a> = !<a href='../D/vfs_file_is_local.html' title='Multiple defined in 2 places.'>vfs_file_is_local</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L438' name='L438'></a> 438
<a id='L439' name='L439'></a> 439 <a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a> = <a href='../S/src--filemanager--ext.c.html#L230' title='Defined at 230 in src/filemanager/ext.c.'>exec_make_shell_string</a> (<a href='../Y/lc_data.html' title='Multiple used in 19 places.'>lc_data</a>, <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L440' name='L440'></a> 440 <strong class='reserved'>if</strong> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L441' name='L441'></a> 441 <strong class='reserved'>goto</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L442' name='L442'></a> 442
<a id='L443' name='L443'></a> 443 <strong class='reserved'>if</strong> (<a href='../Y/is_cd.html' title='Multiple used in 13 places.'>is_cd</a>)
<a id='L444' name='L444'></a> 444 <em class='brace'>{</em>
<a id='L445' name='L445'></a> 445 <a href='../S/src--filemanager--ext.c.html#L398' title='Defined at 398 in src/filemanager/ext.c.'>exec_extension_cd</a> (<a href='../Y/panel.html' title='Multiple used in 1289 places.'>panel</a>);
<a id='L446' name='L446'></a> 446 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L447' name='L447'></a> 447 <strong class='reserved'>goto</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L448' name='L448'></a> 448 <em class='brace'>}</em>
<a id='L449' name='L449'></a> 449
<a id='L450' name='L450'></a> 450 <em class='comment'>/*</em>
<a id='L451' name='L451'></a> 451 <em class='comment'> * All commands should be run in /bin/sh regardless of user shell.</em>
<a id='L452' name='L452'></a> 452 <em class='comment'> * To do that, create temporary shell script and run it.</em>
<a id='L453' name='L453'></a> 453 <em class='comment'> * Sometimes it's not needed (e.g. for %cd and %view commands),</em>
<a id='L454' name='L454'></a> 454 <em class='comment'> * but it's easier to create it anyway.</em>
<a id='L455' name='L455'></a> 455 <em class='comment'> */</em>
<a id='L456' name='L456'></a> 456 <a href='../Y/cmd_file_fd.html' title='Multiple used in 8 places.'>cmd_file_fd</a> = <a href='../S/lib--vfs--interface.c.html#L715' title='Defined at 715 in lib/vfs/interface.c.'>mc_mkstemps</a> (&amp;<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>, "mcext", <a href='../S/lib--unixcompat.h.html#L118' title='Defined at 118 in lib/unixcompat.h.'>SCRIPT_SUFFIX</a>);
<a id='L457' name='L457'></a> 457
<a id='L458' name='L458'></a> 458 <strong class='reserved'>if</strong> (<a href='../Y/cmd_file_fd.html' title='Multiple used in 8 places.'>cmd_file_fd</a> == -1)
<a id='L459' name='L459'></a> 459 <em class='brace'>{</em>
<a id='L460' name='L460'></a> 460 <a href='../S/src--util.c.html#L85' title='Defined at 85 in src/util.c.'>file_error_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot create temporary command file"), <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L461' name='L461'></a> 461 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L462' name='L462'></a> 462 <strong class='reserved'>goto</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L463' name='L463'></a> 463 <em class='brace'>}</em>
<a id='L464' name='L464'></a> 464
<a id='L465' name='L465'></a> 465 <a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a> = <a href='../Y/fdopen.html' title='Multiple used in 4 places.'>fdopen</a> (<a href='../Y/cmd_file_fd.html' title='Multiple used in 8 places.'>cmd_file_fd</a>, "w");
<a id='L466' name='L466'></a> 466 <a href='../Y/fputs.html' title='Multiple used in 33 places.'>fputs</a> ("#! /bin/sh\n\n", <a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a>);
<a id='L467' name='L467'></a> 467
<a id='L468' name='L468'></a> 468 <a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a> = <a href='../S/src--filemanager--ext.c.html#L185' title='Defined at 185 in src/filemanager/ext.c.'>exec_get_export_variables</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L469' name='L469'></a> 469 <strong class='reserved'>if</strong> (<a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L470' name='L470'></a> 470 <em class='brace'>{</em>
<a id='L471' name='L471'></a> 471 <a href='../Y/fputs.html' title='Multiple used in 33 places.'>fputs</a> (<a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, <a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a>);
<a id='L472' name='L472'></a> 472 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/export_variables.html' title='Multiple used in 9 places.'>export_variables</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L473' name='L473'></a> 473 <em class='brace'>}</em>
<a id='L474' name='L474'></a> 474
<a id='L475' name='L475'></a> 475 <a href='../Y/fputs.html' title='Multiple used in 33 places.'>fputs</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, <a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a>);
<a id='L476' name='L476'></a> 476 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/shell_string.html' title='Multiple used in 16 places.'>shell_string</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L477' name='L477'></a> 477
<a id='L478' name='L478'></a> 478 <em class='comment'>/*</em>
<a id='L479' name='L479'></a> 479 <em class='comment'> * Make the script remove itself when it finishes.</em>
<a id='L480' name='L480'></a> 480 <em class='comment'> * Don't do it for the viewer - it may need to rerun the script,</em>
<a id='L481' name='L481'></a> 481 <em class='comment'> * so we clean up after calling view().</em>
<a id='L482' name='L482'></a> 482 <em class='comment'> */</em>
<a id='L483' name='L483'></a> 483 <strong class='reserved'>if</strong> (!<a href='../Y/run_view.html' title='Multiple used in 9 places.'>run_view</a>)
<a id='L484' name='L484'></a> 484 <a href='../Y/fprintf.html' title='Multiple used in 71 places.'>fprintf</a> (<a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a>, "\n/bin/rm -f %s\n", <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>));
<a id='L485' name='L485'></a> 485
<a id='L486' name='L486'></a> 486 <a href='../Y/fclose.html' title='Multiple used in 43 places.'>fclose</a> (<a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a>);
<a id='L487' name='L487'></a> 487
<a id='L488' name='L488'></a> 488 <strong class='reserved'>if</strong> ((<a href='../Y/run_view.html' title='Multiple used in 9 places.'>run_view</a> &amp;&amp; !<a href='../Y/written_nonspace.html' title='Multiple used in 7 places.'>written_nonspace</a>) || <a href='../Y/is_cd.html' title='Multiple used in 13 places.'>is_cd</a>)
<a id='L489' name='L489'></a> 489 <em class='brace'>{</em>
<a id='L490' name='L490'></a> 490 <a href='../S/src--filemanager--ext.c.html#L112' title='Defined at 112 in src/filemanager/ext.c.'>exec_cleanup_script</a> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>);
<a id='L491' name='L491'></a> 491 <a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L492' name='L492'></a> 492 <em class='brace'>}</em>
<a id='L493' name='L493'></a> 493 <strong class='reserved'>else</strong>
<a id='L494' name='L494'></a> 494 <em class='brace'>{</em>
<a id='L495' name='L495'></a> 495 <em class='comment'>// Set executable flag on the command file ...</em>
<a id='L496' name='L496'></a> 496 <a href='../Y/mc_chmod.html' title='Multiple used in 14 places.'>mc_chmod</a> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>, <a href='../Y/S_IRWXU.html' title='Multiple used in 3 places.'>S_IRWXU</a>);
<a id='L497' name='L497'></a> 497 <em class='comment'>// ... but don't rely on it - run /bin/sh explicitly</em>
<a id='L498' name='L498'></a> 498 <a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a> = <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> ("/bin/sh ", <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>), (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L499' name='L499'></a> 499 <em class='brace'>}</em>
<a id='L500' name='L500'></a> 500
<a id='L501' name='L501'></a> 501 <strong class='reserved'>if</strong> (<a href='../Y/run_view.html' title='Multiple used in 9 places.'>run_view</a>)
<a id='L502' name='L502'></a> 502 <em class='brace'>{</em>
<a id='L503' name='L503'></a> 503 <em class='comment'>// If we've written whitespace only, then just load filename into view</em>
<a id='L504' name='L504'></a> 504 <strong class='reserved'>if</strong> (!<a href='../Y/written_nonspace.html' title='Multiple used in 7 places.'>written_nonspace</a>)
<a id='L505' name='L505'></a> 505 <a href='../S/src--filemanager--ext.c.html#L363' title='Defined at 363 in src/filemanager/ext.c.'>exec_extension_view</a> (<a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>);
<a id='L506' name='L506'></a> 506 <strong class='reserved'>else</strong>
<a id='L507' name='L507'></a> 507 <a href='../S/src--filemanager--ext.c.html#L363' title='Defined at 363 in src/filemanager/ext.c.'>exec_extension_view</a> (<a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>, <a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>, <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>);
<a id='L508' name='L508'></a> 508 <em class='brace'>}</em>
<a id='L509' name='L509'></a> 509 <strong class='reserved'>else</strong>
<a id='L510' name='L510'></a> 510 <em class='brace'>{</em>
<a id='L511' name='L511'></a> 511 <a href='../S/src--execute.c.html#L425' title='Defined at 425 in src/execute.c.'>shell_execute</a> (<a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>, <a href='../S/lib--util.h.html#L79' title='Defined at 79 in lib/util.h.'>EXECUTE_INTERNAL</a>);
<a id='L512' name='L512'></a> 512 <strong class='reserved'>if</strong> (<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/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> != '\0')
<a id='L513' name='L513'></a> 513 <em class='brace'>{</em>
<a id='L514' name='L514'></a> 514 <a href='../S/src--cons.handler.c.html#L487' title='Defined at 487 in src/cons.handler.c.'>handle_console</a> (<a href='../S/src--consaver--cons.saver.h.html#L23' title='Defined at 23 in src/consaver/cons.saver.h.'>CONSOLE_SAVE</a>);
<a id='L515' name='L515'></a> 515 <strong class='reserved'>if</strong> (<a href='../Y/output_lines.html' title='Multiple used in 25 places.'>output_lines</a> != 0 &amp;&amp; <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>)
<a id='L516' name='L516'></a> 516 <em class='brace'>{</em>
<a id='L517' name='L517'></a> 517 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>;
<a id='L518' name='L518'></a> 518
<a id='L519' name='L519'></a> 519 <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a> = <a href='../S/lib--tty--tty-slang.h.html#L12' title='Defined at 12 in lib/tty/tty-slang.h.'>LINES</a> - (<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> ? 1 : 0) - 1;
<a id='L520' name='L520'></a> 520 <a href='../S/src--cons.handler.c.html#L466' title='Defined at 466 in src/cons.handler.c.'>show_console_contents</a> (<a href='../Y/output_start_y.html' title='Multiple used in 6 places.'>output_start_y</a>, <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a> - <a href='../Y/output_lines.html' title='Multiple used in 25 places.'>output_lines</a>, <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>);
<a id='L521' name='L521'></a> 521 <em class='brace'>}</em>
<a id='L522' name='L522'></a> 522 <em class='brace'>}</em>
<a id='L523' name='L523'></a> 523 <em class='brace'>}</em>
<a id='L524' name='L524'></a> 524
<a id='L525' name='L525'></a> 525 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>);
<a id='L526' name='L526'></a> 526
<a id='L527' name='L527'></a> 527 <a href='../S/src--filemanager--ext.c.html#L124' title='Defined at 124 in src/filemanager/ext.c.'>exec_cleanup_file_name</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L528' name='L528'></a> 528 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>:
<a id='L529' name='L529'></a> 529 <strong class='reserved'>return</strong> <a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>;
<a id='L530' name='L530'></a> 530 <em class='brace'>}</em>
<a id='L531' name='L531'></a> 531
<a id='L532' name='L532'></a> 532 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L533' name='L533'></a> 533 <em class='comment'>/**</em>
<a id='L534' name='L534'></a> 534 <em class='comment'> * Run cmd_file with args, put result into buf.</em>
<a id='L535' name='L535'></a> 535 <em class='comment'> * If error, put '\0' into buf[0]</em>
<a id='L536' name='L536'></a> 536 <em class='comment'> * Return 1 if the data is valid, 0 otherwise, -1 for fatal errors.</em>
<a id='L537' name='L537'></a> 537 <em class='comment'> *</em>
<a id='L538' name='L538'></a> 538 <em class='comment'> * NOTES: buf is null-terminated string.</em>
<a id='L539' name='L539'></a> 539 <em class='comment'> */</em>
<a id='L540' name='L540'></a> 540
<a id='L541' name='L541'></a> 541 <em class='sharp'>#ifdef</em> <a href='../Y/USE_FILE_CMD.html' title='Multiple used in 8 places.'>USE_FILE_CMD</a>
<a id='L542' name='L542'></a> 542 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
<a id='L543' name='L543'></a> 543 <a href='../R/get_popen_information.html' title='Multiple referred from 2 places.'>get_popen_information</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/args.html' title='Multiple used in 109 places.'>args</a>, <strong class='reserved'>char</strong> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <strong class='reserved'>int</strong> <a href='../Y/buflen.html' title='Multiple used in 11 places.'>buflen</a>)
<em class='comment'>/* <a href='#L420'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L585'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+543 src/filemanager/ext.c' /> */</em>
<a id='L544' name='L544'></a> 544 <em class='brace'>{</em>
<a id='L545' name='L545'></a> 545 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/read_bytes.html' title='Multiple used in 4 places.'>read_bytes</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L546' name='L546'></a> 546 <strong class='reserved'>char</strong> *<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>;
<a id='L547' name='L547'></a> 547 <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>;
<a id='L548' name='L548'></a> 548
<a id='L549' name='L549'></a> 549 <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> = <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> (<a href='../Y/cmd_file.html' title='Multiple used in 18 places.'>cmd_file</a>, <a href='../Y/args.html' title='Multiple used in 109 places.'>args</a>, " 2&gt;/dev/null", (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L550' name='L550'></a> 550 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a> = <a href='../Y/popen.html' title='Multiple used in 5 places.'>popen</a> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, "r");
<a id='L551' name='L551'></a> 551 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>);
<a id='L552' name='L552'></a> 552
<a id='L553' name='L553'></a> 553 <strong class='reserved'>if</strong> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L554' name='L554'></a> 554 <em class='brace'>{</em>
<a id='L555' name='L555'></a> 555 <em class='sharp'>#ifdef</em> <a href='../Y/__QNXNTO__.html' title='Multiple used in 11 places.'>__QNXNTO__</a>
<a id='L556' name='L556'></a> 556 <strong class='reserved'>if</strong> (<a href='../Y/setvbuf.html' title='Multiple used in 2 places.'>setvbuf</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, _IOFBF, 0) != 0)
<a id='L557' name='L557'></a> 557 <em class='brace'>{</em>
<a id='L558' name='L558'></a> 558 (<strong class='reserved'>void</strong>) <a href='../Y/pclose.html' title='Multiple used in 7 places.'>pclose</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
<a id='L559' name='L559'></a> 559 <strong class='reserved'>return</strong> -1;
<a id='L560' name='L560'></a> 560 <em class='brace'>}</em>
<a id='L561' name='L561'></a> 561 <em class='sharp'>#endif</em>
<a id='L562' name='L562'></a> 562 <a href='../Y/read_bytes.html' title='Multiple used in 4 places.'>read_bytes</a> = (<a href='../Y/fgets.html' title='Multiple used in 25 places.'>fgets</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/buflen.html' title='Multiple used in 11 places.'>buflen</a>, <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L563' name='L563'></a> 563 <strong class='reserved'>if</strong> (!<a href='../Y/read_bytes.html' title='Multiple used in 4 places.'>read_bytes</a>)
<a id='L564' name='L564'></a> 564 <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[0] = '\0'; <em class='comment'>// Paranoid termination</em>
<a id='L565' name='L565'></a> 565 <a href='../Y/pclose.html' title='Multiple used in 7 places.'>pclose</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
<a id='L566' name='L566'></a> 566 <em class='brace'>}</em>
<a id='L567' name='L567'></a> 567 <strong class='reserved'>else</strong>
<a id='L568' name='L568'></a> 568 <em class='brace'>{</em>
<a id='L569' name='L569'></a> 569 <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[0] = '\0'; <em class='comment'>// Paranoid termination</em>
<a id='L570' name='L570'></a> 570 <strong class='reserved'>return</strong> -1;
<a id='L571' name='L571'></a> 571 <em class='brace'>}</em>
<a id='L572' name='L572'></a> 572
<a id='L573' name='L573'></a> 573 <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/buflen.html' title='Multiple used in 11 places.'>buflen</a> - 1] = '\0';
<a id='L574' name='L574'></a> 574
<a id='L575' name='L575'></a> 575 <strong class='reserved'>return</strong> <a href='../Y/read_bytes.html' title='Multiple used in 4 places.'>read_bytes</a> ? 1 : 0;
<a id='L576' name='L576'></a> 576 <em class='brace'>}</em>
<a id='L577' name='L577'></a> 577
<a id='L578' name='L578'></a> 578 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L579' name='L579'></a> 579 <em class='comment'>/**</em>
<a id='L580' name='L580'></a> 580 <em class='comment'> * Run the "file" command on the local file.</em>
<a id='L581' name='L581'></a> 581 <em class='comment'> * Return 1 if the data is valid, 0 otherwise, -1 for fatal errors.</em>
<a id='L582' name='L582'></a> 582 <em class='comment'> */</em>
<a id='L583' name='L583'></a> 583
<a id='L584' name='L584'></a> 584 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
<a id='L585' name='L585'></a> 585 <a href='../S/src--filemanager--ext.c.html#L694' title='Referred from 694 in src/filemanager/ext.c.'>get_file_type_local</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <strong class='reserved'>char</strong> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <strong class='reserved'>int</strong> <a href='../Y/buflen.html' title='Multiple used in 11 places.'>buflen</a>)
<em class='comment'>/* <a href='#L543'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L607'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+585 src/filemanager/ext.c' /> */</em>
<a id='L586' name='L586'></a> 586 <em class='brace'>{</em>
<a id='L587' name='L587'></a> 587 <strong class='reserved'>char</strong> *<a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a>;
<a id='L588' name='L588'></a> 588 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = 0;
<a id='L589' name='L589'></a> 589
<a id='L590' name='L590'></a> 590 <a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a> (<a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>), <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L591' name='L591'></a> 591 <strong class='reserved'>if</strong> (<a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L592' name='L592'></a> 592 <em class='brace'>{</em>
<a id='L593' name='L593'></a> 593 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/src--filemanager--ext.c.html#L543' title='Defined at 543 in src/filemanager/ext.c.'>get_popen_information</a> (<a href='../D/FILE_CMD.html' title='Multiple defined in 2 places.'>FILE_CMD</a>, <a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/buflen.html' title='Multiple used in 11 places.'>buflen</a>);
<a id='L594' name='L594'></a> 594 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a>);
<a id='L595' name='L595'></a> 595 <em class='brace'>}</em>
<a id='L596' name='L596'></a> 596
<a id='L597' name='L597'></a> 597 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L598' name='L598'></a> 598 <em class='brace'>}</em>
<a id='L599' name='L599'></a> 599
<a id='L600' name='L600'></a> 600 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L601' name='L601'></a> 601 <em class='comment'>/**</em>
<a id='L602' name='L602'></a> 602 <em class='comment'> * Run the "enca" command on the local file.</em>
<a id='L603' name='L603'></a> 603 <em class='comment'> * Return 1 if the data is valid, 0 otherwise, -1 for fatal errors.</em>
<a id='L604' name='L604'></a> 604 <em class='comment'> */</em>
<a id='L605' name='L605'></a> 605
<a id='L606' name='L606'></a> 606 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
<a id='L607' name='L607'></a> 607 <a href='../S/src--filemanager--ext.c.html#L675' title='Referred from 675 in src/filemanager/ext.c.'>get_file_encoding_local</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <strong class='reserved'>char</strong> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <strong class='reserved'>int</strong> <a href='../Y/buflen.html' title='Multiple used in 11 places.'>buflen</a>)
<em class='comment'>/* <a href='#L585'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L644'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+607 src/filemanager/ext.c' /> */</em>
<a id='L608' name='L608'></a> 608 <em class='brace'>{</em>
<a id='L609' name='L609'></a> 609 <strong class='reserved'>char</strong> *<a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a>;
<a id='L610' name='L610'></a> 610 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = 0;
<a id='L611' name='L611'></a> 611
<a id='L612' name='L612'></a> 612 <a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a> (<a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>), <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L613' name='L613'></a> 613 <strong class='reserved'>if</strong> (<a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L614' name='L614'></a> 614 <em class='brace'>{</em>
<a id='L615' name='L615'></a> 615 <strong class='reserved'>char</strong> *<a href='../Y/lang.html' title='Multiple used in 20 places.'>lang</a>;
<a id='L616' name='L616'></a> 616
<a id='L617' name='L617'></a> 617 <a href='../Y/lang.html' title='Multiple used in 20 places.'>lang</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a> (<a href='../Y/autodetect_codeset.html' title='Multiple used in 7 places.'>autodetect_codeset</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L618' name='L618'></a> 618 <strong class='reserved'>if</strong> (<a href='../Y/lang.html' title='Multiple used in 20 places.'>lang</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L619' name='L619'></a> 619 <em class='brace'>{</em>
<a id='L620' name='L620'></a> 620 <strong class='reserved'>char</strong> *<a href='../Y/args.html' title='Multiple used in 109 places.'>args</a>;
<a id='L621' name='L621'></a> 621
<a id='L622' name='L622'></a> 622 <a href='../Y/args.html' title='Multiple used in 109 places.'>args</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> (" -L %s -i %s", <a href='../Y/lang.html' title='Multiple used in 20 places.'>lang</a>, <a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a>);
<a id='L623' name='L623'></a> 623 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/lang.html' title='Multiple used in 20 places.'>lang</a>);
<a id='L624' name='L624'></a> 624
<a id='L625' name='L625'></a> 625 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/src--filemanager--ext.c.html#L543' title='Defined at 543 in src/filemanager/ext.c.'>get_popen_information</a> ("enca", <a href='../Y/args.html' title='Multiple used in 109 places.'>args</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/buflen.html' title='Multiple used in 11 places.'>buflen</a>);
<a id='L626' name='L626'></a> 626 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/args.html' title='Multiple used in 109 places.'>args</a>);
<a id='L627' name='L627'></a> 627 <em class='brace'>}</em>
<a id='L628' name='L628'></a> 628
<a id='L629' name='L629'></a> 629 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/filename_quoted.html' title='Multiple used in 10 places.'>filename_quoted</a>);
<a id='L630' name='L630'></a> 630 <em class='brace'>}</em>
<a id='L631' name='L631'></a> 631
<a id='L632' name='L632'></a> 632 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L633' name='L633'></a> 633 <em class='brace'>}</em>
<a id='L634' name='L634'></a> 634
<a id='L635' name='L635'></a> 635 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L636' name='L636'></a> 636 <em class='comment'>/**</em>
<a id='L637' name='L637'></a> 637 <em class='comment'> * Invoke the "file" command on the file and match its output against PTR.</em>
<a id='L638' name='L638'></a> 638 <em class='comment'> * have_type is a flag that is set if we already have tried to determine</em>
<a id='L639' name='L639'></a> 639 <em class='comment'> * the type of that file.</em>
<a id='L640' name='L640'></a> 640 <em class='comment'> * Return TRUE for match, FALSE otherwise.</em>
<a id='L641' name='L641'></a> 641 <em class='comment'> */</em>
<a id='L642' name='L642'></a> 642
<a id='L643' name='L643'></a> 643 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L644' name='L644'></a> 644 <a href='../S/src--filemanager--ext.c.html#L963' title='Referred from 963 in src/filemanager/ext.c.'>regex_check_type</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/ptr.html' title='Multiple used in 46 places.'>ptr</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/case_insense.html' title='Multiple used in 2 places.'>case_insense</a>,
<em class='comment'>/* <a href='#L607'><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='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+644 src/filemanager/ext.c' /> */</em>
<a id='L645' name='L645'></a> 645 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/have_type.html' title='Multiple used in 5 places.'>have_type</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='L646' name='L646'></a> 646 <em class='brace'>{</em>
<a id='L647' name='L647'></a> 647 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L648' name='L648'></a> 648
<a id='L649' name='L649'></a> 649 <em class='comment'>// Following variables are valid if *have_type is TRUE</em>
<a id='L650' name='L650'></a> 650 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> <a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>[<a href='../S/lib--global.h.html#L85' title='Defined at 85 in lib/global.h.'>BUF_2K</a>];
<a id='L651' name='L651'></a> 651 <strong class='reserved'>static</strong> <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/content_shift.html' title='Multiple used in 20 places.'>content_shift</a> = 0;
<a id='L652' name='L652'></a> 652 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../Y/got_data.html' title='Multiple used in 4 places.'>got_data</a> = 0;
<a id='L653' name='L653'></a> 653
<a id='L654' name='L654'></a> 654 <a href='../S/lib--util.h.html#L40' title='Defined at 40 in lib/util.h.'>mc_return_val_if_error</a> (<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L655' name='L655'></a> 655
<a id='L656' name='L656'></a> 656 <strong class='reserved'>if</strong> (!*<a href='../Y/have_type.html' title='Multiple used in 5 places.'>have_type</a>)
<a id='L657' name='L657'></a> 657 <em class='brace'>{</em>
<a id='L658' name='L658'></a> 658 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/localfile_vpath.html' title='Multiple used in 8 places.'>localfile_vpath</a>;
<a id='L659' name='L659'></a> 659
<a id='L660' name='L660'></a> 660 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> <a href='../Y/encoding_id.html' title='Multiple used in 9 places.'>encoding_id</a>[21]; <em class='comment'>// CSISO51INISCYRILLIC -- 20</em>
<a id='L661' name='L661'></a> 661 <strong class='reserved'>int</strong> <a href='../Y/got_encoding_data.html' title='Multiple used in 3 places.'>got_encoding_data</a>;
<a id='L662' name='L662'></a> 662
<a id='L663' name='L663'></a> 663 <em class='comment'>// Don't repeate even unsuccessful checks</em>
<a id='L664' name='L664'></a> 664 *<a href='../Y/have_type.html' title='Multiple used in 5 places.'>have_type</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L665' name='L665'></a> 665
<a id='L666' name='L666'></a> 666 <a href='../Y/localfile_vpath.html' title='Multiple used in 8 places.'>localfile_vpath</a> = <a href='../S/tests--src--execute__common.c.html#L111' title='Defined at 111 in tests/src/execute__common.c.'>mc_getlocalcopy</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L667' name='L667'></a> 667 <strong class='reserved'>if</strong> (<a href='../Y/localfile_vpath.html' title='Multiple used in 8 places.'>localfile_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L668' name='L668'></a> 668 <em class='brace'>{</em>
<a id='L669' name='L669'></a> 669 <a href='../D/mc_propagate_error.html' title='Multiple defined in 2 places.'>mc_propagate_error</a> (<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a>, 0, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot fetch a local copy of %s"),
<a id='L670' name='L670'></a> 670 <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
<a id='L671' name='L671'></a> 671 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L672' name='L672'></a> 672 <em class='brace'>}</em>
<a id='L673' name='L673'></a> 673
<a id='L674' name='L674'></a> 674 <a href='../Y/got_encoding_data.html' title='Multiple used in 3 places.'>got_encoding_data</a> = <a href='../Y/is_autodetect_codeset_enabled.html' title='Multiple used in 4 places.'>is_autodetect_codeset_enabled</a>
<a id='L675' name='L675'></a> 675 ? <a href='../S/src--filemanager--ext.c.html#L607' title='Defined at 607 in src/filemanager/ext.c.'>get_file_encoding_local</a> (<a href='../Y/localfile_vpath.html' title='Multiple used in 8 places.'>localfile_vpath</a>, <a href='../Y/encoding_id.html' title='Multiple used in 9 places.'>encoding_id</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/encoding_id.html' title='Multiple used in 9 places.'>encoding_id</a>))
<a id='L676' name='L676'></a> 676 : 0;
<a id='L677' name='L677'></a> 677
<a id='L678' name='L678'></a> 678 <strong class='reserved'>if</strong> (<a href='../Y/got_encoding_data.html' title='Multiple used in 3 places.'>got_encoding_data</a> &gt; 0)
<a id='L679' name='L679'></a> 679 <em class='brace'>{</em>
<a id='L680' name='L680'></a> 680 <strong class='reserved'>char</strong> *<a href='../Y/pp.html' title='Multiple used in 11 places.'>pp</a>;
<a id='L681' name='L681'></a> 681 <strong class='reserved'>int</strong> <a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a>;
<a id='L682' name='L682'></a> 682
<a id='L683' name='L683'></a> 683 <a href='../Y/pp.html' title='Multiple used in 11 places.'>pp</a> = <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/encoding_id.html' title='Multiple used in 9 places.'>encoding_id</a>, '\n');
<a id='L684' name='L684'></a> 684 <strong class='reserved'>if</strong> (<a href='../Y/pp.html' title='Multiple used in 11 places.'>pp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L685' name='L685'></a> 685 *<a href='../Y/pp.html' title='Multiple used in 11 places.'>pp</a> = '\0';
<a id='L686' name='L686'></a> 686
<a id='L687' name='L687'></a> 687 <a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a> = <a href='../S/lib--charsets.c.html#L263' title='Defined at 263 in lib/charsets.c.'>get_codepage_index</a> (<a href='../Y/encoding_id.html' title='Multiple used in 9 places.'>encoding_id</a>);
<a id='L688' name='L688'></a> 688 <strong class='reserved'>if</strong> (<a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a> == -1)
<a id='L689' name='L689'></a> 689 <a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a> = <a href='../Y/default_source_codepage.html' title='Multiple used in 11 places.'>default_source_codepage</a>;
<a id='L690' name='L690'></a> 690
<a id='L691' name='L691'></a> 691 <a href='../S/src--selcodepage.c.html#L106' title='Defined at 106 in src/selcodepage.c.'>do_set_codepage</a> (<a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a>);
<a id='L692' name='L692'></a> 692 <em class='brace'>}</em>
<a id='L693' name='L693'></a> 693
<a id='L694' name='L694'></a> 694 <a href='../Y/got_data.html' title='Multiple used in 4 places.'>got_data</a> = <a href='../S/src--filemanager--ext.c.html#L585' title='Defined at 585 in src/filemanager/ext.c.'>get_file_type_local</a> (<a href='../Y/localfile_vpath.html' title='Multiple used in 8 places.'>localfile_vpath</a>, <a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>));
<a id='L695' name='L695'></a> 695
<a id='L696' name='L696'></a> 696 <a href='../D/mc_ungetlocalcopy.html' title='Multiple defined in 2 places.'>mc_ungetlocalcopy</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/localfile_vpath.html' title='Multiple used in 8 places.'>localfile_vpath</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L697' name='L697'></a> 697
<a id='L698' name='L698'></a> 698 <strong class='reserved'>if</strong> (<a href='../Y/got_data.html' title='Multiple used in 4 places.'>got_data</a> &gt; 0)
<a id='L699' name='L699'></a> 699 <em class='brace'>{</em>
<a id='L700' name='L700'></a> 700 <strong class='reserved'>char</strong> *<a href='../Y/pp.html' title='Multiple used in 11 places.'>pp</a>;
<a id='L701' name='L701'></a> 701
<a id='L702' name='L702'></a> 702 <a href='../Y/pp.html' title='Multiple used in 11 places.'>pp</a> = <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>, '\n');
<a id='L703' name='L703'></a> 703 <strong class='reserved'>if</strong> (<a href='../Y/pp.html' title='Multiple used in 11 places.'>pp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L704' name='L704'></a> 704 *<a href='../Y/pp.html' title='Multiple used in 11 places.'>pp</a> = '\0';
<a id='L705' name='L705'></a> 705
<a id='L706' name='L706'></a> 706 <em class='sharp'>#ifndef</em> <a href='../Y/FILE_B.html' title='Multiple used in 3 places.'>FILE_B</a>
<a id='L707' name='L707'></a> 707 <em class='brace'>{</em>
<a id='L708' name='L708'></a> 708 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/real_name.html' title='Multiple used in 4 places.'>real_name</a>; <em class='comment'>// name used with "file"</em>
<a id='L709' name='L709'></a> 709 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/real_len.html' title='Multiple used in 4 places.'>real_len</a>;
<a id='L710' name='L710'></a> 710
<a id='L711' name='L711'></a> 711 <a href='../Y/real_name.html' title='Multiple used in 4 places.'>real_name</a> = <a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/localfile_vpath.html' title='Multiple used in 8 places.'>localfile_vpath</a>);
<a id='L712' name='L712'></a> 712 <a href='../Y/real_len.html' title='Multiple used in 4 places.'>real_len</a> = <a href='../Y/strlen.html' title='Multiple used in 193 places.'>strlen</a> (<a href='../Y/real_name.html' title='Multiple used in 4 places.'>real_name</a>);
<a id='L713' name='L713'></a> 713
<a id='L714' name='L714'></a> 714 <strong class='reserved'>if</strong> (<a href='../Y/strncmp.html' title='Multiple used in 99 places.'>strncmp</a> (<a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>, <a href='../Y/real_name.html' title='Multiple used in 4 places.'>real_name</a>, <a href='../Y/real_len.html' title='Multiple used in 4 places.'>real_len</a>) == 0)
<a id='L715' name='L715'></a> 715 <em class='brace'>{</em>
<a id='L716' name='L716'></a> 716 <em class='comment'>// Skip "real_name: "</em>
<a id='L717' name='L717'></a> 717 <a href='../Y/content_shift.html' title='Multiple used in 20 places.'>content_shift</a> = <a href='../Y/real_len.html' title='Multiple used in 4 places.'>real_len</a>;
<a id='L718' name='L718'></a> 718
<a id='L719' name='L719'></a> 719 <em class='comment'>// Solaris' file prints tab(s) after ':'</em>
<a id='L720' name='L720'></a> 720 <strong class='reserved'>if</strong> (<a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>[<a href='../Y/content_shift.html' title='Multiple used in 20 places.'>content_shift</a>] == ':')
<a id='L721' name='L721'></a> 721 <strong class='reserved'>for</strong> (<a href='../Y/content_shift.html' title='Multiple used in 20 places.'>content_shift</a>++; <a href='../S/lib--util.h.html#L48' title='Defined at 48 in lib/util.h.'>whitespace</a> (<a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>[<a href='../Y/content_shift.html' title='Multiple used in 20 places.'>content_shift</a>]);
<a id='L722' name='L722'></a> 722 <a href='../Y/content_shift.html' title='Multiple used in 20 places.'>content_shift</a>++)
<a id='L723' name='L723'></a> 723 ;
<a id='L724' name='L724'></a> 724 <em class='brace'>}</em>
<a id='L725' name='L725'></a> 725 <em class='brace'>}</em>
<a id='L726' name='L726'></a> 726 <em class='sharp'>#endif</em>
<a id='L727' name='L727'></a> 727 <em class='brace'>}</em>
<a id='L728' name='L728'></a> 728 <strong class='reserved'>else</strong>
<a id='L729' name='L729'></a> 729 <em class='brace'>{</em>
<a id='L730' name='L730'></a> 730 <em class='comment'>// No data</em>
<a id='L731' name='L731'></a> 731 <a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>[0] = '\0';
<a id='L732' name='L732'></a> 732 <em class='brace'>}</em>
<a id='L733' name='L733'></a> 733 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/localfile_vpath.html' title='Multiple used in 8 places.'>localfile_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L734' name='L734'></a> 734 <em class='brace'>}</em>
<a id='L735' name='L735'></a> 735
<a id='L736' name='L736'></a> 736 <strong class='reserved'>if</strong> (<a href='../Y/got_data.html' title='Multiple used in 4 places.'>got_data</a> == -1)
<a id='L737' name='L737'></a> 737 <em class='brace'>{</em>
<a id='L738' name='L738'></a> 738 <a href='../D/mc_propagate_error.html' title='Multiple defined in 2 places.'>mc_propagate_error</a> (<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a>, 0, "%s", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Pipe failed"));
<a id='L739' name='L739'></a> 739 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</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 <strong class='reserved'>if</strong> (<a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>[0] != '\0')
<a id='L743' name='L743'></a> 743 <em class='brace'>{</em>
<a id='L744' name='L744'></a> 744 <a href='../S/lib--search.h.html#L123' title='Defined at 123 in lib/search.h.'>mc_search_t</a> *<a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>;
<a id='L745' name='L745'></a> 745
<a id='L746' name='L746'></a> 746 <a href='../Y/search.html' title='Multiple used in 198 places.'>search</a> = <a href='../S/lib--search--search.c.html#L127' title='Defined at 127 in lib/search/search.c.'>mc_search_new</a> (<a href='../Y/ptr.html' title='Multiple used in 46 places.'>ptr</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L747' name='L747'></a> 747 <strong class='reserved'>if</strong> (<a href='../Y/search.html' title='Multiple used in 198 places.'>search</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L748' name='L748'></a> 748 <em class='brace'>{</em>
<a id='L749' name='L749'></a> 749 <a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>-&gt;<a href='../Y/search_type.html' title='Multiple used in 38 places.'>search_type</a> = <a href='../S/lib--search.h.html#L37' title='Defined at 37 in lib/search.h.'>MC_SEARCH_T_REGEX</a>;
<a id='L750' name='L750'></a> 750 <a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>-&gt;<a href='../Y/is_case_sensitive.html' title='Multiple used in 25 places.'>is_case_sensitive</a> = !<a href='../Y/case_insense.html' title='Multiple used in 2 places.'>case_insense</a>;
<a id='L751' name='L751'></a> 751 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../S/lib--search--search.c.html#L248' title='Defined at 248 in lib/search/search.c.'>mc_search_run</a> (<a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>, <a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a> + <a href='../Y/content_shift.html' title='Multiple used in 20 places.'>content_shift</a>, 0,
<a id='L752' name='L752'></a> 752 <strong class='reserved'>sizeof</strong> (<a href='../Y/content_string.html' title='Multiple used in 10 places.'>content_string</a>) - 1, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L753' name='L753'></a> 753 <a href='../S/lib--search--search.c.html#L164' title='Defined at 164 in lib/search/search.c.'>mc_search_free</a> (<a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>);
<a id='L754' name='L754'></a> 754 <em class='brace'>}</em>
<a id='L755' name='L755'></a> 755 <strong class='reserved'>else</strong>
<a id='L756' name='L756'></a> 756 <em class='brace'>{</em>
<a id='L757' name='L757'></a> 757 <a href='../D/mc_propagate_error.html' title='Multiple defined in 2 places.'>mc_propagate_error</a> (<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a>, 0, "%s", <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Regular expression error"));
<a id='L758' name='L758'></a> 758 <em class='brace'>}</em>
<a id='L759' name='L759'></a> 759 <em class='brace'>}</em>
<a id='L760' name='L760'></a> 760
<a id='L761' name='L761'></a> 761 <strong class='reserved'>return</strong> <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a>;
<a id='L762' name='L762'></a> 762 <em class='brace'>}</em>
<a id='L763' name='L763'></a> 763 <em class='sharp'>#endif</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--filemanager--ext.c.html#L795' title='Referred from 795 in src/filemanager/ext.c.'>check_old_extension_file</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L644'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L784'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+768 src/filemanager/ext.c' /> */</em>
<a id='L769' name='L769'></a> 769 <em class='brace'>{</em>
<a id='L770' name='L770'></a> 770 <strong class='reserved'>char</strong> *<a href='../Y/extension_old_file.html' title='Multiple used in 5 places.'>extension_old_file</a>;
<a id='L771' name='L771'></a> 771
<a id='L772' name='L772'></a> 772 <a href='../Y/extension_old_file.html' title='Multiple used in 5 places.'>extension_old_file</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#L67' title='Defined at 67 in lib/fileloc.h.'>MC_EXT_OLD_FILE</a>);
<a id='L773' name='L773'></a> 773 <strong class='reserved'>if</strong> (<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/extension_old_file.html' title='Multiple used in 5 places.'>extension_old_file</a>))
<a id='L774' name='L774'></a> 774 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Warning"),
<a id='L775' name='L775'></a> 775 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("You have an outdated %s file.\n%s now uses %s file.\n"
<a id='L776' name='L776'></a> 776 "Please copy your modifications of the old file to the new one."),
<a id='L777' name='L777'></a> 777 <a href='../Y/extension_old_file.html' title='Multiple used in 5 places.'>extension_old_file</a>, <a href='../Y/PACKAGE_NAME.html' title='Multiple used in 16 places.'>PACKAGE_NAME</a>, <a href='../S/lib--fileloc.h.html#L66' title='Defined at 66 in lib/fileloc.h.'>MC_EXT_FILE</a>);
<a id='L778' name='L778'></a> 778 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/extension_old_file.html' title='Multiple used in 5 places.'>extension_old_file</a>);
<a id='L779' name='L779'></a> 779 <em class='brace'>}</em>
<a id='L780' name='L780'></a> 780
<a id='L781' name='L781'></a> 781 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L782' name='L782'></a> 782
<a id='L783' name='L783'></a> 783 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L784' name='L784'></a> 784 <a href='../S/src--filemanager--ext.c.html#L911' title='Referred from 911 in src/filemanager/ext.c.'>load_extension_file</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L768'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L856'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+784 src/filemanager/ext.c' /> */</em>
<a id='L785' name='L785'></a> 785 <em class='brace'>{</em>
<a id='L786' name='L786'></a> 786 <strong class='reserved'>char</strong> *<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>;
<a id='L787' name='L787'></a> 787 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mc_user_ext.html' title='Multiple used in 3 places.'>mc_user_ext</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L788' name='L788'></a> 788 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/home_error.html' title='Multiple used in 3 places.'>home_error</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L789' name='L789'></a> 789
<a id='L790' name='L790'></a> 790 <a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</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#L66' title='Defined at 66 in lib/fileloc.h.'>MC_EXT_FILE</a>);
<a id='L791' name='L791'></a> 791 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>))
<a id='L792' name='L792'></a> 792 <em class='brace'>{</em>
<a id='L793' name='L793'></a> 793 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>);
<a id='L794' name='L794'></a> 794
<a id='L795' name='L795'></a> 795 <a href='../S/src--filemanager--ext.c.html#L768' title='Defined at 768 in src/filemanager/ext.c.'>check_old_extension_file</a> ();
<a id='L796' name='L796'></a> 796
<a id='L797' name='L797'></a> 797 <a href='../Y/check_stock_mc_ext.html' title='Multiple used in 2 places.'>check_stock_mc_ext</a>:
<a id='L798' name='L798'></a> 798 <a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</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>, <a href='../S/lib--fileloc.h.html#L66' title='Defined at 66 in lib/fileloc.h.'>MC_EXT_FILE</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L799' name='L799'></a> 799 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>))
<a id='L800' name='L800'></a> 800 <em class='brace'>{</em>
<a id='L801' name='L801'></a> 801 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>);
<a id='L802' name='L802'></a> 802 <a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a> =
<a id='L803' name='L803'></a> 803 <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>, <a href='../S/lib--fileloc.h.html#L66' title='Defined at 66 in lib/fileloc.h.'>MC_EXT_FILE</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L804' name='L804'></a> 804 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</a> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>))
<a id='L805' name='L805'></a> 805 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>);
<a id='L806' name='L806'></a> 806 <em class='brace'>}</em>
<a id='L807' name='L807'></a> 807 <a href='../Y/mc_user_ext.html' title='Multiple used in 3 places.'>mc_user_ext</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L808' name='L808'></a> 808 <em class='brace'>}</em>
<a id='L809' name='L809'></a> 809
<a id='L810' name='L810'></a> 810 <strong class='reserved'>if</strong> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L811' name='L811'></a> 811 <em class='brace'>{</em>
<a id='L812' name='L812'></a> 812 <a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</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/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L813' name='L813'></a> 813 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>);
<a id='L814' name='L814'></a> 814 <em class='brace'>}</em>
<a id='L815' name='L815'></a> 815 <strong class='reserved'>if</strong> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L816' name='L816'></a> 816 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L817' name='L817'></a> 817
<a id='L818' name='L818'></a> 818 <em class='comment'>// Check version</em>
<a id='L819' name='L819'></a> 819 <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/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/descr_group.html' title='Multiple used in 3 places.'>descr_group</a>))
<a id='L820' name='L820'></a> 820 <em class='brace'>{</em>
<a id='L821' name='L821'></a> 821 <a href='../S/src--filemanager--ext.c.html#L856' title='Defined at 856 in src/filemanager/ext.c.'>flush_extension_file</a> ();
<a id='L822' name='L822'></a> 822
<a id='L823' name='L823'></a> 823 <strong class='reserved'>if</strong> (!<a href='../Y/mc_user_ext.html' title='Multiple used in 3 places.'>mc_user_ext</a>)
<a id='L824' name='L824'></a> 824 <em class='brace'>{</em>
<a id='L825' name='L825'></a> 825 <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 id='L826' name='L826'></a> 826 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("The format of the\n%s%s\nfile has changed with version 4.0.\n"
<a id='L827' name='L827'></a> 827 "It seems that the installation has failed.\nPlease fetch a fresh copy "
<a id='L828' name='L828'></a> 828 "from the %s package."),
<a id='L829' name='L829'></a> 829 <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#L66' title='Defined at 66 in lib/fileloc.h.'>MC_EXT_FILE</a>, <a href='../Y/PACKAGE_NAME.html' title='Multiple used in 16 places.'>PACKAGE_NAME</a>);
<a id='L830' name='L830'></a> 830 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L831' name='L831'></a> 831 <em class='brace'>}</em>
<a id='L832' name='L832'></a> 832
<a id='L833' name='L833'></a> 833 <a href='../Y/home_error.html' title='Multiple used in 3 places.'>home_error</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L834' name='L834'></a> 834 <strong class='reserved'>goto</strong> <a href='../Y/check_stock_mc_ext.html' title='Multiple used in 2 places.'>check_stock_mc_ext</a>;
<a id='L835' name='L835'></a> 835 <em class='brace'>}</em>
<a id='L836' name='L836'></a> 836
<a id='L837' name='L837'></a> 837 <strong class='reserved'>if</strong> (<a href='../Y/home_error.html' title='Multiple used in 3 places.'>home_error</a>)
<a id='L838' name='L838'></a> 838 <em class='brace'>{</em>
<a id='L839' name='L839'></a> 839 <a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</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#L66' title='Defined at 66 in lib/fileloc.h.'>MC_EXT_FILE</a>);
<a id='L840' name='L840'></a> 840 <a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> (
<a id='L841' name='L841'></a> 841 <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 id='L842' name='L842'></a> 842 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("The format of the\n%s\nfile has changed with version 4.0.\nYou may either want "
<a id='L843' name='L843'></a> 843 "to copy it from\n%s%s\nor use that file as an example of how to write it."),
<a id='L844' name='L844'></a> 844 <a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</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#L66' title='Defined at 66 in lib/fileloc.h.'>MC_EXT_FILE</a>);
<a id='L845' name='L845'></a> 845 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/extension_file.html' title='Multiple used in 16 places.'>extension_file</a>);
<a id='L846' name='L846'></a> 846 <em class='brace'>}</em>
<a id='L847' name='L847'></a> 847
<a id='L848' name='L848'></a> 848 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L849' name='L849'></a> 849 <em class='brace'>}</em>
<a id='L850' name='L850'></a> 850
<a id='L851' name='L851'></a> 851 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L852' name='L852'></a> 852 <em class='comment'>/*** public functions ****************************************************************************/</em>
<a id='L853' name='L853'></a> 853 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L854' name='L854'></a> 854
<a id='L855' name='L855'></a> 855 <strong class='reserved'>void</strong>
<a id='L856' name='L856'></a> 856 <a href='../R/flush_extension_file.html' title='Multiple referred from 4 places.'>flush_extension_file</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L784'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L881'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+856 src/filemanager/ext.c' /> */</em>
<a id='L857' name='L857'></a> 857 <em class='brace'>{</em>
<a id='L858' name='L858'></a> 858 <a href='../Y/g_strfreev.html' title='Multiple used in 54 places.'>g_strfreev</a> (<a href='../Y/ext_ini_groups.html' title='Multiple used in 6 places.'>ext_ini_groups</a>);
<a id='L859' name='L859'></a> 859 <a href='../Y/ext_ini_groups.html' title='Multiple used in 6 places.'>ext_ini_groups</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L860' name='L860'></a> 860
<a id='L861' name='L861'></a> 861 <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/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>);
<a id='L862' name='L862'></a> 862 <a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L863' name='L863'></a> 863 <em class='brace'>}</em>
<a id='L864' name='L864'></a> 864
<a id='L865' name='L865'></a> 865 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L866' name='L866'></a> 866 <em class='comment'>/**</em>
<a id='L867' name='L867'></a> 867 <em class='comment'> * The second argument is action, i.e. Open, View or Edit</em>
<a id='L868' name='L868'></a> 868 <em class='comment'> * Use target object to open file in.</em>
<a id='L869' name='L869'></a> 869 <em class='comment'> *</em>
<a id='L870' name='L870'></a> 870 <em class='comment'> * This function returns:</em>
<a id='L871' name='L871'></a> 871 <em class='comment'> *</em>
<a id='L872' name='L872'></a> 872 <em class='comment'> * -1 for a failure or user interrupt</em>
<a id='L873' name='L873'></a> 873 <em class='comment'> * 0 if no command was run</em>
<a id='L874' name='L874'></a> 874 <em class='comment'> * 1 if some command was run</em>
<a id='L875' name='L875'></a> 875 <em class='comment'> *</em>
<a id='L876' name='L876'></a> 876 <em class='comment'> * If action == "View" then a parameter is checked in the form of "View:%d",</em>
<a id='L877' name='L877'></a> 877 <em class='comment'> * if the value for %d exists, then the viewer is started up at that line number.</em>
<a id='L878' name='L878'></a> 878 <em class='comment'> */</em>
<a id='L879' name='L879'></a> 879
<a id='L880' name='L880'></a> 880 <strong class='reserved'>int</strong>
<a id='L881' name='L881'></a> 881 <a href='../R/regex_command_for.html' title='Multiple referred from 3 places.'>regex_command_for</a> (<strong class='reserved'>void</strong> *<a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>,
<em class='comment'>/* <a href='#L856'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L112'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+881 src/filemanager/ext.c' /> */</em>
<a id='L882' name='L882'></a> 882 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> **<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a>)
<a id='L883' name='L883'></a> 883 <em class='brace'>{</em>
<a id='L884' name='L884'></a> 884 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>;
<a id='L885' name='L885'></a> 885 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/filename_len.html' title='Multiple used in 12 places.'>filename_len</a>;
<a id='L886' name='L886'></a> 886 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L887' name='L887'></a> 887 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/error_flag.html' title='Multiple used in 4 places.'>error_flag</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L888' name='L888'></a> 888 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = 0;
<a id='L889' name='L889'></a> 889 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>;
<a id='L890' name='L890'></a> 890 <strong class='reserved'>int</strong> <a href='../Y/view_at_line_number.html' title='Multiple used in 3 places.'>view_at_line_number</a> = 0;
<a id='L891' name='L891'></a> 891 <em class='sharp'>#ifdef</em> <a href='../Y/USE_FILE_CMD.html' title='Multiple used in 8 places.'>USE_FILE_CMD</a>
<a id='L892' name='L892'></a> 892 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/have_type.html' title='Multiple used in 5 places.'>have_type</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>; <em class='comment'>// Flag used by regex_check_type()</em>
<a id='L893' name='L893'></a> 893 <em class='sharp'>#endif</em>
<a id='L894' name='L894'></a> 894 <strong class='reserved'>char</strong> **<a href='../Y/group_iter.html' title='Multiple used in 6 places.'>group_iter</a>;
<a id='L895' name='L895'></a> 895 <strong class='reserved'>char</strong> *<a href='../Y/include_group.html' title='Multiple used in 5 places.'>include_group</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L896' name='L896'></a> 896 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/current_group.html' title='Multiple used in 43 places.'>current_group</a>;
<a id='L897' name='L897'></a> 897
<a id='L898' name='L898'></a> 898 <strong class='reserved'>if</strong> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L899' name='L899'></a> 899 <strong class='reserved'>return</strong> 0;
<a id='L900' name='L900'></a> 900
<a id='L901' name='L901'></a> 901 <strong class='reserved'>if</strong> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L902' name='L902'></a> 902 *<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L903' name='L903'></a> 903
<a id='L904' name='L904'></a> 904 <em class='comment'>// Check for the special View:%d parameter</em>
<a id='L905' name='L905'></a> 905 <strong class='reserved'>if</strong> (<a href='../Y/strncmp.html' title='Multiple used in 99 places.'>strncmp</a> (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>, "View:", 5) == 0)
<a id='L906' name='L906'></a> 906 <em class='brace'>{</em>
<a id='L907' name='L907'></a> 907 <a href='../Y/view_at_line_number.html' title='Multiple used in 3 places.'>view_at_line_number</a> = <a href='../Y/atoi.html' title='Multiple used in 19 places.'>atoi</a> (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a> + 5);
<a id='L908' name='L908'></a> 908 <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a> = "View";
<a id='L909' name='L909'></a> 909 <em class='brace'>}</em>
<a id='L910' name='L910'></a> 910
<a id='L911' name='L911'></a> 911 <strong class='reserved'>if</strong> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> &amp;&amp; !<a href='../S/src--filemanager--ext.c.html#L784' title='Defined at 784 in src/filemanager/ext.c.'>load_extension_file</a> ())
<a id='L912' name='L912'></a> 912 <strong class='reserved'>return</strong> 0;
<a id='L913' name='L913'></a> 913
<a id='L914' name='L914'></a> 914 <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, &amp;<a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>);
<a id='L915' name='L915'></a> 915
<a id='L916' name='L916'></a> 916 <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> = <a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L917' name='L917'></a> 917 <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> = <a href='../S/lib--util.c.html#L652' title='Defined at 652 in lib/util.c.'>x_basename</a> (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>);
<a id='L918' name='L918'></a> 918 <a href='../Y/filename_len.html' title='Multiple used in 12 places.'>filename_len</a> = <a href='../Y/strlen.html' title='Multiple used in 193 places.'>strlen</a> (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>);
<a id='L919' name='L919'></a> 919
<a id='L920' name='L920'></a> 920 <strong class='reserved'>if</strong> (<a href='../Y/ext_ini_groups.html' title='Multiple used in 6 places.'>ext_ini_groups</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L921' name='L921'></a> 921 <a href='../Y/ext_ini_groups.html' title='Multiple used in 6 places.'>ext_ini_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/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L922' name='L922'></a> 922
<a id='L923' name='L923'></a> 923 <em class='comment'>// find matched type, regex or shell pattern</em>
<a id='L924' name='L924'></a> 924 <strong class='reserved'>for</strong> (<a href='../Y/group_iter.html' title='Multiple used in 6 places.'>group_iter</a> = <a href='../Y/ext_ini_groups.html' title='Multiple used in 6 places.'>ext_ini_groups</a>; *<a href='../Y/group_iter.html' title='Multiple used in 6 places.'>group_iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> &amp;&amp; !<a href='../Y/found.html' title='Multiple used in 67 places.'>found</a>; <a href='../Y/group_iter.html' title='Multiple used in 6 places.'>group_iter</a>++)
<a id='L925' name='L925'></a> 925 <em class='brace'>{</em>
<a id='L926' name='L926'></a> 926 <strong class='reserved'>enum</strong>
<a id='L927' name='L927'></a> 927 <em class='brace'>{</em>
<a id='L928' name='L928'></a> 928 <a href='../R/TYPE_UNUSED.html' title='Multiple referred from 3 places.'>TYPE_UNUSED</a>,
<a id='L929' name='L929'></a> 929 <a href='../R/TYPE_NOT_FOUND.html' title='Multiple referred from 2 places.'>TYPE_NOT_FOUND</a>,
<a id='L930' name='L930'></a> 930 <a href='../R/TYPE_FOUND.html' title='Multiple referred from 4 places.'>TYPE_FOUND</a>
<a id='L931' name='L931'></a> 931 <em class='brace'>}</em> <a href='../Y/type_state.html' title='Multiple used in 6 places.'>type_state</a> = <a href='../S/src--filemanager--ext.c.html#L928' title='Defined at 928 in src/filemanager/ext.c.'>TYPE_UNUSED</a>;
<a id='L932' name='L932'></a> 932
<a id='L933' name='L933'></a> 933 <strong class='reserved'>const</strong> <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = *<a href='../Y/group_iter.html' title='Multiple used in 6 places.'>group_iter</a>;
<a id='L934' name='L934'></a> 934 <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> *<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>;
<a id='L935' name='L935'></a> 935 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ignore_case.html' title='Multiple used in 12 places.'>ignore_case</a>;
<a id='L936' name='L936'></a> 936
<a id='L937' name='L937'></a> 937 <strong class='reserved'>if</strong> (<a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/descr_group.html' title='Multiple used in 3 places.'>descr_group</a>) == 0 || <a href='../Y/strncmp.html' title='Multiple used in 99 places.'>strncmp</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, "Include/", 8) == 0
<a id='L938' name='L938'></a> 938 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/default_group.html' title='Multiple used in 4 places.'>default_group</a>) == 0)
<a id='L939' name='L939'></a> 939 <strong class='reserved'>continue</strong>;
<a id='L940' name='L940'></a> 940
<a id='L941' name='L941'></a> 941 <em class='comment'>/* The "Directory" parameter is a special case: if it's present then</em>
<a id='L942' name='L942'></a> 942 <em class='comment'> "Type", "Regex", and "Shell" parameters are ignored */</em>
<a id='L943' name='L943'></a> 943 <a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> = <a href='../D/mc_config_get_string_raw.html' title='Multiple defined in 2 places.'>mc_config_get_string_raw</a> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, "Directory", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L944' name='L944'></a> 944 <strong class='reserved'>if</strong> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L945' name='L945'></a> 945 <em class='brace'>{</em>
<a id='L946' name='L946'></a> 946 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/mystat.html' title='Multiple used in 23 places.'>mystat</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>)
<a id='L947' name='L947'></a> 947 &amp;&amp; <a href='../S/lib--search--search.c.html#L411' title='Defined at 411 in lib/search/search.c.'>mc_search</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>), <a href='../S/lib--search.h.html#L37' title='Defined at 37 in lib/search.h.'>MC_SEARCH_T_REGEX</a>);
<a id='L948' name='L948'></a> 948 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>);
<a id='L949' name='L949'></a> 949
<a id='L950' name='L950'></a> 950 <strong class='reserved'>continue</strong>; <em class='comment'>// stop if found</em>
<a id='L951' name='L951'></a> 951 <em class='brace'>}</em>
<a id='L952' name='L952'></a> 952
<a id='L953' name='L953'></a> 953 <em class='sharp'>#ifdef</em> <a href='../Y/USE_FILE_CMD.html' title='Multiple used in 8 places.'>USE_FILE_CMD</a>
<a id='L954' name='L954'></a> 954 <strong class='reserved'>if</strong> (<a href='../Y/use_file_to_check_type.html' title='Multiple used in 4 places.'>use_file_to_check_type</a>)
<a id='L955' name='L955'></a> 955 <em class='brace'>{</em>
<a id='L956' name='L956'></a> 956 <a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> = <a href='../D/mc_config_get_string_raw.html' title='Multiple defined in 2 places.'>mc_config_get_string_raw</a> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, "Type", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L957' name='L957'></a> 957 <strong class='reserved'>if</strong> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L958' name='L958'></a> 958 <em class='brace'>{</em>
<a id='L959' name='L959'></a> 959 <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 href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L960' name='L960'></a> 960
<a id='L961' name='L961'></a> 961 <a href='../Y/ignore_case.html' title='Multiple used in 12 places.'>ignore_case</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 href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, "TypeIgnoreCase", <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L962' name='L962'></a> 962 <a href='../Y/type_state.html' title='Multiple used in 6 places.'>type_state</a> =
<a id='L963' name='L963'></a> 963 <a href='../S/src--filemanager--ext.c.html#L644' title='Defined at 644 in src/filemanager/ext.c.'>regex_check_type</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>, <a href='../Y/ignore_case.html' title='Multiple used in 12 places.'>ignore_case</a>, &amp;<a href='../Y/have_type.html' title='Multiple used in 5 places.'>have_type</a>, &amp;<a href='../Y/mcerror.html' title='Multiple used in 399 places.'>mcerror</a>)
<a id='L964' name='L964'></a> 964 ? <a href='../S/src--filemanager--ext.c.html#L930' title='Defined at 930 in src/filemanager/ext.c.'>TYPE_FOUND</a>
<a id='L965' name='L965'></a> 965 : <a href='../S/src--filemanager--ext.c.html#L929' title='Defined at 929 in src/filemanager/ext.c.'>TYPE_NOT_FOUND</a>;
<a id='L966' name='L966'></a> 966 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>);
<a id='L967' name='L967'></a> 967
<a id='L968' name='L968'></a> 968 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--wtools.c.html#L417' title='Defined at 417 in lib/widget/wtools.c.'>mc_error_message</a> (&amp;<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='L969' name='L969'></a> 969 <a href='../Y/error_flag.html' title='Multiple used in 4 places.'>error_flag</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>; <em class='comment'>// leave it if file cannot be opened</em>
<a id='L970' name='L970'></a> 970
<a id='L971' name='L971'></a> 971 <strong class='reserved'>if</strong> (<a href='../Y/type_state.html' title='Multiple used in 6 places.'>type_state</a> == <a href='../S/src--filemanager--ext.c.html#L929' title='Defined at 929 in src/filemanager/ext.c.'>TYPE_NOT_FOUND</a>)
<a id='L972' name='L972'></a> 972 <strong class='reserved'>continue</strong>;
<a id='L973' name='L973'></a> 973 <em class='brace'>}</em>
<a id='L974' name='L974'></a> 974 <em class='brace'>}</em>
<a id='L975' name='L975'></a> 975 <em class='sharp'>#endif</em>
<a id='L976' name='L976'></a> 976
<a id='L977' name='L977'></a> 977 <a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> = <a href='../D/mc_config_get_string_raw.html' title='Multiple defined in 2 places.'>mc_config_get_string_raw</a> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, "Regex", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L978' name='L978'></a> 978 <strong class='reserved'>if</strong> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L979' name='L979'></a> 979 <em class='brace'>{</em>
<a id='L980' name='L980'></a> 980 <a href='../S/lib--search.h.html#L123' title='Defined at 123 in lib/search.h.'>mc_search_t</a> *<a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>;
<a id='L981' name='L981'></a> 981
<a id='L982' name='L982'></a> 982 <a href='../Y/ignore_case.html' title='Multiple used in 12 places.'>ignore_case</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 href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, "RegexIgnoreCase", <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L983' name='L983'></a> 983 <a href='../Y/search.html' title='Multiple used in 198 places.'>search</a> = <a href='../S/lib--search--search.c.html#L127' title='Defined at 127 in lib/search/search.c.'>mc_search_new</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L984' name='L984'></a> 984 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>);
<a id='L985' name='L985'></a> 985
<a id='L986' name='L986'></a> 986 <strong class='reserved'>if</strong> (<a href='../Y/search.html' title='Multiple used in 198 places.'>search</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L987' name='L987'></a> 987 <em class='brace'>{</em>
<a id='L988' name='L988'></a> 988 <a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>-&gt;<a href='../Y/search_type.html' title='Multiple used in 38 places.'>search_type</a> = <a href='../S/lib--search.h.html#L37' title='Defined at 37 in lib/search.h.'>MC_SEARCH_T_REGEX</a>;
<a id='L989' name='L989'></a> 989 <a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>-&gt;<a href='../Y/is_case_sensitive.html' title='Multiple used in 25 places.'>is_case_sensitive</a> = !<a href='../Y/ignore_case.html' title='Multiple used in 12 places.'>ignore_case</a>;
<a id='L990' name='L990'></a> 990 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../S/lib--search--search.c.html#L248' title='Defined at 248 in lib/search/search.c.'>mc_search_run</a> (<a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>, <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, 0, <a href='../Y/filename_len.html' title='Multiple used in 12 places.'>filename_len</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L991' name='L991'></a> 991 <a href='../S/lib--search--search.c.html#L164' title='Defined at 164 in lib/search/search.c.'>mc_search_free</a> (<a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>);
<a id='L992' name='L992'></a> 992 <em class='brace'>}</em>
<a id='L993' name='L993'></a> 993
<a id='L994' name='L994'></a> 994 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> &amp;&amp; (<a href='../Y/type_state.html' title='Multiple used in 6 places.'>type_state</a> == <a href='../S/src--filemanager--ext.c.html#L928' title='Defined at 928 in src/filemanager/ext.c.'>TYPE_UNUSED</a> || <a href='../Y/type_state.html' title='Multiple used in 6 places.'>type_state</a> == <a href='../S/src--filemanager--ext.c.html#L930' title='Defined at 930 in src/filemanager/ext.c.'>TYPE_FOUND</a>);
<a id='L995' name='L995'></a> 995 <em class='brace'>}</em>
<a id='L996' name='L996'></a> 996 <strong class='reserved'>else</strong>
<a id='L997' name='L997'></a> 997 <em class='brace'>{</em>
<a id='L998' name='L998'></a> 998 <a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> = <a href='../D/mc_config_get_string_raw.html' title='Multiple defined in 2 places.'>mc_config_get_string_raw</a> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, "Shell", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L999' name='L999'></a> 999 <strong class='reserved'>if</strong> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L1000' name='L1000'></a>1000 <em class='brace'>{</em>
<a id='L1001' name='L1001'></a>1001 <strong class='reserved'>int</strong> (*<a href='../Y/cmp_func.html' title='Multiple used in 12 places.'>cmp_func</a>) (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>, <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>);
<a id='L1002' name='L1002'></a>1002 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/pattern_len.html' title='Multiple used in 5 places.'>pattern_len</a>;
<a id='L1003' name='L1003'></a>1003
<a id='L1004' name='L1004'></a>1004 <a href='../Y/ignore_case.html' title='Multiple used in 12 places.'>ignore_case</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 href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, "ShellIgnoreCase", <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L1005' name='L1005'></a>1005 <a href='../Y/cmp_func.html' title='Multiple used in 12 places.'>cmp_func</a> = <a href='../Y/ignore_case.html' title='Multiple used in 12 places.'>ignore_case</a> ? <a href='../Y/strncasecmp.html' title='Multiple used in 12 places.'>strncasecmp</a> : <a href='../Y/strncmp.html' title='Multiple used in 99 places.'>strncmp</a>;
<a id='L1006' name='L1006'></a>1006 <a href='../Y/pattern_len.html' title='Multiple used in 5 places.'>pattern_len</a> = <a href='../Y/strlen.html' title='Multiple used in 193 places.'>strlen</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>);
<a id='L1007' name='L1007'></a>1007
<a id='L1008' name='L1008'></a>1008 <strong class='reserved'>if</strong> (*<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a> == '.' &amp;&amp; <a href='../Y/filename_len.html' title='Multiple used in 12 places.'>filename_len</a> &gt;= <a href='../Y/pattern_len.html' title='Multiple used in 5 places.'>pattern_len</a>)
<a id='L1009' name='L1009'></a>1009 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> =
<a id='L1010' name='L1010'></a>1010 <a href='../Y/cmp_func.html' title='Multiple used in 12 places.'>cmp_func</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>, <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a> + <a href='../Y/filename_len.html' title='Multiple used in 12 places.'>filename_len</a> - <a href='../Y/pattern_len.html' title='Multiple used in 5 places.'>pattern_len</a>, <a href='../Y/pattern_len.html' title='Multiple used in 5 places.'>pattern_len</a>) == 0;
<a id='L1011' name='L1011'></a>1011 <strong class='reserved'>else</strong>
<a id='L1012' name='L1012'></a>1012 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../Y/pattern_len.html' title='Multiple used in 5 places.'>pattern_len</a> == <a href='../Y/filename_len.html' title='Multiple used in 12 places.'>filename_len</a>
<a id='L1013' name='L1013'></a>1013 &amp;&amp; <a href='../Y/cmp_func.html' title='Multiple used in 12 places.'>cmp_func</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>, <a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, <a href='../Y/filename_len.html' title='Multiple used in 12 places.'>filename_len</a>) == 0;
<a id='L1014' name='L1014'></a>1014
<a id='L1015' name='L1015'></a>1015 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/pattern.html' title='Multiple used in 42 places.'>pattern</a>);
<a id='L1016' name='L1016'></a>1016
<a id='L1017' name='L1017'></a>1017 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> &amp;&amp; (<a href='../Y/type_state.html' title='Multiple used in 6 places.'>type_state</a> == <a href='../S/src--filemanager--ext.c.html#L928' title='Defined at 928 in src/filemanager/ext.c.'>TYPE_UNUSED</a> || <a href='../Y/type_state.html' title='Multiple used in 6 places.'>type_state</a> == <a href='../S/src--filemanager--ext.c.html#L930' title='Defined at 930 in src/filemanager/ext.c.'>TYPE_FOUND</a>);
<a id='L1018' name='L1018'></a>1018 <em class='brace'>}</em>
<a id='L1019' name='L1019'></a>1019 <strong class='reserved'>else</strong>
<a id='L1020' name='L1020'></a>1020 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <a href='../Y/type_state.html' title='Multiple used in 6 places.'>type_state</a> == <a href='../S/src--filemanager--ext.c.html#L930' title='Defined at 930 in src/filemanager/ext.c.'>TYPE_FOUND</a>;
<a id='L1021' name='L1021'></a>1021 <em class='brace'>}</em>
<a id='L1022' name='L1022'></a>1022 <em class='brace'>}</em>
<a id='L1023' name='L1023'></a>1023
<a id='L1024' name='L1024'></a>1024 <em class='comment'>// group is found, process actions</em>
<a id='L1025' name='L1025'></a>1025 <strong class='reserved'>if</strong> (<a href='../Y/found.html' title='Multiple used in 67 places.'>found</a>)
<a id='L1026' name='L1026'></a>1026 <em class='brace'>{</em>
<a id='L1027' name='L1027'></a>1027 <strong class='reserved'>char</strong> *<a href='../Y/include_value.html' title='Multiple used in 5 places.'>include_value</a>;
<a id='L1028' name='L1028'></a>1028
<a id='L1029' name='L1029'></a>1029 <a href='../Y/group_iter.html' title='Multiple used in 6 places.'>group_iter</a>--;
<a id='L1030' name='L1030'></a>1030
<a id='L1031' name='L1031'></a>1031 <em class='comment'>// "Include" parameter has the highest priority over any actions</em>
<a id='L1032' name='L1032'></a>1032 <a href='../Y/include_value.html' title='Multiple used in 5 places.'>include_value</a> = <a href='../D/mc_config_get_string_raw.html' title='Multiple defined in 2 places.'>mc_config_get_string_raw</a> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, *<a href='../Y/group_iter.html' title='Multiple used in 6 places.'>group_iter</a>, "Include", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L1033' name='L1033'></a>1033 <strong class='reserved'>if</strong> (<a href='../Y/include_value.html' title='Multiple used in 5 places.'>include_value</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L1034' name='L1034'></a>1034 <em class='brace'>{</em>
<a id='L1035' name='L1035'></a>1035 <em class='comment'>// find "Include/include_value" group</em>
<a id='L1036' name='L1036'></a>1036 <a href='../Y/include_group.html' title='Multiple used in 5 places.'>include_group</a> = <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> ("Include/", <a href='../Y/include_value.html' title='Multiple used in 5 places.'>include_value</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L1037' name='L1037'></a>1037 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/include_value.html' title='Multiple used in 5 places.'>include_value</a>);
<a id='L1038' name='L1038'></a>1038 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <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/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/include_group.html' title='Multiple used in 5 places.'>include_group</a>);
<a id='L1039' name='L1039'></a>1039 <em class='brace'>}</em>
<a id='L1040' name='L1040'></a>1040 <em class='brace'>}</em>
<a id='L1041' name='L1041'></a>1041
<a id='L1042' name='L1042'></a>1042 <strong class='reserved'>if</strong> (<a href='../Y/found.html' title='Multiple used in 67 places.'>found</a>)
<a id='L1043' name='L1043'></a>1043 <a href='../Y/current_group.html' title='Multiple used in 43 places.'>current_group</a> = <a href='../Y/include_group.html' title='Multiple used in 5 places.'>include_group</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> ? <a href='../Y/include_group.html' title='Multiple used in 5 places.'>include_group</a> : *<a href='../Y/group_iter.html' title='Multiple used in 6 places.'>group_iter</a>;
<a id='L1044' name='L1044'></a>1044 <strong class='reserved'>else</strong>
<a id='L1045' name='L1045'></a>1045 <em class='brace'>{</em>
<a id='L1046' name='L1046'></a>1046 <a href='../Y/current_group.html' title='Multiple used in 43 places.'>current_group</a> = <a href='../Y/default_group.html' title='Multiple used in 4 places.'>default_group</a>;
<a id='L1047' name='L1047'></a>1047 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = <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/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/current_group.html' title='Multiple used in 43 places.'>current_group</a>);
<a id='L1048' name='L1048'></a>1048 <em class='brace'>}</em>
<a id='L1049' name='L1049'></a>1049
<a id='L1050' name='L1050'></a>1050 <strong class='reserved'>if</strong> (<a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> &amp;&amp; !<a href='../Y/error_flag.html' title='Multiple used in 4 places.'>error_flag</a>)
<a id='L1051' name='L1051'></a>1051 <em class='brace'>{</em>
<a id='L1052' name='L1052'></a>1052 <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> *<a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a>;
<a id='L1053' name='L1053'></a>1053
<a id='L1054' name='L1054'></a>1054 <a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a> = <a href='../D/mc_config_get_string_raw.html' title='Multiple defined in 2 places.'>mc_config_get_string_raw</a> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/current_group.html' title='Multiple used in 43 places.'>current_group</a>, <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L1055' name='L1055'></a>1055 <strong class='reserved'>if</strong> (<a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L1056' name='L1056'></a>1056 <em class='brace'>{</em>
<a id='L1057' name='L1057'></a>1057 <em class='comment'>// Not found, try the action from default section</em>
<a id='L1058' name='L1058'></a>1058 <a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a> = <a href='../D/mc_config_get_string_raw.html' title='Multiple defined in 2 places.'>mc_config_get_string_raw</a> (<a href='../Y/ext_ini.html' title='Multiple used in 20 places.'>ext_ini</a>, <a href='../Y/default_group.html' title='Multiple used in 4 places.'>default_group</a>, <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L1059' name='L1059'></a>1059 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = (<a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> &amp;&amp; *<a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a> != '\0');
<a id='L1060' name='L1060'></a>1060 <em class='brace'>}</em>
<a id='L1061' name='L1061'></a>1061 <strong class='reserved'>else</strong>
<a id='L1062' name='L1062'></a>1062 <em class='brace'>{</em>
<a id='L1063' name='L1063'></a>1063 <em class='comment'>// If action's value is empty, ignore action from default section</em>
<a id='L1064' name='L1064'></a>1064 <a href='../Y/found.html' title='Multiple used in 67 places.'>found</a> = (*<a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a> != '\0');
<a id='L1065' name='L1065'></a>1065 <em class='brace'>}</em>
<a id='L1066' name='L1066'></a>1066
<a id='L1067' name='L1067'></a>1067 <strong class='reserved'>if</strong> (<a href='../Y/found.html' title='Multiple used in 67 places.'>found</a>)
<a id='L1068' name='L1068'></a>1068 <em class='brace'>{</em>
<a id='L1069' name='L1069'></a>1069 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/sv.html' title='Multiple used in 4 places.'>sv</a>;
<a id='L1070' name='L1070'></a>1070
<a id='L1071' name='L1071'></a>1071 <a href='../Y/sv.html' title='Multiple used in 4 places.'>sv</a> = <a href='../S/src--filemanager--ext.c.html#L420' title='Defined at 420 in src/filemanager/ext.c.'>exec_extension</a> (<a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>, <a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>, <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a>,
<a id='L1072' name='L1072'></a>1072 <a href='../Y/view_at_line_number.html' title='Multiple used in 3 places.'>view_at_line_number</a>);
<a id='L1073' name='L1073'></a>1073 <strong class='reserved'>if</strong> (<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L1074' name='L1074'></a>1074 *<a href='../Y/script_vpath.html' title='Multiple used in 18 places.'>script_vpath</a> = <a href='../Y/sv.html' title='Multiple used in 4 places.'>sv</a>;
<a id='L1075' name='L1075'></a>1075 <strong class='reserved'>else</strong>
<a id='L1076' name='L1076'></a>1076 <a href='../S/src--filemanager--ext.c.html#L112' title='Defined at 112 in src/filemanager/ext.c.'>exec_cleanup_script</a> (<a href='../Y/sv.html' title='Multiple used in 4 places.'>sv</a>);
<a id='L1077' name='L1077'></a>1077
<a id='L1078' name='L1078'></a>1078 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = 1;
<a id='L1079' name='L1079'></a>1079 <em class='brace'>}</em>
<a id='L1080' name='L1080'></a>1080
<a id='L1081' name='L1081'></a>1081 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/action_value.html' title='Multiple used in 8 places.'>action_value</a>);
<a id='L1082' name='L1082'></a>1082 <em class='brace'>}</em>
<a id='L1083' name='L1083'></a>1083
<a id='L1084' name='L1084'></a>1084 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/include_group.html' title='Multiple used in 5 places.'>include_group</a>);
<a id='L1085' name='L1085'></a>1085
<a id='L1086' name='L1086'></a>1086 <strong class='reserved'>return</strong> (<a href='../Y/error_flag.html' title='Multiple used in 4 places.'>error_flag</a> ? -1 : <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>);
<a id='L1087' name='L1087'></a>1087 <em class='brace'>}</em>
<a id='L1088' name='L1088'></a>1088
<a id='L1089' name='L1089'></a>1089 <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='#L112'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L881'><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>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1089 src/filemanager/ext.c' /> */</em>
</body>
</html>