Files
source/Y/subdir.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

46 lines
6.0 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>subdir</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/lib--mcconfig--paths.c.html#L119'>subdir</a> 119 lib/mcconfig/paths.c mc_config_init_one_config_path (const char *path_base, const char *subdir, GError **mcerror)</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L125'>subdir</a> 125 lib/mcconfig/paths.c full_path = g_build_filename (path_base, subdir, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L205'>subdir</a> 205 lib/vfs/direntry.c for (iter = g_queue_peek_head_link (root-&gt;subdir); iter != NULL; iter = g_list_next (iter))</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L268'>subdir</a> 268 lib/vfs/direntry.c iter = g_queue_find_custom (root-&gt;subdir, path, (GCompareFunc) vfs_s_entry_compare);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L295'>subdir</a> 295 lib/vfs/direntry.c iter = g_queue_find_custom (root-&gt;subdir, path, (GCompareFunc) vfs_s_entry_compare);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L440'>subdir</a> 440 lib/vfs/direntry.c if (dir-&gt;subdir == NULL) // This can actually happen if we allow empty directories </span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L447'>subdir</a> 447 lib/vfs/direntry.c info-&gt;cur = g_queue_peek_head_link (dir-&gt;subdir);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L889'>subdir</a> 889 lib/vfs/direntry.c ino-&gt;subdir = g_queue_new ();</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L916'>subdir</a> 916 lib/vfs/direntry.c while (g_queue_get_length (ino-&gt;subdir) != 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L920'>subdir</a> 920 lib/vfs/direntry.c entry = VFS_ENTRY (g_queue_peek_head (ino-&gt;subdir));</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L924'>subdir</a> 924 lib/vfs/direntry.c g_queue_free (ino-&gt;subdir);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L925'>subdir</a> 925 lib/vfs/direntry.c ino-&gt;subdir = NULL;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L961'>subdir</a> 961 lib/vfs/direntry.c g_queue_remove (ent-&gt;dir-&gt;subdir, ent);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L984'>subdir</a> 984 lib/vfs/direntry.c g_queue_push_tail (dir-&gt;subdir, ent);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1712'>subdir</a> 1712 lib/vfs/direntry.c for (iter = g_queue_peek_head_link (root_inode-&gt;subdir); iter != NULL;</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L97'>subdir</a> 97 lib/vfs/xdirentry.h GQueue *subdir; // If this is a directory, its entry. List of vfs_s_entry</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4385'>subdir</a> 4385 src/filemanager/panel.c char *subdir;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4403'>subdir</a> 4403 src/filemanager/panel.c subdir = vfs_strip_suffix_from_filename (name);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4405'>subdir</a> 4405 src/filemanager/panel.c subdir = vfs_strip_suffix_from_filename (x_basename (name));</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4410'>subdir</a> 4410 src/filemanager/panel.c if (strcmp (subdir, panel-&gt;dir.list[i].fname-&gt;str) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4413'>subdir</a> 4413 src/filemanager/panel.c g_free (subdir);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4420'>subdir</a> 4420 src/filemanager/panel.c g_free (subdir);</span>
<span class='curline'><a href='../S/src--keymap.c.html#L756'>subdir</a> 756 src/keymap.c load_setup_get_full_config_name (const char *subdir, const char *config_file_name)</span>
<span class='curline'><a href='../S/src--keymap.c.html#L784'>subdir</a> 784 src/keymap.c if (subdir != NULL)</span>
<span class='curline'><a href='../S/src--keymap.c.html#L785'>subdir</a> 785 src/keymap.c ret = g_build_filename (mc_config_get_path (), subdir, lc_basename, (char *) NULL);</span>
<span class='curline'><a href='../S/src--keymap.c.html#L797'>subdir</a> 797 src/keymap.c if (subdir != NULL)</span>
<span class='curline'><a href='../S/src--keymap.c.html#L798'>subdir</a> 798 src/keymap.c ret = g_build_filename (mc_global.share_data_dir, subdir, lc_basename, (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L282'>subdir</a> 282 src/vfs/extfs/extfs.c pl = g_queue_find_custom (pent-&gt;ino-&gt;subdir, p, vfs_s_entry_compare);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L451'>subdir</a> 451 src/vfs/extfs/extfs.c g_queue_push_tail (pent-&gt;ino-&gt;subdir, entry);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L457'>subdir</a> 457 src/vfs/extfs/extfs.c g_queue_push_tail (super-&gt;root-&gt;subdir, entry);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1201'>subdir</a> 1201 src/vfs/extfs/extfs.c *info = g_queue_peek_head_link (entry-&gt;ino-&gt;subdir);</span>
</pre>
</body>
</html>