bPathNotEq       1763 src/subshell/common.c         gboolean bPathNotEq;
bPathNotEq       1765 src/subshell/common.c         bPathNotEq = strcmp (subshell_cwd, pcwd) != 0;
bPathNotEq       1767 src/subshell/common.c         if (bPathNotEq && mc_global.shell->type == SHELL_TCSH)
bPathNotEq       1780 src/subshell/common.c             bPathNotEq = strcmp (p_subshell_cwd, p_current_panel_cwd) != 0;
bPathNotEq       1783 src/subshell/common.c         if (bPathNotEq && !DIR_IS_DOT (pcwd))