mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
26 lines
2.2 KiB
HTML
26 lines
2.2 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>cf</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>
|
|
<pre>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L126'>cf</a> 126 src/vfs/sfs/sfs.c const cachedfile *cf = (const cachedfile *) a;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L129'>cf</a> 129 src/vfs/sfs/sfs.c return strcmp (name, cf->name);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L256'>cf</a> 256 src/vfs/sfs/sfs.c cachedfile *cf;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L264'>cf</a> 264 src/vfs/sfs/sfs.c cf = (cachedfile *) cur->data;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L265'>cf</a> 265 src/vfs/sfs/sfs.c vfs_stamp (vfs_sfs_ops, cf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L266'>cf</a> 266 src/vfs/sfs/sfs.c return cf->cache;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L278'>cf</a> 278 src/vfs/sfs/sfs.c cf = g_new (cachedfile, 1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L279'>cf</a> 279 src/vfs/sfs/sfs.c cf->name = g_strdup (vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L280'>cf</a> 280 src/vfs/sfs/sfs.c cf->cache = vfs_path_free (cache_vpath, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L281'>cf</a> 281 src/vfs/sfs/sfs.c head = g_slist_prepend (head, cf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L284'>cf</a> 284 src/vfs/sfs/sfs.c return cf->cache;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|