mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
30 lines
3.1 KiB
HTML
30 lines
3.1 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>new_vpath</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--vfs--path.c.html#L886'>new_vpath</a> 886 lib/vfs/path.c vfs_path_t *new_vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L892'>new_vpath</a> 892 lib/vfs/path.c new_vpath = vfs_path_new (vpath->relative);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L900'>new_vpath</a> 900 lib/vfs/path.c g_array_append_val (new_vpath->path, path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L902'>new_vpath</a> 902 lib/vfs/path.c new_vpath->str = g_strdup (vpath->str);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L904'>new_vpath</a> 904 lib/vfs/path.c return new_vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1157'>new_vpath</a> 1157 src/filemanager/boxes.c symlink_box (const vfs_path_t *existing_vpath, const vfs_path_t *new_vpath, char **ret_existing,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1166'>new_vpath</a> 1166 src/filemanager/boxes.c vfs_path_as_str (new_vpath), "input-1", ret_new, NULL, FALSE, FALSE,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.h.html#L32'>new_vpath</a> 32 src/filemanager/boxes.h void symlink_box (const vfs_path_t *existing_vpath, const vfs_path_t *new_vpath,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L235'>new_vpath</a> 235 src/filemanager/cd.c vfs_path_t *new_vpath = NULL;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L239'>new_vpath</a> 239 src/filemanager/cd.c new_vpath = vfs_path_from_str (mc_config_get_home_dir ());</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L240'>new_vpath</a> 240 src/filemanager/cd.c sync_tree (new_vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L258'>new_vpath</a> 258 src/filemanager/cd.c new_vpath = vfs_path_from_str (p);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L260'>new_vpath</a> 260 src/filemanager/cd.c new_vpath = vfs_path_append_new (current_panel->cwd_vpath, p, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L262'>new_vpath</a> 262 src/filemanager/cd.c sync_tree (new_vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L265'>new_vpath</a> 265 src/filemanager/cd.c vfs_path_free (new_vpath, TRUE);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|