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

26 lines
2.4 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>pcwd</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--subshell--common.c.html#L1554'>pcwd</a> 1554 src/subshell/common.c char *pcwd;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1556'>pcwd</a> 1556 src/subshell/common.c pcwd = vfs_path_to_str_flags (subshell_get_cwd (), 0, VPF_RECODE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1558'>pcwd</a> 1558 src/subshell/common.c if (!force &amp;&amp; !(subshell_state == INACTIVE &amp;&amp; strcmp (subshell_cwd, pcwd) != 0))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1566'>pcwd</a> 1566 src/subshell/common.c g_free (pcwd);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1633'>pcwd</a> 1633 src/subshell/common.c bPathNotEq = strcmp (subshell_cwd, pcwd) != 0;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1642'>pcwd</a> 1642 src/subshell/common.c p_current_panel_cwd = mc_realpath (pcwd, rp_current_panel_cwd);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1647'>pcwd</a> 1647 src/subshell/common.c p_current_panel_cwd = pcwd;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1651'>pcwd</a> 1651 src/subshell/common.c if (bPathNotEq &amp;&amp; !DIR_IS_DOT (pcwd))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1678'>pcwd</a> 1678 src/subshell/common.c g_free (pcwd);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1922'>pcwd</a> 1922 src/subshell/common.c const char *pcwd = vfs_translate_path (vfs_path_as_str (subshell_get_cwd ()));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1924'>pcwd</a> 1924 src/subshell/common.c if (strcmp (subshell_cwd, pcwd) != 0)</span>
</pre>
</body>
</html>