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

159 lines
27 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.h</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<!-- beginning of fixed guide -->
<div id='guide'><ul>
<li><a href='#L110'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
<li class='standout'><span><a href='../files/src.html'>src</a>/<a href='../files/src--filemanager.html'>filemanager</a>/dir.h</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <a href=man/mcview.html>mcview</a>
</div>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/<a href='../files/src--filemanager.html'>filemanager</a>/dir.h</h2>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L110'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 src/filemanager/dir.h' /> */</em>
<hr />
<h2 class='header'><a href='../J/dir.h.html' title='Multiple included from 15 places.'>INCLUDED FROM</a></h2>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L110' title='Defined at 110.'>link_isdir</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='comment'>/** \file dir.h</em>
<a id='L2' name='L2'></a> 2 <em class='comment'> * \brief Header: directory routines</em>
<a id='L3' name='L3'></a> 3 <em class='comment'> */</em>
<a id='L4' name='L4'></a> 4
<a id='L5' name='L5'></a> 5 <em class='sharp'>#ifndef</em> <a href='../S/src--filemanager--dir.h.html#L6' title='Defined at 6 in src/filemanager/dir.h.'>MC__DIR_H</a>
<a id='L6' name='L6'></a> 6 <em class='sharp'>#define</em> <a href='../S/src--filemanager--dir.h.html#L5' title='Referred from 5 in src/filemanager/dir.h.'>MC__DIR_H</a>
<a id='L7' name='L7'></a> 7
<a id='L8' name='L8'></a> 8 <em class='sharp'>#include</em> &lt;sys/stat.h&gt;
<a id='L9' name='L9'></a> 9
<a id='L10' name='L10'></a> 10 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L11' name='L11'></a> 11 <em class='sharp'>#include</em> "<a href='lib--search.h.html'>lib/search.h</a>"
<a id='L12' name='L12'></a> 12 <em class='sharp'>#include</em> "<a href='lib--file-entry.h.html'>lib/file-entry.h</a>"
<a id='L13' name='L13'></a> 13 <em class='sharp'>#include</em> "<a href='lib--vfs--vfs.h.html'>lib/vfs/vfs.h</a>"
<a id='L14' name='L14'></a> 14
<a id='L15' name='L15'></a> 15 <em class='comment'>/*** typedefs(not structures) and defined constants **********************************************/</em>
<a id='L16' name='L16'></a> 16
<a id='L17' name='L17'></a> 17 <em class='sharp'>#define</em> <a href='../R/DIR_LIST_MIN_SIZE.html' title='Multiple referred from 4 places.'>DIR_LIST_MIN_SIZE</a> 128
<a id='L18' name='L18'></a> 18 <em class='sharp'>#define</em> <a href='../R/DIR_LIST_RESIZE_STEP.html' title='Multiple referred from 2 places.'>DIR_LIST_RESIZE_STEP</a> 128
<a id='L19' name='L19'></a> 19
<a id='L20' name='L20'></a> 20 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
<a id='L21' name='L21'></a> 21 <em class='brace'>{</em>
<a id='L22' name='L22'></a> 22 <a href='../R/DIR_OPEN.html' title='Multiple referred from 3 places.'>DIR_OPEN</a> = 0,
<a id='L23' name='L23'></a> 23 <a href='../R/DIR_READ.html' title='Multiple referred from 3 places.'>DIR_READ</a>,
<a id='L24' name='L24'></a> 24 <a href='../R/DIR_CLOSE.html' title='Multiple referred from 3 places.'>DIR_CLOSE</a>
<a id='L25' name='L25'></a> 25 <em class='brace'>}</em> <a href='../R/dir_list_cb_state_t.html' title='Multiple referred from 2 places.'>dir_list_cb_state_t</a>;
<a id='L26' name='L26'></a> 26
<a id='L27' name='L27'></a> 27 <em class='comment'>/* selection flags */</em>
<a id='L28' name='L28'></a> 28 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
<a id='L29' name='L29'></a> 29 <em class='brace'>{</em>
<a id='L30' name='L30'></a> 30 <a href='../R/SELECT_FILES_ONLY.html' title='Multiple referred from 5 places.'>SELECT_FILES_ONLY</a> = 1 &lt;&lt; 0,
<a id='L31' name='L31'></a> 31 <a href='../R/SELECT_MATCH_CASE.html' title='Multiple referred from 5 places.'>SELECT_MATCH_CASE</a> = 1 &lt;&lt; 1,
<a id='L32' name='L32'></a> 32 <a href='../R/SELECT_SHELL_PATTERNS.html' title='Multiple referred from 5 places.'>SELECT_SHELL_PATTERNS</a> = 1 &lt;&lt; 2
<a id='L33' name='L33'></a> 33 <em class='brace'>}</em> <a href='../R/select_flags_t.html' title='Multiple referred from 3 places.'>select_flags_t</a>;
<a id='L34' name='L34'></a> 34
<a id='L35' name='L35'></a> 35 <em class='sharp'>#define</em> <a href='../R/FILE_FILTER_DEFAULT_FLAGS.html' title='Multiple referred from 2 places.'>FILE_FILTER_DEFAULT_FLAGS</a> (<a href='../S/src--filemanager--dir.h.html#L30' title='Defined at 30 in src/filemanager/dir.h.'>SELECT_FILES_ONLY</a> | <a href='../S/src--filemanager--dir.h.html#L31' title='Defined at 31 in src/filemanager/dir.h.'>SELECT_MATCH_CASE</a> | <a href='../S/src--filemanager--dir.h.html#L32' title='Defined at 32 in src/filemanager/dir.h.'>SELECT_SHELL_PATTERNS</a>)
<a id='L36' name='L36'></a> 36
<a id='L37' name='L37'></a> 37 <em class='comment'>/* dir_list callback */</em>
<a id='L38' name='L38'></a> 38 <strong class='reserved'>typedef</strong> <strong class='reserved'>void</strong> (*<a href='../Y/dir_list_cb_fn.html' title='Multiple used in 2 places.'>dir_list_cb_fn</a>) (<a href='../S/src--filemanager--dir.h.html#L25' title='Defined at 25 in src/filemanager/dir.h.'>dir_list_cb_state_t</a> <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>, <strong class='reserved'>void</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L39' name='L39'></a> 39
<a id='L40' name='L40'></a> 40 <em class='comment'>/*** enums ***************************************************************************************/</em>
<a id='L41' name='L41'></a> 41
<a id='L42' name='L42'></a> 42 <em class='comment'>/*** structures declarations (and typedefs of structures)*****************************************/</em>
<a id='L43' name='L43'></a> 43
<a id='L44' name='L44'></a> 44 <em class='comment'>/**</em>
<a id='L45' name='L45'></a> 45 <em class='comment'> * A structure to represent directory content</em>
<a id='L46' name='L46'></a> 46 <em class='comment'> */</em>
<a id='L47' name='L47'></a> 47 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L48' name='L48'></a> 48 <em class='brace'>{</em>
<a id='L49' name='L49'></a> 49 <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>; <em class='comment'>// list of file_entry_t objects</em>
<a id='L50' name='L50'></a> 50 <strong class='reserved'>int</strong> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>; <em class='comment'>// number of allocated elements in list (capacity)</em>
<a id='L51' name='L51'></a> 51 <strong class='reserved'>int</strong> <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>; <em class='comment'>// number of used elements in list</em>
<a id='L52' name='L52'></a> 52 <a href='../Y/dir_list_cb_fn.html' title='Multiple used in 2 places.'>dir_list_cb_fn</a> <a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a>; <em class='comment'>// callback to visualize of directory read</em>
<a id='L53' name='L53'></a> 53 <em class='brace'>}</em> <a href='../R/dir_list.html' title='Multiple referred from 32 places.'>dir_list</a>;
<a id='L54' name='L54'></a> 54
<a id='L55' name='L55'></a> 55 <em class='comment'>/**</em>
<a id='L56' name='L56'></a> 56 <em class='comment'> * A structure to represent sort options for directory content</em>
<a id='L57' name='L57'></a> 57 <em class='comment'> */</em>
<a id='L58' name='L58'></a> 58 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong> dir_sort_options_struct
<a id='L59' name='L59'></a> 59 <em class='brace'>{</em>
<a id='L60' name='L60'></a> 60 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>; <em class='comment'>// sort is reverse</em>
<a id='L61' name='L61'></a> 61 <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>; <em class='comment'>// sort is case sensitive</em>
<a id='L62' name='L62'></a> 62 <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>; <em class='comment'>// executables are at top of list</em>
<a id='L63' name='L63'></a> 63 <em class='brace'>}</em> <a href='../R/dir_sort_options_t.html' title='Multiple referred from 11 places.'>dir_sort_options_t</a>;
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <em class='comment'>/* filter */</em>
<a id='L66' name='L66'></a> 66 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L67' name='L67'></a> 67 <em class='brace'>{</em>
<a id='L68' name='L68'></a> 68 <strong class='reserved'>char</strong> *<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>;
<a id='L69' name='L69'></a> 69 <a href='../S/lib--search.h.html#L123' title='Defined at 123 in lib/search.h.'>mc_search_t</a> *<a href='../Y/handler.html' title='Multiple used in 31 places.'>handler</a>;
<a id='L70' name='L70'></a> 70 <a href='../S/src--filemanager--dir.h.html#L33' title='Defined at 33 in src/filemanager/dir.h.'>select_flags_t</a> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>;
<a id='L71' name='L71'></a> 71 <em class='brace'>}</em> <a href='../R/file_filter_t.html' title='Multiple referred from 11 places.'>file_filter_t</a>;
<a id='L72' name='L72'></a> 72
<a id='L73' name='L73'></a> 73 <em class='comment'>/*** global variables defined in .c file *********************************************************/</em>
<a id='L74' name='L74'></a> 74
<a id='L75' name='L75'></a> 75 <em class='comment'>/*** declarations of public functions ************************************************************/</em>
<a id='L76' name='L76'></a> 76
<a id='L77' name='L77'></a> 77 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--filemanager--dir.c.html#L250' title='Defined at 250 in src/filemanager/dir.c.'>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>);
<a id='L78' name='L78'></a> 78 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--filemanager--dir.c.html#L299' title='Defined at 299 in src/filemanager/dir.c.'>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 id='L79' name='L79'></a> 79 <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='L80' name='L80'></a> 80
<a id='L81' name='L81'></a> 81 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--filemanager--dir.c.html#L634' title='Defined at 634 in src/filemanager/dir.c.'>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>,
<a id='L82' name='L82'></a> 82 <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='L83' name='L83'></a> 83 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--filemanager--dir.c.html#L707' title='Defined at 707 in src/filemanager/dir.c.'>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>,
<a id='L84' name='L84'></a> 84 <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='L85' name='L85'></a> 85 <strong class='reserved'>void</strong> <a href='../S/src--filemanager--dir.c.html#L498' title='Defined at 498 in src/filemanager/dir.c.'>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>);
<a id='L86' name='L86'></a> 86 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--filemanager--dir.c.html#L563' title='Defined at 563 in src/filemanager/dir.c.'>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>);
<a id='L87' name='L87'></a> 87 <strong class='reserved'>void</strong> <a href='../S/src--filemanager--dir.c.html#L521' title='Defined at 521 in src/filemanager/dir.c.'>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>);
<a id='L88' name='L88'></a> 88 <strong class='reserved'>void</strong> <a href='../S/src--filemanager--dir.c.html#L542' title='Defined at 542 in src/filemanager/dir.c.'>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>);
<a id='L89' name='L89'></a> 89 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--filemanager--dir.c.html#L596' title='Defined at 596 in src/filemanager/dir.c.'>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 id='L90' name='L90'></a> 90 <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='L91' name='L91'></a> 91
<a id='L92' name='L92'></a> 92 <em class='comment'>/* Sorting functions */</em>
<a id='L93' name='L93'></a> 93 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L326' title='Defined at 326 in src/filemanager/dir.c.'>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>);
<a id='L94' name='L94'></a> 94 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L337' title='Defined at 337 in src/filemanager/dir.c.'>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>);
<a id='L95' name='L95'></a> 95 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L351' title='Defined at 351 in src/filemanager/dir.c.'>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>);
<a id='L96' name='L96'></a> 96 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L373' title='Defined at 373 in src/filemanager/dir.c.'>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>);
<a id='L97' name='L97'></a> 97 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L400' title='Defined at 400 in src/filemanager/dir.c.'>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>);
<a id='L98' name='L98'></a> 98 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L442' title='Defined at 442 in src/filemanager/dir.c.'>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>);
<a id='L99' name='L99'></a> 99 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L421' title='Defined at 421 in src/filemanager/dir.c.'>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>);
<a id='L100' name='L100'></a> 100 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L477' title='Defined at 477 in src/filemanager/dir.c.'>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>);
<a id='L101' name='L101'></a> 101 <strong class='reserved'>int</strong> <a href='../S/src--filemanager--dir.c.html#L463' title='Defined at 463 in src/filemanager/dir.c.'>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>);
<a id='L102' name='L102'></a> 102
<a id='L103' name='L103'></a> 103 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--filemanager--dir.c.html#L693' title='Defined at 693 in src/filemanager/dir.c.'>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> *full_name, <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>);
<a id='L104' name='L104'></a> 104
<a id='L105' name='L105'></a> 105 <strong class='reserved'>void</strong> <a href='../S/src--filemanager--dir.c.html#L831' title='Defined at 831 in src/filemanager/dir.c.'>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>);
<a id='L106' name='L106'></a> 106
<a id='L107' name='L107'></a> 107 <em class='comment'>/*** inline functions ****************************************************************************/</em>
<a id='L108' name='L108'></a> 108
<a id='L109' name='L109'></a> 109 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L110' name='L110'></a> 110 <a href='../R/link_isdir.html' title='Multiple referred from 11 places.'>link_isdir</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'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><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='+110 src/filemanager/dir.h' /> */</em>
<a id='L111' name='L111'></a> 111 <em class='brace'>{</em>
<a id='L112' name='L112'></a> 112 <strong class='reserved'>return</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</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='L113' name='L113'></a> 113 <em class='brace'>}</em>
<a id='L114' name='L114'></a> 114
<a id='L115' name='L115'></a> 115 <em class='sharp'>#endif</em>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L110'><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='+115 src/filemanager/dir.h' /> */</em>
</body>
</html>