mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
58 lines
5.7 KiB
HTML
58 lines
5.7 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>src/util.h</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<!-- beginning of fixed guide -->
|
|
<div id='guide'><ul>
|
|
<li><a href='#TOP'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#BOTTOM'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
|
|
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
|
|
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
|
|
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
|
|
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
|
|
<li class='standout'><span><a href='../files/src.html'>src</a>/util.h</span></li>
|
|
</ul></div>
|
|
<!-- end of fixed guide -->
|
|
<div align='right'>Manual pages:
|
|
<a href=man/mc.html>mc</a> • <a href=man/mcdiff.html>mcdiff</a> • <a href=man/mcedit.html>mcedit</a> • <a href=man/mcview.html>mcview</a>
|
|
</div>
|
|
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/util.h</h2>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><img class='icon' src='../icons/n_last.png' alt='[last]' /><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1 src/util.h' /> */</em>
|
|
<hr />
|
|
<h2 class='header'><a href='../J/util.h.html' title='Multiple included from 145 places.'>INCLUDED FROM</a></h2>
|
|
<hr />
|
|
<pre>
|
|
<a id='L1' name='L1'></a> 1 <em class='sharp'>#ifndef</em> <a href='../S/src--util.h.html#L2' title='Defined at 2 in src/util.h.'>MC_SRC_UTIL_H</a>
|
|
<a id='L2' name='L2'></a> 2 <em class='sharp'>#define</em> <a href='../S/src--util.h.html#L1' title='Referred from 1 in src/util.h.'>MC_SRC_UTIL_H</a>
|
|
<a id='L3' name='L3'></a> 3
|
|
<a id='L4' name='L4'></a> 4 <em class='comment'>/*** typedefs(not structures) and defined constants **********************************************/</em>
|
|
<a id='L5' name='L5'></a> 5
|
|
<a id='L6' name='L6'></a> 6 <em class='comment'>/*** enums ***************************************************************************************/</em>
|
|
<a id='L7' name='L7'></a> 7
|
|
<a id='L8' name='L8'></a> 8 <em class='comment'>/*** structures declarations (and typedefs of structures)*****************************************/</em>
|
|
<a id='L9' name='L9'></a> 9
|
|
<a id='L10' name='L10'></a> 10 <em class='comment'>/*** global variables defined in .c file *********************************************************/</em>
|
|
<a id='L11' name='L11'></a> 11
|
|
<a id='L12' name='L12'></a> 12 <em class='comment'>/*** declarations of public functions ************************************************************/</em>
|
|
<a id='L13' name='L13'></a> 13
|
|
<a id='L14' name='L14'></a> 14 <em class='comment'>/* Check if the file exists. If not copy the default */</em>
|
|
<a id='L15' name='L15'></a> 15 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../S/src--util.c.html#L57' title='Defined at 57 in src/util.c.'>check_for_default</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/default_file_vpath.html' title='Multiple used in 4 places.'>default_file_vpath</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/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a>);
|
|
<a id='L16' name='L16'></a> 16
|
|
<a id='L17' name='L17'></a> 17 <strong class='reserved'>void</strong> <a href='../S/src--util.c.html#L85' title='Defined at 85 in src/util.c.'>file_error_message</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/format.html' title='Multiple used in 125 places.'>format</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>);
|
|
<a id='L18' name='L18'></a> 18
|
|
<a id='L19' name='L19'></a> 19 <em class='comment'>/*** inline functions ****************************************************************************/</em>
|
|
<a id='L20' name='L20'></a> 20
|
|
<a id='L21' name='L21'></a> 21 <em class='sharp'>#endif</em>
|
|
</pre>
|
|
<hr />
|
|
<a id='BOTTOM' name='BOTTOM'></a>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+21 src/util.h' /> */</em>
|
|
</body>
|
|
</html>
|