pcwd             1523 src/subshell/common.c         const char *pcwd;
pcwd             1525 src/subshell/common.c         pcwd = vfs_translate_path (vfs_path_as_str (subshell_get_cwd ()));
pcwd             1526 src/subshell/common.c         if (strcmp (subshell_cwd, pcwd) != 0)
pcwd             1688 src/subshell/common.c     char *pcwd;
pcwd             1690 src/subshell/common.c     pcwd = vfs_path_to_str_flags (subshell_get_cwd (), 0, VPF_RECODE);
pcwd             1692 src/subshell/common.c     if (!(subshell_state == INACTIVE && strcmp (subshell_cwd, pcwd) != 0))
pcwd             1700 src/subshell/common.c         g_free (pcwd);
pcwd             1765 src/subshell/common.c         bPathNotEq = strcmp (subshell_cwd, pcwd) != 0;
pcwd             1774 src/subshell/common.c             p_current_panel_cwd = mc_realpath (pcwd, rp_current_panel_cwd);
pcwd             1779 src/subshell/common.c                 p_current_panel_cwd = pcwd;
pcwd             1783 src/subshell/common.c         if (bPathNotEq && !DIR_IS_DOT (pcwd))
pcwd             1810 src/subshell/common.c     g_free (pcwd);