real_path         147 lib/shell.c        if (strstr (mc_shell->path, "/zsh") != NULL || strstr (mc_shell->real_path, "/zsh") != NULL
real_path         155 lib/shell.c                 || strstr (mc_shell->real_path, "/tcsh") != NULL)
real_path         162 lib/shell.c                 || strstr (mc_shell->real_path, "/csh") != NULL)
real_path         168 lib/shell.c                 || strstr (mc_shell->real_path, "/fish") != NULL)
real_path         174 lib/shell.c                 || strstr (mc_shell->real_path, "/dash") != NULL)
real_path         180 lib/shell.c        else if (strstr (mc_shell->real_path, "/busybox") != NULL)
real_path         235 lib/shell.c        mc_shell->real_path = mc_realpath (mc_shell->path, rp_shell);
real_path         240 lib/shell.c        if (mc_shell->real_path != NULL)
real_path          31 lib/shell.h        char *real_path;