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         201 lib/shell.c                 || strstr (mc_shell->real_path, "/ksh") != NULL
real_path         203 lib/shell.c                 || strstr (mc_shell->real_path, "/ksh93") != NULL
real_path         205 lib/shell.c                 || strstr (mc_shell->real_path, "/oksh") != NULL)
real_path         211 lib/shell.c                 || strstr (mc_shell->real_path, "/mksh") != NULL)
real_path         275 lib/shell.c        mc_shell->real_path = mc_realpath (mc_shell->path, rp_shell);
real_path         280 lib/shell.c        if (mc_shell->real_path != NULL)
real_path          33 lib/shell.h        char *real_path;