mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
29 lines
3.0 KiB
HTML
29 lines
3.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>re</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--mountlist.c.html#L820'>re</a> 820 src/filemanager/mountlist.c struct rootdir_entry *re = g_malloc (sizeof (*re));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L821'>re</a> 821 src/filemanager/mountlist.c re->name = name;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L822'>re</a> 822 src/filemanager/mountlist.c re->dev = statbuf.st_dev;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L823'>re</a> 823 src/filemanager/mountlist.c re->ino = statbuf.st_ino;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L826'>re</a> 826 src/filemanager/mountlist.c *rootdir_tail = re;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L827'>re</a> 827 src/filemanager/mountlist.c rootdir_tail = &re->next;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L840'>re</a> 840 src/filemanager/mountlist.c struct rootdir_entry *re;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L842'>re</a> 842 src/filemanager/mountlist.c for (re = rootdir_list; re; re = re->next)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L843'>re</a> 843 src/filemanager/mountlist.c if (re->dev == fi.dev && re->ino == fi.root)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L849'>re</a> 849 src/filemanager/mountlist.c me->me_mountdir = g_strdup (re != NULL ? re->name : fi.fsh_name);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L862'>re</a> 862 src/filemanager/mountlist.c struct rootdir_entry *re = rootdir_list;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L864'>re</a> 864 src/filemanager/mountlist.c rootdir_list = re->next;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L865'>re</a> 865 src/filemanager/mountlist.c g_free (re->name);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L866'>re</a> 866 src/filemanager/mountlist.c g_free (re);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|