real_path         155 lib/shell.c        if (strstr (mc_shell->path, "/zsh") != NULL || strstr (mc_shell->real_path, "/zsh") != NULL
real_path         163 lib/shell.c                 || strstr (mc_shell->real_path, "/tcsh") != NULL)
real_path         170 lib/shell.c                 || strstr (mc_shell->real_path, "/csh") != NULL)
real_path         176 lib/shell.c                 || strstr (mc_shell->real_path, "/fish") != NULL)
real_path         182 lib/shell.c                 || strstr (mc_shell->real_path, "/dash") != NULL)
real_path         188 lib/shell.c        else if (strstr (mc_shell->real_path, "/busybox") != NULL)
real_path         200 lib/shell.c        else if (strstr (mc_shell->path, "/ksh") != NULL || strstr (mc_shell->real_path, "/ksh") != NULL
real_path         202 lib/shell.c                 || strstr (mc_shell->real_path, "/ksh93") != NULL
real_path         204 lib/shell.c                 || strstr (mc_shell->real_path, "/oksh") != NULL)
real_path         210 lib/shell.c                 || strstr (mc_shell->real_path, "/mksh") != NULL)
real_path         273 lib/shell.c        mc_shell->real_path = mc_realpath (mc_shell->path, rp_shell);
real_path         278 lib/shell.c        if (mc_shell->real_path != NULL)
real_path          33 lib/shell.h        char *real_path;