mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
26 lines
2.6 KiB
HTML
26 lines
2.6 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>subshell_cwd</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#L205'>subshell_cwd</a> 205 src/subshell/common.c static char subshell_cwd[MC_MAXPATHLEN + 1];</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L991'>subshell_cwd</a> 991 src/subshell/common.c const ssize_t bytes = read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd));</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1005'>subshell_cwd</a> 1005 src/subshell/common.c subshell_cwd[(size_t) bytes - 1] = '\0'; // Squash the final '\n'</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1538'>subshell_cwd</a> 1538 src/subshell/common.c if (read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)) <= 0)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1558'>subshell_cwd</a> 1558 src/subshell/common.c if (!force && !(subshell_state == INACTIVE && strcmp (subshell_cwd, pcwd) != 0))</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1633'>subshell_cwd</a> 1633 src/subshell/common.c bPathNotEq = strcmp (subshell_cwd, pcwd) != 0;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1641'>subshell_cwd</a> 1641 src/subshell/common.c p_subshell_cwd = mc_realpath (subshell_cwd, rp_subshell_cwd);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1645'>subshell_cwd</a> 1645 src/subshell/common.c p_subshell_cwd = subshell_cwd;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1838'>subshell_cwd</a> 1838 src/subshell/common.c vfs_subshell_cwd = vfs_path_from_str (subshell_cwd);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1924'>subshell_cwd</a> 1924 src/subshell/common.c if (strcmp (subshell_cwd, pcwd) != 0)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1926'>subshell_cwd</a> 1926 src/subshell/common.c vfs_path_from_str (subshell_cwd); // Make MC change to the subshell's CWD</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|