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

931 lines
171 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/dir.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='#L83'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L831'><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>/dir.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>/dir.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='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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/dir.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L83' title='Defined at 83.'>key_collate</a></li>
<li><a href='#L112' title='Defined at 112.'>compare_by_names</a></li>
<li><a href='#L129' title='Defined at 129.'>clean_sort_keys</a></li>
<li><a href='#L152' title='Defined at 152.'>handle_dirent</a></li>
<li><a href='#L199' title='Defined at 199.'>dir_get_dotdot_stat</a></li>
<li><a href='#L224' title='Defined at 224.'>alloc_dir_copy</a></li>
<li><a href='#L250' title='Defined at 250.'>dir_list_grow</a></li>
<li><a href='#L299' title='Defined at 299.'>dir_list_append</a></li>
<li><a href='#L326' title='Defined at 326.'>unsorted</a></li>
<li><a href='#L337' title='Defined at 337.'>sort_name</a></li>
<li><a href='#L351' title='Defined at 351.'>sort_vers</a></li>
<li><a href='#L373' title='Defined at 373.'>sort_ext</a></li>
<li><a href='#L400' title='Defined at 400.'>sort_time</a></li>
<li><a href='#L421' title='Defined at 421.'>sort_ctime</a></li>
<li><a href='#L442' title='Defined at 442.'>sort_atime</a></li>
<li><a href='#L463' title='Defined at 463.'>sort_inode</a></li>
<li><a href='#L477' title='Defined at 477.'>sort_size</a></li>
<li><a href='#L498' title='Defined at 498.'>dir_list_sort</a></li>
<li><a href='#L521' title='Defined at 521.'>dir_list_clean</a></li>
<li><a href='#L542' title='Defined at 542.'>dir_list_free_list</a></li>
<li><a href='#L563' title='Defined at 563.'>dir_list_init</a></li>
<li><a href='#L596' title='Defined at 596.'>handle_path</a></li>
<li><a href='#L634' title='Defined at 634.'>dir_list_load</a></li>
<li><a href='#L693' title='Defined at 693.'>if_link_is_exe</a></li>
<li><a href='#L707' title='Defined at 707.'>dir_list_reload</a></li>
<li><a href='#L831' title='Defined at 831.'>file_filter_clear</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'> Directory routines</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'> Slava Zanko &lt;slavazanko@gmail.com&gt;, 2013</em>
<a id='L9' name='L9'></a> 9 <em class='comment'> Andrew Borodin &lt;aborodin@vmail.ru&gt;, 2013-2022</em>
<a id='L10' name='L10'></a> 10 <em class='comment'></em>
<a id='L11' name='L11'></a> 11 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L12' name='L12'></a> 12 <em class='comment'></em>
<a id='L13' name='L13'></a> 13 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L14' name='L14'></a> 14 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L15' name='L15'></a> 15 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L16' name='L16'></a> 16 <em class='comment'> or (at your option) any later version.</em>
<a id='L17' name='L17'></a> 17 <em class='comment'></em>
<a id='L18' name='L18'></a> 18 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L19' name='L19'></a> 19 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L20' name='L20'></a> 20 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L21' name='L21'></a> 21 <em class='comment'> GNU General Public License for more details.</em>
<a id='L22' name='L22'></a> 22 <em class='comment'></em>
<a id='L23' name='L23'></a> 23 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L24' name='L24'></a> 24 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L25' name='L25'></a> 25 <em class='comment'> */</em>
<a id='L26' name='L26'></a> 26
<a id='L27' name='L27'></a> 27 <em class='comment'>/** \file src/filemanager/dir.c</em>
<a id='L28' name='L28'></a> 28 <em class='comment'> * \brief Source: directory routines</em>
<a id='L29' name='L29'></a> 29 <em class='comment'> */</em>
<a id='L30' name='L30'></a> 30
<a id='L31' name='L31'></a> 31 <em class='sharp'>#include</em> &lt;config.h&gt;
<a id='L32' name='L32'></a> 32
<a id='L33' name='L33'></a> 33 <em class='sharp'>#include</em> &lt;stdio.h&gt;
<a id='L34' name='L34'></a> 34 <em class='sharp'>#include</em> &lt;stdlib.h&gt;
<a id='L35' name='L35'></a> 35 <em class='sharp'>#include</em> &lt;string.h&gt;
<a id='L36' name='L36'></a> 36 <em class='sharp'>#include</em> &lt;sys/stat.h&gt;
<a id='L37' name='L37'></a> 37
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L39' name='L39'></a> 39 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>"
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> "<a href='lib--search.h.html'>lib/search.h</a>"
<a id='L41' name='L41'></a> 41 <em class='sharp'>#include</em> "<a href='lib--vfs--vfs.h.html'>lib/vfs/vfs.h</a>"
<a id='L42' name='L42'></a> 42 <em class='sharp'>#include</em> "<a href='lib--fs.h.html'>lib/fs.h</a>"
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>"
<a id='L44' name='L44'></a> 44 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>"
<a id='L45' name='L45'></a> 45
<a id='L46' name='L46'></a> 46 <em class='sharp'>#include</em> "<a href='src--setup.h.html'>src/setup.h</a>" <em class='comment'>// panels_options</em>
<a id='L47' name='L47'></a> 47
<a id='L48' name='L48'></a> 48 <em class='sharp'>#include</em> "<a href='src--filemanager--treestore.h.html'>treestore.h</a>"
<a id='L49' name='L49'></a> 49 <em class='sharp'>#include</em> "<a href='src--filemanager--file.h.html'>file.h</a>" <em class='comment'>// file_is_symlink_to_dir()</em>
<a id='L50' name='L50'></a> 50 <em class='sharp'>#include</em> "<a href='src--filemanager--dir.h.html'>dir.h</a>"
<a id='L51' name='L51'></a> 51
<a id='L52' name='L52'></a> 52 <em class='comment'>/*** global variables ****************************************************************************/</em>
<a id='L53' name='L53'></a> 53
<a id='L54' name='L54'></a> 54 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
<a id='L55' name='L55'></a> 55
<a id='L56' name='L56'></a> 56 <em class='sharp'>#define</em> <a href='../R/MY_ISDIR.html' title='Multiple referred from 16 places.'>MY_ISDIR</a>(<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>) \
<a id='L57' name='L57'></a> 57 ((<a href='../S/lib--util.h.html#L298' title='Defined at 298 in lib/util.h.'>is_exe</a> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>) &amp;&amp; !(<a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>) || <a href='../S/src--filemanager--dir.h.html#L110' title='Defined at 110 in src/filemanager/dir.h.'>link_isdir</a> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>)) &amp;&amp; <a href='../Y/exec_first.html' title='Multiple used in 7 places.'>exec_first</a>) \
<a id='L58' name='L58'></a> 58 ? 1 \
<a id='L59' name='L59'></a> 59 : ((<a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>) || <a href='../S/src--filemanager--dir.h.html#L110' title='Defined at 110 in src/filemanager/dir.h.'>link_isdir</a> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>)) ? 2 : 0))
<a id='L60' name='L60'></a> 60
<a id='L61' name='L61'></a> 61 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
<a id='L62' name='L62'></a> 62
<a id='L63' name='L63'></a> 63 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <em class='comment'>/*** file scope variables ************************************************************************/</em>
<a id='L66' name='L66'></a> 66
<a id='L67' name='L67'></a> 67 <em class='comment'>/* Reverse flag */</em>
<a id='L68' name='L68'></a> 68 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a> = 1;
<a id='L69' name='L69'></a> 69
<a id='L70' name='L70'></a> 70 <em class='comment'>/* Are the files sorted case sensitively? */</em>
<a id='L71' name='L71'></a> 71 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a> = <a href='../S/lib--unixcompat.h.html#L120' title='Defined at 120 in lib/unixcompat.h.'>OS_SORT_CASE_SENSITIVE_DEFAULT</a>;
<a id='L72' name='L72'></a> 72
<a id='L73' name='L73'></a> 73 <em class='comment'>/* Are the exec_bit files top in list */</em>
<a id='L74' name='L74'></a> 74 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/exec_first.html' title='Multiple used in 7 places.'>exec_first</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L75' name='L75'></a> 75
<a id='L76' name='L76'></a> 76 <strong class='reserved'>static</strong> <a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> <a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a> = <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 0, 0, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> <em class='brace'>}</em>;
<a id='L77' name='L77'></a> 77
<a id='L78' name='L78'></a> 78 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L79' name='L79'></a> 79 <em class='comment'>/*** file scope functions ************************************************************************/</em>
<a id='L80' name='L80'></a> 80 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L81' name='L81'></a> 81
<a id='L82' name='L82'></a> 82 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>int</strong>
<a id='L83' name='L83'></a> 83 <a href='../R/key_collate.html' title='Multiple referred from 6 places.'>key_collate</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/t1.html' title='Multiple used in 59 places.'>t1</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/t2.html' title='Multiple used in 64 places.'>t2</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L112'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L831'><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='+83 src/filemanager/dir.c' /> */</em>
<a id='L84' name='L84'></a> 84 <em class='brace'>{</em>
<a id='L85' name='L85'></a> 85 <strong class='reserved'>int</strong> <a href='../Y/dotdot.html' title='Multiple used in 3 places.'>dotdot</a> = 0;
<a id='L86' name='L86'></a> 86 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L87' name='L87'></a> 87
<a id='L88' name='L88'></a> 88 <a href='../Y/dotdot.html' title='Multiple used in 3 places.'>dotdot</a> = (<a href='../Y/t1.html' title='Multiple used in 59 places.'>t1</a>[0] == '.' ? 1 : 0) | ((<a href='../Y/t2.html' title='Multiple used in 64 places.'>t2</a>[0] == '.' ? 1 : 0) &lt;&lt; 1);
<a id='L89' name='L89'></a> 89
<a id='L90' name='L90'></a> 90 <strong class='reserved'>switch</strong> (<a href='../Y/dotdot.html' title='Multiple used in 3 places.'>dotdot</a>)
<a id='L91' name='L91'></a> 91 <em class='brace'>{</em>
<a id='L92' name='L92'></a> 92 <strong class='reserved'>case</strong> 0:
<a id='L93' name='L93'></a> 93 <strong class='reserved'>case</strong> 3:
<a id='L94' name='L94'></a> 94 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--strutil--strutil.c.html#L915' title='Defined at 915 in lib/strutil/strutil.c.'>str_key_collate</a> (<a href='../Y/t1.html' title='Multiple used in 59 places.'>t1</a>, <a href='../Y/t2.html' title='Multiple used in 64 places.'>t2</a>, <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>) * <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>;
<a id='L95' name='L95'></a> 95 <strong class='reserved'>break</strong>;
<a id='L96' name='L96'></a> 96 <strong class='reserved'>case</strong> 1:
<a id='L97' name='L97'></a> 97 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = -1; <em class='comment'>// t1 &lt; t2</em>
<a id='L98' name='L98'></a> 98 <strong class='reserved'>break</strong>;
<a id='L99' name='L99'></a> 99 <strong class='reserved'>case</strong> 2:
<a id='L100' name='L100'></a> 100 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = 1; <em class='comment'>// t1 &gt; t2</em>
<a id='L101' name='L101'></a> 101 <strong class='reserved'>break</strong>;
<a id='L102' name='L102'></a> 102 <strong class='reserved'>default</strong>:
<a id='L103' name='L103'></a> 103 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = 0; <em class='comment'>// it must not happen</em>
<a id='L104' name='L104'></a> 104 <em class='brace'>}</em>
<a id='L105' name='L105'></a> 105
<a id='L106' name='L106'></a> 106 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L107' name='L107'></a> 107 <em class='brace'>}</em>
<a id='L108' name='L108'></a> 108
<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'>inline</strong> <strong class='reserved'>int</strong>
<a id='L112' name='L112'></a> 112 <a href='../R/compare_by_names.html' title='Multiple referred from 7 places.'>compare_by_names</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L83'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L129'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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/dir.c' /> */</em>
<a id='L113' name='L113'></a> 113 <em class='brace'>{</em>
<a id='L114' name='L114'></a> 114 <em class='comment'>// create key if does not exist, key will be freed after sorting</em>
<a id='L115' name='L115'></a> 115 <strong class='reserved'>if</strong> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L116' name='L116'></a> 116 <a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a> = <a href='../S/lib--strutil--strutil.c.html#L907' title='Defined at 907 in lib/strutil/strutil.c.'>str_create_key_for_filename</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>);
<a id='L117' name='L117'></a> 117 <strong class='reserved'>if</strong> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L118' name='L118'></a> 118 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a> = <a href='../S/lib--strutil--strutil.c.html#L907' title='Defined at 907 in lib/strutil/strutil.c.'>str_create_key_for_filename</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>);
<a id='L119' name='L119'></a> 119
<a id='L120' name='L120'></a> 120 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--dir.c.html#L83' title='Defined at 83 in src/filemanager/dir.c.'>key_collate</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a>);
<a id='L121' name='L121'></a> 121 <em class='brace'>}</em>
<a id='L122' name='L122'></a> 122
<a id='L123' name='L123'></a> 123 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L124' name='L124'></a> 124 <em class='comment'>/**</em>
<a id='L125' name='L125'></a> 125 <em class='comment'> * clear keys, should be call after sorting is finished.</em>
<a id='L126' name='L126'></a> 126 <em class='comment'> */</em>
<a id='L127' name='L127'></a> 127
<a id='L128' name='L128'></a> 128 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L129' name='L129'></a> 129 <a href='../S/src--filemanager--dir.c.html#L514' title='Referred from 514 in src/filemanager/dir.c.'>clean_sort_keys</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <strong class='reserved'>int</strong> <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>, <strong class='reserved'>int</strong> <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>)
<em class='comment'>/* <a href='#L112'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L152'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+129 src/filemanager/dir.c' /> */</em>
<a id='L130' name='L130'></a> 130 <em class='brace'>{</em>
<a id='L131' name='L131'></a> 131 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L132' name='L132'></a> 132
<a id='L133' name='L133'></a> 133 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L134' name='L134'></a> 134 <em class='brace'>{</em>
<a id='L135' name='L135'></a> 135 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>;
<a id='L136' name='L136'></a> 136
<a id='L137' name='L137'></a> 137 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> + <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>];
<a id='L138' name='L138'></a> 138 <a href='../S/lib--strutil--strutil.c.html#L923' title='Defined at 923 in lib/strutil/strutil.c.'>str_release_key</a> (<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a>, <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>);
<a id='L139' name='L139'></a> 139 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L140' name='L140'></a> 140 <a href='../S/lib--strutil--strutil.c.html#L923' title='Defined at 923 in lib/strutil/strutil.c.'>str_release_key</a> (<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a>, <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>);
<a id='L141' name='L141'></a> 141 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L142' name='L142'></a> 142 <em class='brace'>}</em>
<a id='L143' name='L143'></a> 143 <em class='brace'>}</em>
<a id='L144' name='L144'></a> 144
<a id='L145' name='L145'></a> 145 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L146' name='L146'></a> 146 <em class='comment'>/**</em>
<a id='L147' name='L147'></a> 147 <em class='comment'> * If you change handle_dirent then check also handle_path.</em>
<a id='L148' name='L148'></a> 148 <em class='comment'> * @return FALSE = don't add, TRUE = add to the list</em>
<a id='L149' name='L149'></a> 149 <em class='comment'> */</em>
<a id='L150' name='L150'></a> 150
<a id='L151' name='L151'></a> 151 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L152' name='L152'></a> 152 <a href='../R/handle_dirent.html' title='Multiple referred from 2 places.'>handle_dirent</a> (<strong class='reserved'>struct</strong> <a href='../S/lib--vfs--vfs.h.html#L213' title='Defined at 213 in lib/vfs/vfs.h.'>vfs_dirent</a> *<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>, <strong class='reserved'>const</strong> <a href='../S/src--filemanager--dir.h.html#L71' title='Defined at 71 in src/filemanager/dir.h.'>file_filter_t</a> *<a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>, <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>,
<em class='comment'>/* <a href='#L129'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L199'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+152 src/filemanager/dir.c' /> */</em>
<a id='L153' name='L153'></a> 153 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>)
<a id='L154' name='L154'></a> 154 <em class='brace'>{</em>
<a id='L155' name='L155'></a> 155 <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/vpath.html' title='Multiple used in 942 places.'>vpath</a>;
<a id='L156' name='L156'></a> 156 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L157' name='L157'></a> 157
<a id='L158' name='L158'></a> 158 <strong class='reserved'>if</strong> (<a href='../S/lib--fs.h.html#L108' title='Defined at 108 in lib/fs.h.'>DIR_IS_DOT</a> (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>) || <a href='../S/lib--fs.h.html#L109' title='Defined at 109 in lib/fs.h.'>DIR_IS_DOTDOT</a> (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>))
<a id='L159' name='L159'></a> 159 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L160' name='L160'></a> 160 <strong class='reserved'>if</strong> (!<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/show_dot_files.html' title='Multiple used in 7 places.'>show_dot_files</a> &amp;&amp; (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>[0] == '.'))
<a id='L161' name='L161'></a> 161 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L162' name='L162'></a> 162 <strong class='reserved'>if</strong> (!<a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/show_backups.html' title='Multiple used in 5 places.'>show_backups</a> &amp;&amp; <a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>[<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_len.html' title='Multiple used in 8 places.'>d_len</a> - 1] == '~')
<a id='L163' name='L163'></a> 163 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L164' name='L164'></a> 164
<a id='L165' name='L165'></a> 165 <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>);
<a id='L166' name='L166'></a> 166 <strong class='reserved'>if</strong> (<a href='../Y/mc_lstat.html' title='Multiple used in 18 places.'>mc_lstat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>) == -1)
<a id='L167' name='L167'></a> 167 <em class='brace'>{</em>
<a id='L168' name='L168'></a> 168 <em class='comment'>/*</em>
<a id='L169' name='L169'></a> 169 <em class='comment'> * lstat() fails - such entries should be identified by</em>
<a id='L170' name='L170'></a> 170 <em class='comment'> * buf1-&gt;st_mode being 0.</em>
<a id='L171' name='L171'></a> 171 <em class='comment'> * It happens on QNX Neutrino for /fs/cd0 if no CD is inserted.</em>
<a id='L172' name='L172'></a> 172 <em class='comment'> */</em>
<a id='L173' name='L173'></a> 173 <a href='../Y/memset.html' title='Multiple used in 74 places.'>memset</a> (<a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>, 0, <strong class='reserved'>sizeof</strong> (*<a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>));
<a id='L174' name='L174'></a> 174 <em class='brace'>}</em>
<a id='L175' name='L175'></a> 175
<a id='L176' name='L176'></a> 176 <strong class='reserved'>if</strong> (<a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>-&gt;<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>))
<a id='L177' name='L177'></a> 177 <a href='../S/src--filemanager--treestore.c.html#L736' title='Defined at 736 in src/filemanager/treestore.c.'>tree_store_mark_checked</a> (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>);
<a id='L178' name='L178'></a> 178
<a id='L179' name='L179'></a> 179 <em class='comment'>// A link to a file or a directory?</em>
<a id='L180' name='L180'></a> 180 *<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a> = <a href='../S/src--filemanager--file.c.html#L2248' title='Defined at 2248 in src/filemanager/file.c.'>file_is_symlink_to_dir</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>, <a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>);
<a id='L181' name='L181'></a> 181
<a id='L182' name='L182'></a> 182 <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/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L183' name='L183'></a> 183
<a id='L184' name='L184'></a> 184 <strong class='reserved'>if</strong> (<a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> &amp;&amp; <a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>-&gt;<a href='../Y/handler.html' title='Multiple used in 31 places.'>handler</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L185' name='L185'></a> 185 <em class='brace'>{</em>
<a id='L186' name='L186'></a> 186 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/files_only.html' title='Multiple used in 8 places.'>files_only</a> = (<a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>-&gt;<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a> &amp; <a href='../S/src--filemanager--dir.h.html#L30' title='Defined at 30 in src/filemanager/dir.h.'>SELECT_FILES_ONLY</a>) != 0;
<a id='L187' name='L187'></a> 187
<a id='L188' name='L188'></a> 188 <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a> = ((<a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>-&gt;<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>) || *<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>) &amp;&amp; <a href='../Y/files_only.html' title='Multiple used in 8 places.'>files_only</a>)
<a id='L189' name='L189'></a> 189 || <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/filter.html' title='Multiple used in 50 places.'>filter</a>-&gt;<a href='../Y/handler.html' title='Multiple used in 31 places.'>handler</a>, <a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>, 0, <a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_len.html' title='Multiple used in 8 places.'>d_len</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L190' name='L190'></a> 190 <em class='brace'>}</em>
<a id='L191' name='L191'></a> 191
<a id='L192' name='L192'></a> 192 <strong class='reserved'>return</strong> <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a>;
<a id='L193' name='L193'></a> 193 <em class='brace'>}</em>
<a id='L194' name='L194'></a> 194
<a id='L195' name='L195'></a> 195 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L196' name='L196'></a> 196 <em class='comment'>/** get info about ".." */</em>
<a id='L197' name='L197'></a> 197
<a id='L198' name='L198'></a> 198 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L199' name='L199'></a> 199 <a href='../R/dir_get_dotdot_stat.html' title='Multiple referred from 2 places.'>dir_get_dotdot_stat</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/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>)
<em class='comment'>/* <a href='#L152'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L224'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+199 src/filemanager/dir.c' /> */</em>
<a id='L200' name='L200'></a> 200 <em class='brace'>{</em>
<a id='L201' name='L201'></a> 201 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L202' name='L202'></a> 202
<a id='L203' name='L203'></a> 203 <strong class='reserved'>if</strong> ((<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>) &amp;&amp; (<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>))
<a id='L204' name='L204'></a> 204 <em class='brace'>{</em>
<a id='L205' name='L205'></a> 205 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>;
<a id='L206' name='L206'></a> 206
<a id='L207' name='L207'></a> 207 <a href='../Y/path.html' title='Multiple used in 439 places.'>path</a> = <a href='../S/lib--vfs--path.c.html#L790' title='Defined at 790 in lib/vfs/path.c.'>vfs_path_get_by_index</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, 0)-&gt;<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>;
<a id='L208' name='L208'></a> 208 <strong class='reserved'>if</strong> (<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> &amp;&amp; *<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a> != '\0')
<a id='L209' name='L209'></a> 209 <em class='brace'>{</em>
<a id='L210' name='L210'></a> 210 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>;
<a id='L211' name='L211'></a> 211
<a id='L212' name='L212'></a> 212 <a href='../Y/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a> = <a href='../S/lib--vfs--path.c.html#L1257' title='Defined at 1257 in lib/vfs/path.c.'>vfs_path_append_new</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, "..", (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L213' name='L213'></a> 213 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>, <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>) == 0;
<a id='L214' name='L214'></a> 214 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L215' name='L215'></a> 215 <em class='brace'>}</em>
<a id='L216' name='L216'></a> 216 <em class='brace'>}</em>
<a id='L217' name='L217'></a> 217
<a id='L218' name='L218'></a> 218 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L219' name='L219'></a> 219 <em class='brace'>}</em>
<a id='L220' name='L220'></a> 220
<a id='L221' name='L221'></a> 221 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L222' name='L222'></a> 222
<a id='L223' name='L223'></a> 223 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L224' name='L224'></a> 224 <a href='../S/src--filemanager--dir.c.html#L732' title='Referred from 732 in src/filemanager/dir.c.'>alloc_dir_copy</a> (<strong class='reserved'>int</strong> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<em class='comment'>/* <a href='#L199'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L250'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+224 src/filemanager/dir.c' /> */</em>
<a id='L225' name='L225'></a> 225 <em class='brace'>{</em>
<a id='L226' name='L226'></a> 226 <strong class='reserved'>if</strong> (<a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> &lt; <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<a id='L227' name='L227'></a> 227 <em class='brace'>{</em>
<a id='L228' name='L228'></a> 228 <strong class='reserved'>if</strong> (<a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L229' name='L229'></a> 229 <a href='../S/src--filemanager--dir.c.html#L542' title='Defined at 542 in src/filemanager/dir.c.'>dir_list_free_list</a> (&amp;<a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>);
<a id='L230' name='L230'></a> 230
<a id='L231' name='L231'></a> 231 <a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a>, <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L232' name='L232'></a> 232 <a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> = <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>;
<a id='L233' name='L233'></a> 233 <a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>.<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = 0;
<a id='L234' name='L234'></a> 234 <em class='brace'>}</em>
<a id='L235' name='L235'></a> 235 <em class='brace'>}</em>
<a id='L236' name='L236'></a> 236
<a id='L237' name='L237'></a> 237 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L238' name='L238'></a> 238 <em class='comment'>/*** public functions ****************************************************************************/</em>
<a id='L239' name='L239'></a> 239 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L240' name='L240'></a> 240 <em class='comment'>/**</em>
<a id='L241' name='L241'></a> 241 <em class='comment'> * Increase or decrease directory list size.</em>
<a id='L242' name='L242'></a> 242 <em class='comment'> *</em>
<a id='L243' name='L243'></a> 243 <em class='comment'> * @param list directory list</em>
<a id='L244' name='L244'></a> 244 <em class='comment'> * @param delta value by increase (if positive) or decrease (if negative) list size</em>
<a id='L245' name='L245'></a> 245 <em class='comment'> *</em>
<a id='L246' name='L246'></a> 246 <em class='comment'> * @return FALSE on failure, TRUE on success</em>
<a id='L247' name='L247'></a> 247 <em class='comment'> */</em>
<a id='L248' name='L248'></a> 248
<a id='L249' name='L249'></a> 249 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L250' name='L250'></a> 250 <a href='../R/dir_list_grow.html' title='Multiple referred from 6 places.'>dir_list_grow</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <strong class='reserved'>int</strong> <a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a>)
<em class='comment'>/* <a href='#L224'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L299'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+250 src/filemanager/dir.c' /> */</em>
<a id='L251' name='L251'></a> 251 <em class='brace'>{</em>
<a id='L252' name='L252'></a> 252 <strong class='reserved'>int</strong> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>;
<a id='L253' name='L253'></a> 253 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/clear_flag.html' title='Multiple used in 3 places.'>clear_flag</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L254' name='L254'></a> 254
<a id='L255' name='L255'></a> 255 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L256' name='L256'></a> 256 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L257' name='L257'></a> 257
<a id='L258' name='L258'></a> 258 <strong class='reserved'>if</strong> (<a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a> == 0)
<a id='L259' name='L259'></a> 259 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L260' name='L260'></a> 260
<a id='L261' name='L261'></a> 261 <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> = <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> + <a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a>;
<a id='L262' name='L262'></a> 262 <strong class='reserved'>if</strong> (<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> &lt;= 0)
<a id='L263' name='L263'></a> 263 <em class='brace'>{</em>
<a id='L264' name='L264'></a> 264 <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> = <a href='../S/src--filemanager--dir.h.html#L17' title='Defined at 17 in src/filemanager/dir.h.'>DIR_LIST_MIN_SIZE</a>;
<a id='L265' name='L265'></a> 265 <a href='../Y/clear_flag.html' title='Multiple used in 3 places.'>clear_flag</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L266' name='L266'></a> 266 <em class='brace'>}</em>
<a id='L267' name='L267'></a> 267
<a id='L268' name='L268'></a> 268 <strong class='reserved'>if</strong> (<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> != <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<a id='L269' name='L269'></a> 269 <em class='brace'>{</em>
<a id='L270' name='L270'></a> 270 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fe.html' title='Multiple used in 356 places.'>fe</a>;
<a id='L271' name='L271'></a> 271
<a id='L272' name='L272'></a> 272 <a href='../Y/fe.html' title='Multiple used in 356 places.'>fe</a> = g_try_renew (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a>, <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L273' name='L273'></a> 273 <strong class='reserved'>if</strong> (<a href='../Y/fe.html' title='Multiple used in 356 places.'>fe</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L274' name='L274'></a> 274 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L275' name='L275'></a> 275
<a id='L276' name='L276'></a> 276 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a> = <a href='../Y/fe.html' title='Multiple used in 356 places.'>fe</a>;
<a id='L277' name='L277'></a> 277 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> = <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>;
<a id='L278' name='L278'></a> 278 <em class='brace'>}</em>
<a id='L279' name='L279'></a> 279
<a id='L280' name='L280'></a> 280 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = <a href='../Y/clear_flag.html' title='Multiple used in 3 places.'>clear_flag</a> ? 0 : <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>, <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L281' name='L281'></a> 281
<a id='L282' name='L282'></a> 282 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L283' name='L283'></a> 283 <em class='brace'>}</em>
<a id='L284' name='L284'></a> 284
<a id='L285' name='L285'></a> 285 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L286' name='L286'></a> 286 <em class='comment'>/**</em>
<a id='L287' name='L287'></a> 287 <em class='comment'> * Append file info to the directory list.</em>
<a id='L288' name='L288'></a> 288 <em class='comment'> *</em>
<a id='L289' name='L289'></a> 289 <em class='comment'> * @param list directory list</em>
<a id='L290' name='L290'></a> 290 <em class='comment'> * @param fname file name</em>
<a id='L291' name='L291'></a> 291 <em class='comment'> * @param st file stat info</em>
<a id='L292' name='L292'></a> 292 <em class='comment'> * @param link_to_dir is file link to directory</em>
<a id='L293' name='L293'></a> 293 <em class='comment'> * @param stale_link is file stale elink</em>
<a id='L294' name='L294'></a> 294 <em class='comment'> *</em>
<a id='L295' name='L295'></a> 295 <em class='comment'> * @return FALSE on failure, TRUE on success</em>
<a id='L296' name='L296'></a> 296 <em class='comment'> */</em>
<a id='L297' name='L297'></a> 297
<a id='L298' name='L298'></a> 298 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L299' name='L299'></a> 299 <a href='../R/dir_list_append.html' title='Multiple referred from 5 places.'>dir_list_append</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>, <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>,
<em class='comment'>/* <a href='#L250'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L326'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+299 src/filemanager/dir.c' /> */</em>
<a id='L300' name='L300'></a> 300 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>)
<a id='L301' name='L301'></a> 301 <em class='brace'>{</em>
<a id='L302' name='L302'></a> 302 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>;
<a id='L303' name='L303'></a> 303
<a id='L304' name='L304'></a> 304 <em class='comment'>// Need to grow the *list?</em>
<a id='L305' name='L305'></a> 305 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> == <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> &amp;&amp; !<a href='../S/src--filemanager--dir.c.html#L250' title='Defined at 250 in src/filemanager/dir.c.'>dir_list_grow</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../S/src--filemanager--dir.h.html#L18' title='Defined at 18 in src/filemanager/dir.h.'>DIR_LIST_RESIZE_STEP</a>))
<a id='L306' name='L306'></a> 306 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L307' name='L307'></a> 307
<a id='L308' name='L308'></a> 308 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>];
<a id='L309' name='L309'></a> 309 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../Y/g_string_new.html' title='Multiple used in 67 places.'>g_string_new</a> (<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>);
<a id='L310' name='L310'></a> 310 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a> = 0;
<a id='L311' name='L311'></a> 311 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a> = <a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a> ? 1 : 0;
<a id='L312' name='L312'></a> 312 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a> = <a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a> ? 1 : 0;
<a id='L313' name='L313'></a> 313 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/dir_size_computed.html' title='Multiple used in 11 places.'>dir_size_computed</a> = 0;
<a id='L314' name='L314'></a> 314 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a> = *<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>;
<a id='L315' name='L315'></a> 315 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L316' name='L316'></a> 316 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L317' name='L317'></a> 317
<a id='L318' name='L318'></a> 318 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>++;
<a id='L319' name='L319'></a> 319
<a id='L320' name='L320'></a> 320 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L321' name='L321'></a> 321 <em class='brace'>}</em>
<a id='L322' name='L322'></a> 322
<a id='L323' name='L323'></a> 323 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L324' name='L324'></a> 324
<a id='L325' name='L325'></a> 325 <strong class='reserved'>int</strong>
<a id='L326' name='L326'></a> 326 <a href='../R/unsorted.html' title='Multiple referred from 4 places.'>unsorted</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L299'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L337'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+326 src/filemanager/dir.c' /> */</em>
<a id='L327' name='L327'></a> 327 <em class='brace'>{</em>
<a id='L328' name='L328'></a> 328 (<strong class='reserved'>void</strong>) <a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>;
<a id='L329' name='L329'></a> 329 (<strong class='reserved'>void</strong>) <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L330' name='L330'></a> 330
<a id='L331' name='L331'></a> 331 <strong class='reserved'>return</strong> 0;
<a id='L332' name='L332'></a> 332 <em class='brace'>}</em>
<a id='L333' name='L333'></a> 333
<a id='L334' name='L334'></a> 334 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L335' name='L335'></a> 335
<a id='L336' name='L336'></a> 336 <strong class='reserved'>int</strong>
<a id='L337' name='L337'></a> 337 <a href='../R/sort_name.html' title='Multiple referred from 3 places.'>sort_name</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L326'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L351'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+337 src/filemanager/dir.c' /> */</em>
<a id='L338' name='L338'></a> 338 <em class='brace'>{</em>
<a id='L339' name='L339'></a> 339 <strong class='reserved'>int</strong> <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>);
<a id='L340' name='L340'></a> 340 <strong class='reserved'>int</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L341' name='L341'></a> 341
<a id='L342' name='L342'></a> 342 <strong class='reserved'>if</strong> (<a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> == <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> || <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>)
<a id='L343' name='L343'></a> 343 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--dir.c.html#L112' title='Defined at 112 in src/filemanager/dir.c.'>compare_by_names</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L344' name='L344'></a> 344
<a id='L345' name='L345'></a> 345 <strong class='reserved'>return</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> - <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a>;
<a id='L346' name='L346'></a> 346 <em class='brace'>}</em>
<a id='L347' name='L347'></a> 347
<a id='L348' name='L348'></a> 348 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L349' name='L349'></a> 349
<a id='L350' name='L350'></a> 350 <strong class='reserved'>int</strong>
<a id='L351' name='L351'></a> 351 <a href='../R/sort_vers.html' title='Multiple referred from 2 places.'>sort_vers</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L337'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L373'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+351 src/filemanager/dir.c' /> */</em>
<a id='L352' name='L352'></a> 352 <em class='brace'>{</em>
<a id='L353' name='L353'></a> 353 <strong class='reserved'>int</strong> <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>);
<a id='L354' name='L354'></a> 354 <strong class='reserved'>int</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L355' name='L355'></a> 355
<a id='L356' name='L356'></a> 356 <strong class='reserved'>if</strong> (<a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> == <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> || <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>)
<a id='L357' name='L357'></a> 357 <em class='brace'>{</em>
<a id='L358' name='L358'></a> 358 <strong class='reserved'>int</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a>;
<a id='L359' name='L359'></a> 359
<a id='L360' name='L360'></a> 360 <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../S/lib--strutil.h.html#L672' title='Defined at 672 in lib/strutil.h.'>filevercmp</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>);
<a id='L361' name='L361'></a> 361 <strong class='reserved'>if</strong> (<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> != 0)
<a id='L362' name='L362'></a> 362 <strong class='reserved'>return</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> * <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>;
<a id='L363' name='L363'></a> 363
<a id='L364' name='L364'></a> 364 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--dir.c.html#L112' title='Defined at 112 in src/filemanager/dir.c.'>compare_by_names</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L365' name='L365'></a> 365 <em class='brace'>}</em>
<a id='L366' name='L366'></a> 366
<a id='L367' name='L367'></a> 367 <strong class='reserved'>return</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> - <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a>;
<a id='L368' name='L368'></a> 368 <em class='brace'>}</em>
<a id='L369' name='L369'></a> 369
<a id='L370' name='L370'></a> 370 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L371' name='L371'></a> 371
<a id='L372' name='L372'></a> 372 <strong class='reserved'>int</strong>
<a id='L373' name='L373'></a> 373 <a href='../R/sort_ext.html' title='Multiple referred from 2 places.'>sort_ext</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L351'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L400'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+373 src/filemanager/dir.c' /> */</em>
<a id='L374' name='L374'></a> 374 <em class='brace'>{</em>
<a id='L375' name='L375'></a> 375 <strong class='reserved'>int</strong> <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>);
<a id='L376' name='L376'></a> 376 <strong class='reserved'>int</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L377' name='L377'></a> 377
<a id='L378' name='L378'></a> 378 <strong class='reserved'>if</strong> (<a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> == <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> || <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>)
<a id='L379' name='L379'></a> 379 <em class='brace'>{</em>
<a id='L380' name='L380'></a> 380 <strong class='reserved'>int</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
<a id='L381' name='L381'></a> 381
<a id='L382' name='L382'></a> 382 <strong class='reserved'>if</strong> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L383' name='L383'></a> 383 <a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a> = <a href='../S/lib--strutil--strutil.c.html#L899' title='Defined at 899 in lib/strutil/strutil.c.'>str_create_key</a> (<a href='../S/lib--util.c.html#L577' title='Defined at 577 in lib/util.c.'>extension</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>), <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>);
<a id='L384' name='L384'></a> 384 <strong class='reserved'>if</strong> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L385' name='L385'></a> 385 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a> = <a href='../S/lib--strutil--strutil.c.html#L899' title='Defined at 899 in lib/strutil/strutil.c.'>str_create_key</a> (<a href='../S/lib--util.c.html#L577' title='Defined at 577 in lib/util.c.'>extension</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>), <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>);
<a id='L386' name='L386'></a> 386
<a id='L387' name='L387'></a> 387 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../S/lib--strutil--strutil.c.html#L915' title='Defined at 915 in lib/strutil/strutil.c.'>str_key_collate</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</a>, <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a>);
<a id='L388' name='L388'></a> 388 <strong class='reserved'>if</strong> (<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> != 0)
<a id='L389' name='L389'></a> 389 <strong class='reserved'>return</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> * <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>;
<a id='L390' name='L390'></a> 390
<a id='L391' name='L391'></a> 391 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--dir.c.html#L112' title='Defined at 112 in src/filemanager/dir.c.'>compare_by_names</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L392' name='L392'></a> 392 <em class='brace'>}</em>
<a id='L393' name='L393'></a> 393
<a id='L394' name='L394'></a> 394 <strong class='reserved'>return</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> - <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a>;
<a id='L395' name='L395'></a> 395 <em class='brace'>}</em>
<a id='L396' name='L396'></a> 396
<a id='L397' name='L397'></a> 397 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L398' name='L398'></a> 398
<a id='L399' name='L399'></a> 399 <strong class='reserved'>int</strong>
<a id='L400' name='L400'></a> 400 <a href='../R/sort_time.html' title='Multiple referred from 2 places.'>sort_time</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L373'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L421'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+400 src/filemanager/dir.c' /> */</em>
<a id='L401' name='L401'></a> 401 <em class='brace'>{</em>
<a id='L402' name='L402'></a> 402 <strong class='reserved'>int</strong> <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>);
<a id='L403' name='L403'></a> 403 <strong class='reserved'>int</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L404' name='L404'></a> 404
<a id='L405' name='L405'></a> 405 <strong class='reserved'>if</strong> (<a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> == <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> || <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>)
<a id='L406' name='L406'></a> 406 <em class='brace'>{</em>
<a id='L407' name='L407'></a> 407 <strong class='reserved'>int</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../S/lib--util.h.html#L73' title='Defined at 73 in lib/util.h.'>_GL_CMP</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>);
<a id='L408' name='L408'></a> 408
<a id='L409' name='L409'></a> 409 <strong class='reserved'>if</strong> (<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> != 0)
<a id='L410' name='L410'></a> 410 <strong class='reserved'>return</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> * <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>;
<a id='L411' name='L411'></a> 411
<a id='L412' name='L412'></a> 412 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--dir.c.html#L112' title='Defined at 112 in src/filemanager/dir.c.'>compare_by_names</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L413' name='L413'></a> 413 <em class='brace'>}</em>
<a id='L414' name='L414'></a> 414
<a id='L415' name='L415'></a> 415 <strong class='reserved'>return</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> - <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a>;
<a id='L416' name='L416'></a> 416 <em class='brace'>}</em>
<a id='L417' name='L417'></a> 417
<a id='L418' name='L418'></a> 418 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L419' name='L419'></a> 419
<a id='L420' name='L420'></a> 420 <strong class='reserved'>int</strong>
<a id='L421' name='L421'></a> 421 <a href='../R/sort_ctime.html' title='Multiple referred from 2 places.'>sort_ctime</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L400'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L442'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+421 src/filemanager/dir.c' /> */</em>
<a id='L422' name='L422'></a> 422 <em class='brace'>{</em>
<a id='L423' name='L423'></a> 423 <strong class='reserved'>int</strong> <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>);
<a id='L424' name='L424'></a> 424 <strong class='reserved'>int</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L425' name='L425'></a> 425
<a id='L426' name='L426'></a> 426 <strong class='reserved'>if</strong> (<a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> == <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> || <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>)
<a id='L427' name='L427'></a> 427 <em class='brace'>{</em>
<a id='L428' name='L428'></a> 428 <strong class='reserved'>int</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../S/lib--util.h.html#L73' title='Defined at 73 in lib/util.h.'>_GL_CMP</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_ctime.html' title='Multiple used in 30 places.'>st_ctime</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_ctime.html' title='Multiple used in 30 places.'>st_ctime</a>);
<a id='L429' name='L429'></a> 429
<a id='L430' name='L430'></a> 430 <strong class='reserved'>if</strong> (<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> != 0)
<a id='L431' name='L431'></a> 431 <strong class='reserved'>return</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> * <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>;
<a id='L432' name='L432'></a> 432
<a id='L433' name='L433'></a> 433 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--dir.c.html#L112' title='Defined at 112 in src/filemanager/dir.c.'>compare_by_names</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L434' name='L434'></a> 434 <em class='brace'>}</em>
<a id='L435' name='L435'></a> 435
<a id='L436' name='L436'></a> 436 <strong class='reserved'>return</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> - <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a>;
<a id='L437' name='L437'></a> 437 <em class='brace'>}</em>
<a id='L438' name='L438'></a> 438
<a id='L439' name='L439'></a> 439 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L440' name='L440'></a> 440
<a id='L441' name='L441'></a> 441 <strong class='reserved'>int</strong>
<a id='L442' name='L442'></a> 442 <a href='../R/sort_atime.html' title='Multiple referred from 2 places.'>sort_atime</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L421'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L463'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+442 src/filemanager/dir.c' /> */</em>
<a id='L443' name='L443'></a> 443 <em class='brace'>{</em>
<a id='L444' name='L444'></a> 444 <strong class='reserved'>int</strong> <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>);
<a id='L445' name='L445'></a> 445 <strong class='reserved'>int</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L446' name='L446'></a> 446
<a id='L447' name='L447'></a> 447 <strong class='reserved'>if</strong> (<a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> == <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> || <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>)
<a id='L448' name='L448'></a> 448 <em class='brace'>{</em>
<a id='L449' name='L449'></a> 449 <strong class='reserved'>int</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../S/lib--util.h.html#L73' title='Defined at 73 in lib/util.h.'>_GL_CMP</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_atime.html' title='Multiple used in 30 places.'>st_atime</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_atime.html' title='Multiple used in 30 places.'>st_atime</a>);
<a id='L450' name='L450'></a> 450
<a id='L451' name='L451'></a> 451 <strong class='reserved'>if</strong> (<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> != 0)
<a id='L452' name='L452'></a> 452 <strong class='reserved'>return</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> * <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>;
<a id='L453' name='L453'></a> 453
<a id='L454' name='L454'></a> 454 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--dir.c.html#L112' title='Defined at 112 in src/filemanager/dir.c.'>compare_by_names</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L455' name='L455'></a> 455 <em class='brace'>}</em>
<a id='L456' name='L456'></a> 456
<a id='L457' name='L457'></a> 457 <strong class='reserved'>return</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> - <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a>;
<a id='L458' name='L458'></a> 458 <em class='brace'>}</em>
<a id='L459' name='L459'></a> 459
<a id='L460' name='L460'></a> 460 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L461' name='L461'></a> 461
<a id='L462' name='L462'></a> 462 <strong class='reserved'>int</strong>
<a id='L463' name='L463'></a> 463 <a href='../R/sort_inode.html' title='Multiple referred from 2 places.'>sort_inode</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L442'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L477'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+463 src/filemanager/dir.c' /> */</em>
<a id='L464' name='L464'></a> 464 <em class='brace'>{</em>
<a id='L465' name='L465'></a> 465 <strong class='reserved'>int</strong> <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>);
<a id='L466' name='L466'></a> 466 <strong class='reserved'>int</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L467' name='L467'></a> 467
<a id='L468' name='L468'></a> 468 <strong class='reserved'>if</strong> (<a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> == <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> || <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>)
<a id='L469' name='L469'></a> 469 <strong class='reserved'>return</strong> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_ino.html' title='Multiple used in 29 places.'>st_ino</a> - <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_ino.html' title='Multiple used in 29 places.'>st_ino</a>) * <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>;
<a id='L470' name='L470'></a> 470
<a id='L471' name='L471'></a> 471 <strong class='reserved'>return</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> - <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a>;
<a id='L472' name='L472'></a> 472 <em class='brace'>}</em>
<a id='L473' name='L473'></a> 473
<a id='L474' name='L474'></a> 474 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L475' name='L475'></a> 475
<a id='L476' name='L476'></a> 476 <strong class='reserved'>int</strong>
<a id='L477' name='L477'></a> 477 <a href='../R/sort_size.html' title='Multiple referred from 5 places.'>sort_size</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>)
<em class='comment'>/* <a href='#L463'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L498'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+477 src/filemanager/dir.c' /> */</em>
<a id='L478' name='L478'></a> 478 <em class='brace'>{</em>
<a id='L479' name='L479'></a> 479 <strong class='reserved'>int</strong> <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>);
<a id='L480' name='L480'></a> 480 <strong class='reserved'>int</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> = <a href='../S/src--filemanager--dir.c.html#L56' title='Defined at 56 in src/filemanager/dir.c.'>MY_ISDIR</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L481' name='L481'></a> 481
<a id='L482' name='L482'></a> 482 <strong class='reserved'>if</strong> (<a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a> == <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> || <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/mix_all_files.html' title='Multiple used in 12 places.'>mix_all_files</a>)
<a id='L483' name='L483'></a> 483 <em class='brace'>{</em>
<a id='L484' name='L484'></a> 484 <strong class='reserved'>int</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../S/lib--util.h.html#L73' title='Defined at 73 in lib/util.h.'>_GL_CMP</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>);
<a id='L485' name='L485'></a> 485
<a id='L486' name='L486'></a> 486 <strong class='reserved'>if</strong> (<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> != 0)
<a id='L487' name='L487'></a> 487 <strong class='reserved'>return</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> * <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>;
<a id='L488' name='L488'></a> 488
<a id='L489' name='L489'></a> 489 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--dir.c.html#L112' title='Defined at 112 in src/filemanager/dir.c.'>compare_by_names</a> (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L490' name='L490'></a> 490 <em class='brace'>}</em>
<a id='L491' name='L491'></a> 491
<a id='L492' name='L492'></a> 492 <strong class='reserved'>return</strong> <a href='../Y/bd.html' title='Multiple used in 24 places.'>bd</a> - <a href='../Y/ad.html' title='Multiple used in 24 places.'>ad</a>;
<a id='L493' name='L493'></a> 493 <em class='brace'>}</em>
<a id='L494' name='L494'></a> 494
<a id='L495' name='L495'></a> 495 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L496' name='L496'></a> 496
<a id='L497' name='L497'></a> 497 <strong class='reserved'>void</strong>
<a id='L498' name='L498'></a> 498 <a href='../R/dir_list_sort.html' title='Multiple referred from 4 places.'>dir_list_sort</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../Y/GCompareFunc.html' title='Multiple used in 28 places.'>GCompareFunc</a> <a href='../Y/sort.html' title='Multiple used in 10 places.'>sort</a>, <strong class='reserved'>const</strong> <a href='../S/src--filemanager--dir.h.html#L63' title='Defined at 63 in src/filemanager/dir.h.'>dir_sort_options_t</a> *<a href='../Y/sort_op.html' title='Multiple used in 13 places.'>sort_op</a>)
<em class='comment'>/* <a href='#L477'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L521'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+498 src/filemanager/dir.c' /> */</em>
<a id='L499' name='L499'></a> 499 <em class='brace'>{</em>
<a id='L500' name='L500'></a> 500 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> &gt; 1 &amp;&amp; <a href='../Y/sort.html' title='Multiple used in 10 places.'>sort</a> != (<a href='../Y/GCompareFunc.html' title='Multiple used in 28 places.'>GCompareFunc</a>) <a href='../S/src--filemanager--dir.c.html#L326' title='Defined at 326 in src/filemanager/dir.c.'>unsorted</a>)
<a id='L501' name='L501'></a> 501 <em class='brace'>{</em>
<a id='L502' name='L502'></a> 502 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[0];
<a id='L503' name='L503'></a> 503 <strong class='reserved'>int</strong> <a href='../Y/dot_dot_found.html' title='Multiple used in 4 places.'>dot_dot_found</a>;
<a id='L504' name='L504'></a> 504
<a id='L505' name='L505'></a> 505 <em class='comment'>/* If there is an ".." entry the caller must take care to</em>
<a id='L506' name='L506'></a> 506 <em class='comment'> ensure that it occupies the first list element. */</em>
<a id='L507' name='L507'></a> 507 <a href='../Y/dot_dot_found.html' title='Multiple used in 4 places.'>dot_dot_found</a> = <a href='../S/lib--fs.h.html#L109' title='Defined at 109 in lib/fs.h.'>DIR_IS_DOTDOT</a> (<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>) ? 1 : 0;
<a id='L508' name='L508'></a> 508 <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a> = <a href='../Y/sort_op.html' title='Multiple used in 13 places.'>sort_op</a>-&gt;<a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a> ? -1 : 1;
<a id='L509' name='L509'></a> 509 <a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a> = <a href='../Y/sort_op.html' title='Multiple used in 13 places.'>sort_op</a>-&gt;<a href='../Y/case_sensitive.html' title='Multiple used in 15 places.'>case_sensitive</a> ? 1 : 0;
<a id='L510' name='L510'></a> 510 <a href='../Y/exec_first.html' title='Multiple used in 7 places.'>exec_first</a> = <a href='../Y/sort_op.html' title='Multiple used in 13 places.'>sort_op</a>-&gt;<a href='../Y/exec_first.html' title='Multiple used in 7 places.'>exec_first</a>;
<a id='L511' name='L511'></a> 511 <a href='../Y/qsort.html' title='Multiple used in 4 places.'>qsort</a> (&amp;(<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>)[<a href='../Y/dot_dot_found.html' title='Multiple used in 4 places.'>dot_dot_found</a>], <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> - <a href='../Y/dot_dot_found.html' title='Multiple used in 4 places.'>dot_dot_found</a>, <strong class='reserved'>sizeof</strong> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a>),
<a id='L512' name='L512'></a> 512 <a href='../Y/sort.html' title='Multiple used in 10 places.'>sort</a>);
<a id='L513' name='L513'></a> 513
<a id='L514' name='L514'></a> 514 <a href='../S/src--filemanager--dir.c.html#L129' title='Defined at 129 in src/filemanager/dir.c.'>clean_sort_keys</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../Y/dot_dot_found.html' title='Multiple used in 4 places.'>dot_dot_found</a>, <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> - <a href='../Y/dot_dot_found.html' title='Multiple used in 4 places.'>dot_dot_found</a>);
<a id='L515' name='L515'></a> 515 <em class='brace'>}</em>
<a id='L516' name='L516'></a> 516 <em class='brace'>}</em>
<a id='L517' name='L517'></a> 517
<a id='L518' name='L518'></a> 518 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L519' name='L519'></a> 519
<a id='L520' name='L520'></a> 520 <strong class='reserved'>void</strong>
<a id='L521' name='L521'></a> 521 <a href='../R/dir_list_clean.html' title='Multiple referred from 7 places.'>dir_list_clean</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>)
<em class='comment'>/* <a href='#L498'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L542'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+521 src/filemanager/dir.c' /> */</em>
<a id='L522' name='L522'></a> 522 <em class='brace'>{</em>
<a id='L523' name='L523'></a> 523 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L524' name='L524'></a> 524
<a id='L525' name='L525'></a> 525 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L526' name='L526'></a> 526 <em class='brace'>{</em>
<a id='L527' name='L527'></a> 527 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>;
<a id='L528' name='L528'></a> 528
<a id='L529' name='L529'></a> 529 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>];
<a id='L530' name='L530'></a> 530 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L531' name='L531'></a> 531 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L532' name='L532'></a> 532 <em class='brace'>}</em>
<a id='L533' name='L533'></a> 533
<a id='L534' name='L534'></a> 534 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = 0;
<a id='L535' name='L535'></a> 535 <em class='comment'>// reduce memory usage</em>
<a id='L536' name='L536'></a> 536 <a href='../S/src--filemanager--dir.c.html#L250' title='Defined at 250 in src/filemanager/dir.c.'>dir_list_grow</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../S/src--filemanager--dir.h.html#L17' title='Defined at 17 in src/filemanager/dir.h.'>DIR_LIST_MIN_SIZE</a> - <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L537' name='L537'></a> 537 <em class='brace'>}</em>
<a id='L538' name='L538'></a> 538
<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 <strong class='reserved'>void</strong>
<a id='L542' name='L542'></a> 542 <a href='../R/dir_list_free_list.html' title='Multiple referred from 10 places.'>dir_list_free_list</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>)
<em class='comment'>/* <a href='#L521'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L563'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+542 src/filemanager/dir.c' /> */</em>
<a id='L543' name='L543'></a> 543 <em class='brace'>{</em>
<a id='L544' name='L544'></a> 544 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L545' name='L545'></a> 545
<a id='L546' name='L546'></a> 546 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L547' name='L547'></a> 547 <em class='brace'>{</em>
<a id='L548' name='L548'></a> 548 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>;
<a id='L549' name='L549'></a> 549
<a id='L550' name='L550'></a> 550 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>];
<a id='L551' name='L551'></a> 551 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L552' name='L552'></a> 552 <em class='brace'>}</em>
<a id='L553' name='L553'></a> 553
<a id='L554' name='L554'></a> 554 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>);
<a id='L555' name='L555'></a> 555 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = 0;
<a id='L556' name='L556'></a> 556 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> = 0;
<a id='L557' name='L557'></a> 557 <em class='brace'>}</em>
<a id='L558' name='L558'></a> 558
<a id='L559' name='L559'></a> 559 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L560' name='L560'></a> 560 <em class='comment'>/** Used to set up a directory list when there is no access to a directory */</em>
<a id='L561' name='L561'></a> 561
<a id='L562' name='L562'></a> 562 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L563' name='L563'></a> 563 <a href='../R/dir_list_init.html' title='Multiple referred from 9 places.'>dir_list_init</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>)
<em class='comment'>/* <a href='#L542'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L596'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+563 src/filemanager/dir.c' /> */</em>
<a id='L564' name='L564'></a> 564 <em class='brace'>{</em>
<a id='L565' name='L565'></a> 565 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>;
<a id='L566' name='L566'></a> 566
<a id='L567' name='L567'></a> 567 <em class='comment'>// Need to grow the *list?</em>
<a id='L568' name='L568'></a> 568 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> == 0 &amp;&amp; !<a href='../S/src--filemanager--dir.c.html#L250' title='Defined at 250 in src/filemanager/dir.c.'>dir_list_grow</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../S/src--filemanager--dir.h.html#L18' title='Defined at 18 in src/filemanager/dir.h.'>DIR_LIST_RESIZE_STEP</a>))
<a id='L569' name='L569'></a> 569 <em class='brace'>{</em>
<a id='L570' name='L570'></a> 570 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = 0;
<a id='L571' name='L571'></a> 571 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L572' name='L572'></a> 572 <em class='brace'>}</em>
<a id='L573' name='L573'></a> 573
<a id='L574' name='L574'></a> 574 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[0];
<a id='L575' name='L575'></a> 575 <a href='../Y/memset.html' title='Multiple used in 74 places.'>memset</a> (<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>, 0, <strong class='reserved'>sizeof</strong> (*<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>));
<a id='L576' name='L576'></a> 576 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../Y/g_string_new.html' title='Multiple used in 67 places.'>g_string_new</a> ("..");
<a id='L577' name='L577'></a> 577 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a> = 0;
<a id='L578' name='L578'></a> 578 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a> = 0;
<a id='L579' name='L579'></a> 579 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/dir_size_computed.html' title='Multiple used in 11 places.'>dir_size_computed</a> = 0;
<a id='L580' name='L580'></a> 580 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a> = 0;
<a id='L581' name='L581'></a> 581 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a> = 040755;
<a id='L582' name='L582'></a> 582 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = 1;
<a id='L583' name='L583'></a> 583 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L584' name='L584'></a> 584 <em class='brace'>}</em>
<a id='L585' name='L585'></a> 585
<a id='L586' name='L586'></a> 586 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L587' name='L587'></a> 587 <em class='comment'>/**</em>
<a id='L588' name='L588'></a> 588 <em class='comment'> handle_path is a simplified handle_dirent. The difference is that</em>
<a id='L589' name='L589'></a> 589 <em class='comment'> handle_path doesn't pay attention to panels_options.show_dot_files</em>
<a id='L590' name='L590'></a> 590 <em class='comment'> and panels_options.show_backups.</em>
<a id='L591' name='L591'></a> 591 <em class='comment'> Moreover handle_path can't be used with a filemask.</em>
<a id='L592' name='L592'></a> 592 <em class='comment'> If you change handle_path then check also handle_dirent. */</em>
<a id='L593' name='L593'></a> 593 <em class='comment'>/* Return values: FALSE = don't add, TRUE = add to the list */</em>
<a id='L594' name='L594'></a> 594
<a id='L595' name='L595'></a> 595 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L596' name='L596'></a> 596 <a href='../R/handle_path.html' title='Multiple referred from 3 places.'>handle_path</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>, <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>)
<em class='comment'>/* <a href='#L563'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L634'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+596 src/filemanager/dir.c' /> */</em>
<a id='L597' name='L597'></a> 597 <em class='brace'>{</em>
<a id='L598' name='L598'></a> 598 <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/vpath.html' title='Multiple used in 942 places.'>vpath</a>;
<a id='L599' name='L599'></a> 599
<a id='L600' name='L600'></a> 600 <strong class='reserved'>if</strong> (<a href='../S/lib--fs.h.html#L108' title='Defined at 108 in lib/fs.h.'>DIR_IS_DOT</a> (<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>) || <a href='../S/lib--fs.h.html#L109' title='Defined at 109 in lib/fs.h.'>DIR_IS_DOTDOT</a> (<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>))
<a id='L601' name='L601'></a> 601 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L602' name='L602'></a> 602
<a id='L603' name='L603'></a> 603 <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> (<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>);
<a id='L604' name='L604'></a> 604 <strong class='reserved'>if</strong> (<a href='../Y/mc_lstat.html' title='Multiple used in 18 places.'>mc_lstat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>) == -1)
<a id='L605' name='L605'></a> 605 <em class='brace'>{</em>
<a id='L606' name='L606'></a> 606 <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/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L607' name='L607'></a> 607 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L608' name='L608'></a> 608 <em class='brace'>}</em>
<a id='L609' name='L609'></a> 609
<a id='L610' name='L610'></a> 610 <strong class='reserved'>if</strong> (<a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>-&gt;<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>))
<a id='L611' name='L611'></a> 611 <a href='../S/src--filemanager--treestore.c.html#L736' title='Defined at 736 in src/filemanager/treestore.c.'>tree_store_mark_checked</a> (<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>);
<a id='L612' name='L612'></a> 612
<a id='L613' name='L613'></a> 613 <em class='comment'>// A link to a file or a directory?</em>
<a id='L614' name='L614'></a> 614 *<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L615' name='L615'></a> 615 *<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L616' name='L616'></a> 616 <strong class='reserved'>if</strong> (<a href='../S/lib--fs.h.html#L36' title='Defined at 36 in lib/fs.h.'>S_ISLNK</a> (<a href='../Y/buf1.html' title='Multiple used in 15 places.'>buf1</a>-&gt;<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>))
<a id='L617' name='L617'></a> 617 <em class='brace'>{</em>
<a id='L618' name='L618'></a> 618 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/buf2.html' title='Multiple used in 15 places.'>buf2</a>;
<a id='L619' name='L619'></a> 619
<a id='L620' name='L620'></a> 620 <strong class='reserved'>if</strong> (<a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &amp;<a href='../Y/buf2.html' title='Multiple used in 15 places.'>buf2</a>) == 0)
<a id='L621' name='L621'></a> 621 *<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a> = <a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/buf2.html' title='Multiple used in 15 places.'>buf2</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>) != 0;
<a id='L622' name='L622'></a> 622 <strong class='reserved'>else</strong>
<a id='L623' name='L623'></a> 623 *<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L624' name='L624'></a> 624 <em class='brace'>}</em>
<a id='L625' name='L625'></a> 625
<a id='L626' name='L626'></a> 626 <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/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L627' name='L627'></a> 627
<a id='L628' name='L628'></a> 628 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L629' name='L629'></a> 629 <em class='brace'>}</em>
<a id='L630' name='L630'></a> 630
<a id='L631' name='L631'></a> 631 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L632' name='L632'></a> 632
<a id='L633' name='L633'></a> 633 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L634' name='L634'></a> 634 <a href='../R/dir_list_load.html' title='Multiple referred from 4 places.'>dir_list_load</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</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/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/GCompareFunc.html' title='Multiple used in 28 places.'>GCompareFunc</a> <a href='../Y/sort.html' title='Multiple used in 10 places.'>sort</a>,
<em class='comment'>/* <a href='#L596'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L693'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+634 src/filemanager/dir.c' /> */</em>
<a id='L635' name='L635'></a> 635 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--dir.h.html#L63' title='Defined at 63 in src/filemanager/dir.h.'>dir_sort_options_t</a> *<a href='../Y/sort_op.html' title='Multiple used in 13 places.'>sort_op</a>, <strong class='reserved'>const</strong> <a href='../S/src--filemanager--dir.h.html#L71' title='Defined at 71 in src/filemanager/dir.h.'>file_filter_t</a> *<a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>)
<a id='L636' name='L636'></a> 636 <em class='brace'>{</em>
<a id='L637' name='L637'></a> 637 <a href='../Y/DIR.html' title='Multiple used in 23 places.'>DIR</a> *<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a>;
<a id='L638' name='L638'></a> 638 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--vfs.h.html#L213' title='Defined at 213 in lib/vfs/vfs.h.'>vfs_dirent</a> *<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>;
<a id='L639' name='L639'></a> 639 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>;
<a id='L640' name='L640'></a> 640 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>;
<a id='L641' name='L641'></a> 641 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/vpath_str.html' title='Multiple used in 6 places.'>vpath_str</a>;
<a id='L642' name='L642'></a> 642 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L643' name='L643'></a> 643
<a id='L644' name='L644'></a> 644 <em class='comment'>// ".." (if any) must be the first entry in the list</em>
<a id='L645' name='L645'></a> 645 <strong class='reserved'>if</strong> (!<a href='../S/src--filemanager--dir.c.html#L563' title='Defined at 563 in src/filemanager/dir.c.'>dir_list_init</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>))
<a id='L646' name='L646'></a> 646 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L647' name='L647'></a> 647
<a id='L648' name='L648'></a> 648 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[0];
<a id='L649' name='L649'></a> 649 <strong class='reserved'>if</strong> (<a href='../S/src--filemanager--dir.c.html#L199' title='Defined at 199 in src/filemanager/dir.c.'>dir_get_dotdot_stat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &amp;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>))
<a id='L650' name='L650'></a> 650 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a> = <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>;
<a id='L651' name='L651'></a> 651
<a id='L652' name='L652'></a> 652 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L653' name='L653'></a> 653 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> (<a href='../S/src--filemanager--dir.h.html#L22' title='Defined at 22 in src/filemanager/dir.h.'>DIR_OPEN</a>, (<strong class='reserved'>void</strong> *) <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L654' name='L654'></a> 654 <a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a> = <a href='../S/lib--vfs--interface.c.html#L403' title='Defined at 403 in lib/vfs/interface.c.'>mc_opendir</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L655' name='L655'></a> 655 <strong class='reserved'>if</strong> (<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L656' name='L656'></a> 656 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L657' name='L657'></a> 657
<a id='L658' name='L658'></a> 658 <a href='../S/src--filemanager--treestore.c.html#L801' title='Defined at 801 in src/filemanager/treestore.c.'>tree_store_start_check</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L659' name='L659'></a> 659
<a id='L660' name='L660'></a> 660 <a href='../Y/vpath_str.html' title='Multiple used in 6 places.'>vpath_str</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/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L661' name='L661'></a> 661 <em class='comment'>// Do not add a ".." entry to the root directory</em>
<a id='L662' name='L662'></a> 662 <strong class='reserved'>if</strong> (<a href='../S/lib--unixcompat.h.html#L115' title='Defined at 115 in lib/unixcompat.h.'>IS_PATH_SEP</a> (<a href='../Y/vpath_str.html' title='Multiple used in 6 places.'>vpath_str</a>[0]) &amp;&amp; <a href='../Y/vpath_str.html' title='Multiple used in 6 places.'>vpath_str</a>[1] == '\0')
<a id='L663' name='L663'></a> 663 <a href='../S/src--filemanager--dir.c.html#L521' title='Defined at 521 in src/filemanager/dir.c.'>dir_list_clean</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>);
<a id='L664' name='L664'></a> 664
<a id='L665' name='L665'></a> 665 <strong class='reserved'>while</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> &amp;&amp; (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a> = <a href='../S/lib--vfs--interface.c.html#L444' title='Defined at 444 in lib/vfs/interface.c.'>mc_readdir</a> (<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L666' name='L666'></a> 666 <em class='brace'>{</em>
<a id='L667' name='L667'></a> 667 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>, <a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>;
<a id='L668' name='L668'></a> 668
<a id='L669' name='L669'></a> 669 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L670' name='L670'></a> 670 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> (<a href='../S/src--filemanager--dir.h.html#L23' title='Defined at 23 in src/filemanager/dir.h.'>DIR_READ</a>, <a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>);
<a id='L671' name='L671'></a> 671
<a id='L672' name='L672'></a> 672 <strong class='reserved'>if</strong> (!<a href='../S/src--filemanager--dir.c.html#L152' title='Defined at 152 in src/filemanager/dir.c.'>handle_dirent</a> (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>, <a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>, &amp;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>, &amp;<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>, &amp;<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>))
<a id='L673' name='L673'></a> 673 <strong class='reserved'>continue</strong>;
<a id='L674' name='L674'></a> 674
<a id='L675' name='L675'></a> 675 <strong class='reserved'>if</strong> (!<a href='../S/src--filemanager--dir.c.html#L299' title='Defined at 299 in src/filemanager/dir.c.'>dir_list_append</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>, &amp;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>, <a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>, <a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>))
<a id='L676' name='L676'></a> 676 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L677' name='L677'></a> 677 <em class='brace'>}</em>
<a id='L678' name='L678'></a> 678
<a id='L679' name='L679'></a> 679 <strong class='reserved'>if</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>)
<a id='L680' name='L680'></a> 680 <a href='../S/src--filemanager--dir.c.html#L498' title='Defined at 498 in src/filemanager/dir.c.'>dir_list_sort</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../Y/sort.html' title='Multiple used in 10 places.'>sort</a>, <a href='../Y/sort_op.html' title='Multiple used in 13 places.'>sort_op</a>);
<a id='L681' name='L681'></a> 681
<a id='L682' name='L682'></a> 682 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L683' name='L683'></a> 683 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> (<a href='../S/src--filemanager--dir.h.html#L24' title='Defined at 24 in src/filemanager/dir.h.'>DIR_CLOSE</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L684' name='L684'></a> 684 <a href='../S/lib--vfs--interface.c.html#L484' title='Defined at 484 in lib/vfs/interface.c.'>mc_closedir</a> (<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a>);
<a id='L685' name='L685'></a> 685 <a href='../S/src--filemanager--treestore.c.html#L857' title='Defined at 857 in src/filemanager/treestore.c.'>tree_store_end_check</a> ();
<a id='L686' name='L686'></a> 686
<a id='L687' name='L687'></a> 687 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L688' name='L688'></a> 688 <em class='brace'>}</em>
<a id='L689' name='L689'></a> 689
<a id='L690' name='L690'></a> 690 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L691' name='L691'></a> 691
<a id='L692' name='L692'></a> 692 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L693' name='L693'></a> 693 <a href='../R/if_link_is_exe.html' title='Multiple referred from 2 places.'>if_link_is_exe</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/full_name_vpath.html' title='Multiple used in 9 places.'>full_name_vpath</a>, <strong class='reserved'>const</strong> <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>)
<em class='comment'>/* <a href='#L634'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L707'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+693 src/filemanager/dir.c' /> */</em>
<a id='L694' name='L694'></a> 694 <em class='brace'>{</em>
<a id='L695' name='L695'></a> 695 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L696' name='L696'></a> 696
<a id='L697' name='L697'></a> 697 <strong class='reserved'>if</strong> (<a href='../S/lib--fs.h.html#L36' title='Defined at 36 in lib/fs.h.'>S_ISLNK</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>) &amp;&amp; <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/full_name_vpath.html' title='Multiple used in 9 places.'>full_name_vpath</a>, &amp;<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>) == 0)
<a id='L698' name='L698'></a> 698 <strong class='reserved'>return</strong> <a href='../S/lib--util.h.html#L298' title='Defined at 298 in lib/util.h.'>is_exe</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>);
<a id='L699' name='L699'></a> 699
<a id='L700' name='L700'></a> 700 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L701' name='L701'></a> 701 <em class='brace'>}</em>
<a id='L702' name='L702'></a> 702
<a id='L703' name='L703'></a> 703 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L704' name='L704'></a> 704 <em class='comment'>/** If filter is null, then it is a match */</em>
<a id='L705' name='L705'></a> 705
<a id='L706' name='L706'></a> 706 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L707' name='L707'></a> 707 <a href='../R/dir_list_reload.html' title='Multiple referred from 2 places.'>dir_list_reload</a> (<a href='../S/src--filemanager--dir.h.html#L53' title='Defined at 53 in src/filemanager/dir.h.'>dir_list</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</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/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/GCompareFunc.html' title='Multiple used in 28 places.'>GCompareFunc</a> <a href='../Y/sort.html' title='Multiple used in 10 places.'>sort</a>,
<em class='comment'>/* <a href='#L693'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L831'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+707 src/filemanager/dir.c' /> */</em>
<a id='L708' name='L708'></a> 708 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--dir.h.html#L63' title='Defined at 63 in src/filemanager/dir.h.'>dir_sort_options_t</a> *<a href='../Y/sort_op.html' title='Multiple used in 13 places.'>sort_op</a>, <strong class='reserved'>const</strong> <a href='../S/src--filemanager--dir.h.html#L71' title='Defined at 71 in src/filemanager/dir.h.'>file_filter_t</a> *<a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>)
<a id='L709' name='L709'></a> 709 <em class='brace'>{</em>
<a id='L710' name='L710'></a> 710 <a href='../Y/DIR.html' title='Multiple used in 23 places.'>DIR</a> *<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a>;
<a id='L711' name='L711'></a> 711 <strong class='reserved'>struct</strong> <a href='../S/lib--vfs--vfs.h.html#L213' title='Defined at 213 in lib/vfs/vfs.h.'>vfs_dirent</a> *<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>;
<a id='L712' name='L712'></a> 712 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L713' name='L713'></a> 713 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>;
<a id='L714' name='L714'></a> 714 <strong class='reserved'>int</strong> <a href='../Y/marked_cnt.html' title='Multiple used in 5 places.'>marked_cnt</a>;
<a id='L715' name='L715'></a> 715 <a href='../Y/GHashTable.html' title='Multiple used in 4 places.'>GHashTable</a> *<a href='../Y/marked_files.html' title='Multiple used in 5 places.'>marked_files</a>;
<a id='L716' name='L716'></a> 716 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/tmp_path.html' title='Multiple used in 13 places.'>tmp_path</a>;
<a id='L717' name='L717'></a> 717 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L718' name='L718'></a> 718
<a id='L719' name='L719'></a> 719 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L720' name='L720'></a> 720 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> (<a href='../S/src--filemanager--dir.h.html#L22' title='Defined at 22 in src/filemanager/dir.h.'>DIR_OPEN</a>, (<strong class='reserved'>void</strong> *) <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L721' name='L721'></a> 721 <a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a> = <a href='../S/lib--vfs--interface.c.html#L403' title='Defined at 403 in lib/vfs/interface.c.'>mc_opendir</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L722' name='L722'></a> 722 <strong class='reserved'>if</strong> (<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L723' name='L723'></a> 723 <em class='brace'>{</em>
<a id='L724' name='L724'></a> 724 <a href='../S/src--filemanager--dir.c.html#L521' title='Defined at 521 in src/filemanager/dir.c.'>dir_list_clean</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>);
<a id='L725' name='L725'></a> 725 <a href='../S/src--filemanager--dir.c.html#L563' title='Defined at 563 in src/filemanager/dir.c.'>dir_list_init</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>);
<a id='L726' name='L726'></a> 726 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L727' name='L727'></a> 727 <em class='brace'>}</em>
<a id='L728' name='L728'></a> 728
<a id='L729' name='L729'></a> 729 <a href='../S/src--filemanager--treestore.c.html#L801' title='Defined at 801 in src/filemanager/treestore.c.'>tree_store_start_check</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L730' name='L730'></a> 730
<a id='L731' name='L731'></a> 731 <a href='../Y/marked_files.html' title='Multiple used in 5 places.'>marked_files</a> = g_hash_table_new (<a href='../Y/g_str_hash.html' title='Multiple used in 4 places.'>g_str_hash</a>, <a href='../Y/g_str_equal.html' title='Multiple used in 4 places.'>g_str_equal</a>);
<a id='L732' name='L732'></a> 732 <a href='../S/src--filemanager--dir.c.html#L224' title='Defined at 224 in src/filemanager/dir.c.'>alloc_dir_copy</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>);
<a id='L733' name='L733'></a> 733 <strong class='reserved'>for</strong> (<a href='../Y/marked_cnt.html' title='Multiple used in 5 places.'>marked_cnt</a> = <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L734' name='L734'></a> 734 <em class='brace'>{</em>
<a id='L735' name='L735'></a> 735 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>, *<a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>;
<a id='L736' name='L736'></a> 736
<a id='L737' name='L737'></a> 737 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>];
<a id='L738' name='L738'></a> 738 <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a> = &amp;<a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>];
<a id='L739' name='L739'></a> 739
<a id='L740' name='L740'></a> 740 <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../S/lib--glibcompat.c.html#L265' title='Defined at 265 in lib/glibcompat.c.'>mc_g_string_dup</a> (<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>);
<a id='L741' name='L741'></a> 741 <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a> = <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a>;
<a id='L742' name='L742'></a> 742 <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/dir_size_computed.html' title='Multiple used in 11 places.'>dir_size_computed</a> = <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/dir_size_computed.html' title='Multiple used in 11 places.'>dir_size_computed</a>;
<a id='L743' name='L743'></a> 743 <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a> = <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>;
<a id='L744' name='L744'></a> 744 <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a> = <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>;
<a id='L745' name='L745'></a> 745 <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>-&gt;<a href='../Y/name_sort_key.html' title='Multiple used in 12 places.'>name_sort_key</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L746' name='L746'></a> 746 <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>-&gt;<a href='../Y/extension_sort_key.html' title='Multiple used in 12 places.'>extension_sort_key</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/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a> != 0)
<a id='L748' name='L748'></a> 748 <em class='brace'>{</em>
<a id='L749' name='L749'></a> 749 <a href='../Y/g_hash_table_insert.html' title='Multiple used in 3 places.'>g_hash_table_insert</a> (<a href='../Y/marked_files.html' title='Multiple used in 5 places.'>marked_files</a>, <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>-&gt;<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, <a href='../Y/dfentry.html' title='Multiple used in 10 places.'>dfentry</a>);
<a id='L750' name='L750'></a> 750 <a href='../Y/marked_cnt.html' title='Multiple used in 5 places.'>marked_cnt</a>++;
<a id='L751' name='L751'></a> 751 <em class='brace'>}</em>
<a id='L752' name='L752'></a> 752 <em class='brace'>}</em>
<a id='L753' name='L753'></a> 753
<a id='L754' name='L754'></a> 754 <em class='comment'>// save len for later dir_list_clean()</em>
<a id='L755' name='L755'></a> 755 <a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>.<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>;
<a id='L756' name='L756'></a> 756
<a id='L757' name='L757'></a> 757 <em class='comment'>/* Add ".." except to the root directory. The ".." entry</em>
<a id='L758' name='L758'></a> 758 <em class='comment'> (if any) must be the first in the list. */</em>
<a id='L759' name='L759'></a> 759 <a href='../Y/tmp_path.html' title='Multiple used in 13 places.'>tmp_path</a> = <a href='../S/lib--vfs--path.c.html#L790' title='Defined at 790 in lib/vfs/path.c.'>vfs_path_get_by_index</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, 0)-&gt;<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>;
<a id='L760' name='L760'></a> 760 <strong class='reserved'>if</strong> (<a href='../S/lib--vfs--path.c.html#L756' title='Defined at 756 in lib/vfs/path.c.'>vfs_path_elements_count</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>) == 1 &amp;&amp; <a href='../S/lib--unixcompat.h.html#L115' title='Defined at 115 in lib/unixcompat.h.'>IS_PATH_SEP</a> (<a href='../Y/tmp_path.html' title='Multiple used in 13 places.'>tmp_path</a>[0]) &amp;&amp; <a href='../Y/tmp_path.html' title='Multiple used in 13 places.'>tmp_path</a>[1] == '\0')
<a id='L761' name='L761'></a> 761 <em class='brace'>{</em>
<a id='L762' name='L762'></a> 762 <em class='comment'>// root directory</em>
<a id='L763' name='L763'></a> 763 <a href='../S/src--filemanager--dir.c.html#L521' title='Defined at 521 in src/filemanager/dir.c.'>dir_list_clean</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>);
<a id='L764' name='L764'></a> 764 <em class='brace'>}</em>
<a id='L765' name='L765'></a> 765 <strong class='reserved'>else</strong>
<a id='L766' name='L766'></a> 766 <em class='brace'>{</em>
<a id='L767' name='L767'></a> 767 <a href='../S/src--filemanager--dir.c.html#L521' title='Defined at 521 in src/filemanager/dir.c.'>dir_list_clean</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>);
<a id='L768' name='L768'></a> 768 <strong class='reserved'>if</strong> (!<a href='../S/src--filemanager--dir.c.html#L563' title='Defined at 563 in src/filemanager/dir.c.'>dir_list_init</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>))
<a id='L769' name='L769'></a> 769 <em class='brace'>{</em>
<a id='L770' name='L770'></a> 770 <a href='../S/src--filemanager--dir.c.html#L542' title='Defined at 542 in src/filemanager/dir.c.'>dir_list_free_list</a> (&amp;<a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>);
<a id='L771' name='L771'></a> 771 <a href='../S/lib--vfs--interface.c.html#L484' title='Defined at 484 in lib/vfs/interface.c.'>mc_closedir</a> (<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a>);
<a id='L772' name='L772'></a> 772 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L773' name='L773'></a> 773 <em class='brace'>}</em>
<a id='L774' name='L774'></a> 774
<a id='L775' name='L775'></a> 775 <strong class='reserved'>if</strong> (<a href='../S/src--filemanager--dir.c.html#L199' title='Defined at 199 in src/filemanager/dir.c.'>dir_get_dotdot_stat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &amp;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>))
<a id='L776' name='L776'></a> 776 <em class='brace'>{</em>
<a id='L777' name='L777'></a> 777 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>;
<a id='L778' name='L778'></a> 778
<a id='L779' name='L779'></a> 779 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[0];
<a id='L780' name='L780'></a> 780 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a> = <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>;
<a id='L781' name='L781'></a> 781 <em class='brace'>}</em>
<a id='L782' name='L782'></a> 782 <em class='brace'>}</em>
<a id='L783' name='L783'></a> 783
<a id='L784' name='L784'></a> 784 <strong class='reserved'>while</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> &amp;&amp; (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a> = <a href='../S/lib--vfs--interface.c.html#L444' title='Defined at 444 in lib/vfs/interface.c.'>mc_readdir</a> (<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L785' name='L785'></a> 785 <em class='brace'>{</em>
<a id='L786' name='L786'></a> 786 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>, <a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>;
<a id='L787' name='L787'></a> 787
<a id='L788' name='L788'></a> 788 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L789' name='L789'></a> 789 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> (<a href='../S/src--filemanager--dir.h.html#L23' title='Defined at 23 in src/filemanager/dir.h.'>DIR_READ</a>, <a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>);
<a id='L790' name='L790'></a> 790
<a id='L791' name='L791'></a> 791 <strong class='reserved'>if</strong> (!<a href='../S/src--filemanager--dir.c.html#L152' title='Defined at 152 in src/filemanager/dir.c.'>handle_dirent</a> (<a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>, <a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>, &amp;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>, &amp;<a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>, &amp;<a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>))
<a id='L792' name='L792'></a> 792 <strong class='reserved'>continue</strong>;
<a id='L793' name='L793'></a> 793
<a id='L794' name='L794'></a> 794 <strong class='reserved'>if</strong> (!<a href='../S/src--filemanager--dir.c.html#L299' title='Defined at 299 in src/filemanager/dir.c.'>dir_list_append</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>, &amp;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>, <a href='../Y/link_to_dir.html' title='Multiple used in 29 places.'>link_to_dir</a>, <a href='../Y/stale_link.html' title='Multiple used in 36 places.'>stale_link</a>))
<a id='L795' name='L795'></a> 795 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L796' name='L796'></a> 796 <strong class='reserved'>else</strong>
<a id='L797' name='L797'></a> 797 <em class='brace'>{</em>
<a id='L798' name='L798'></a> 798 <a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a> *<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>;
<a id='L799' name='L799'></a> 799
<a id='L800' name='L800'></a> 800 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a> = &amp;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> - 1];
<a id='L801' name='L801'></a> 801
<a id='L802' name='L802'></a> 802 <em class='comment'>/*</em>
<a id='L803' name='L803'></a> 803 <em class='comment'> * If we have marked files in the copy, scan through the copy</em>
<a id='L804' name='L804'></a> 804 <em class='comment'> * to find matching file. Decrease number of remaining marks if</em>
<a id='L805' name='L805'></a> 805 <em class='comment'> * we copied one.</em>
<a id='L806' name='L806'></a> 806 <em class='comment'> */</em>
<a id='L807' name='L807'></a> 807 <a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a> =
<a id='L808' name='L808'></a> 808 (<a href='../Y/marked_cnt.html' title='Multiple used in 5 places.'>marked_cnt</a> &gt; 0 &amp;&amp; <a href='../Y/g_hash_table_lookup.html' title='Multiple used in 5 places.'>g_hash_table_lookup</a> (<a href='../Y/marked_files.html' title='Multiple used in 5 places.'>marked_files</a>, <a href='../Y/dp.html' title='Multiple used in 39 places.'>dp</a>-&gt;<a href='../Y/d_name.html' title='Multiple used in 45 places.'>d_name</a>) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>) ? 1 : 0;
<a id='L809' name='L809'></a> 809 <strong class='reserved'>if</strong> (<a href='../Y/fentry.html' title='Multiple used in 52 places.'>fentry</a>-&gt;<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a> != 0)
<a id='L810' name='L810'></a> 810 <a href='../Y/marked_cnt.html' title='Multiple used in 5 places.'>marked_cnt</a>--;
<a id='L811' name='L811'></a> 811 <em class='brace'>}</em>
<a id='L812' name='L812'></a> 812 <em class='brace'>}</em>
<a id='L813' name='L813'></a> 813
<a id='L814' name='L814'></a> 814 <strong class='reserved'>if</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>)
<a id='L815' name='L815'></a> 815 <a href='../S/src--filemanager--dir.c.html#L498' title='Defined at 498 in src/filemanager/dir.c.'>dir_list_sort</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../Y/sort.html' title='Multiple used in 10 places.'>sort</a>, <a href='../Y/sort_op.html' title='Multiple used in 13 places.'>sort_op</a>);
<a id='L816' name='L816'></a> 816
<a id='L817' name='L817'></a> 817 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L818' name='L818'></a> 818 <a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> (<a href='../S/src--filemanager--dir.h.html#L24' title='Defined at 24 in src/filemanager/dir.h.'>DIR_CLOSE</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L819' name='L819'></a> 819 <a href='../S/lib--vfs--interface.c.html#L484' title='Defined at 484 in lib/vfs/interface.c.'>mc_closedir</a> (<a href='../Y/dirp.html' title='Multiple used in 45 places.'>dirp</a>);
<a id='L820' name='L820'></a> 820 <a href='../S/src--filemanager--treestore.c.html#L857' title='Defined at 857 in src/filemanager/treestore.c.'>tree_store_end_check</a> ();
<a id='L821' name='L821'></a> 821
<a id='L822' name='L822'></a> 822 <a href='../Y/g_hash_table_destroy.html' title='Multiple used in 4 places.'>g_hash_table_destroy</a> (<a href='../Y/marked_files.html' title='Multiple used in 5 places.'>marked_files</a>);
<a id='L823' name='L823'></a> 823 <a href='../S/src--filemanager--dir.c.html#L542' title='Defined at 542 in src/filemanager/dir.c.'>dir_list_free_list</a> (&amp;<a href='../Y/dir_copy.html' title='Multiple used in 11 places.'>dir_copy</a>);
<a id='L824' name='L824'></a> 824
<a id='L825' name='L825'></a> 825 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L826' name='L826'></a> 826 <em class='brace'>}</em>
<a id='L827' name='L827'></a> 827
<a id='L828' name='L828'></a> 828 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L829' name='L829'></a> 829
<a id='L830' name='L830'></a> 830 <strong class='reserved'>void</strong>
<a id='L831' name='L831'></a> 831 <a href='../R/file_filter_clear.html' title='Multiple referred from 3 places.'>file_filter_clear</a> (<a href='../S/src--filemanager--dir.h.html#L71' title='Defined at 71 in src/filemanager/dir.h.'>file_filter_t</a> *<a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>)
<em class='comment'>/* <a href='#L707'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L83'><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='+831 src/filemanager/dir.c' /> */</em>
<a id='L832' name='L832'></a> 832 <em class='brace'>{</em>
<a id='L833' name='L833'></a> 833 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>-&gt;<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>);
<a id='L834' name='L834'></a> 834 <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/filter.html' title='Multiple used in 50 places.'>filter</a>-&gt;<a href='../Y/handler.html' title='Multiple used in 31 places.'>handler</a>);
<a id='L835' name='L835'></a> 835 <a href='../Y/filter.html' title='Multiple used in 50 places.'>filter</a>-&gt;<a href='../Y/handler.html' title='Multiple used in 31 places.'>handler</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L836' name='L836'></a> 836 <em class='comment'>// keep filter-&gt;flags</em>
<a id='L837' name='L837'></a> 837 <em class='brace'>}</em>
<a id='L838' name='L838'></a> 838
<a id='L839' name='L839'></a> 839 <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='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L831'><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='+839 src/filemanager/dir.c' /> */</em>
</body>
</html>