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

47 lines
6.3 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>head</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--filemanager--hotlist.c.html#L147'>head</a> 147 src/filemanager/hotlist.c struct hotlist *head;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L273'>head</a> 273 src/filemanager/hotlist.c for (current = current_group-&gt;head; current != NULL; current = current-&gt;next)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L298'>head</a> 298 src/filemanager/hotlist.c struct hotlist *current = current_group-&gt;head;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L301'>head</a> 301 src/filemanager/hotlist.c current_group-&gt;head = entry-&gt;next;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L357'>head</a> 357 src/filemanager/hotlist.c if (moveto_group-&gt;head == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L358'>head</a> 358 src/filemanager/hotlist.c moveto_group-&gt;head = item;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L361'>head</a> 361 src/filemanager/hotlist.c struct hotlist *p = moveto_group-&gt;head;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L378'>head</a> 378 src/filemanager/hotlist.c else if (moveto_group-&gt;head == moveto_item)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L380'>head</a> 380 src/filemanager/hotlist.c moveto_group-&gt;head = item;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L385'>head</a> 385 src/filemanager/hotlist.c struct hotlist *p = moveto_group-&gt;head;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L936'>head</a> 936 src/filemanager/hotlist.c if (current_group-&gt;head == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L939'>head</a> 939 src/filemanager/hotlist.c current_group-&gt;head = new;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L946'>head</a> 946 src/filemanager/hotlist.c else if (pos == LISTBOX_APPEND_BEFORE &amp;&amp; current == current_group-&gt;head)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L950'>head</a> 950 src/filemanager/hotlist.c current_group-&gt;head = new;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L954'>head</a> 954 src/filemanager/hotlist.c struct hotlist *p = current_group-&gt;head;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L964'>head</a> 964 src/filemanager/hotlist.c struct hotlist *p = current_group-&gt;head;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1115'>head</a> 1115 src/filemanager/hotlist.c struct hotlist *current = grp-&gt;head;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1161'>head</a> 1161 src/filemanager/hotlist.c struct hotlist *head = entry-&gt;head;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1163'>head</a> 1163 src/filemanager/hotlist.c if (head != NULL &amp;&amp; (head-&gt;type != HL_TYPE_DOTDOT || head-&gt;next != NULL))</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1219'>head</a> 1219 src/filemanager/hotlist.c for (current = grp-&gt;head; current; current = current-&gt;next)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1531'>head</a> 1531 src/filemanager/hotlist.c for (current = grp-&gt;head; current != NULL; current = current-&gt;next)</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L106'>head</a> 106 src/vfs/sfs/sfs.c static GSList *head = NULL;</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L260'>head</a> 260 src/vfs/sfs/sfs.c cur = g_slist_find_custom (head, vfs_path_as_str (vpath), cachedfile_compare);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L281'>head</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#L283'>head</a> 283 src/vfs/sfs/sfs.c vfs_stamp_create (vfs_sfs_ops, (cachedfile *) head-&gt;data);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L370'>head</a> 370 src/vfs/sfs/sfs.c cur = g_slist_find_custom (head, vfs_path_as_str (vpath), cachedfile_compare);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L384'>head</a> 384 src/vfs/sfs/sfs.c cur = g_slist_find (head, which);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L394'>head</a> 394 src/vfs/sfs/sfs.c head = g_slist_delete_link (head, cur);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L406'>head</a> 406 src/vfs/sfs/sfs.c for (cur = head; cur != NULL; cur = g_slist_next (cur))</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L461'>head</a> 461 src/viewer/hex.c mcview_enqueue_change (struct hexedit_change_node **head, struct hexedit_change_node *node)</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L466'>head</a> 466 src/viewer/hex.c struct hexedit_change_node **chnode = head;</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L284'>head</a> 284 src/viewer/internal.h void mcview_enqueue_change (struct hexedit_change_node **head, struct hexedit_change_node *node);</span>
</pre>
</body>
</html>