real_path         150 lib/shell.c        if (strstr (mc_shell->path, "/zsh") != NULL || strstr (mc_shell->real_path, "/zsh") != NULL
real_path         158 lib/shell.c                 || strstr (mc_shell->real_path, "/tcsh") != NULL)
real_path         165 lib/shell.c                 || strstr (mc_shell->real_path, "/csh") != NULL)
real_path         171 lib/shell.c                 || strstr (mc_shell->real_path, "/fish") != NULL)
real_path         177 lib/shell.c                 || strstr (mc_shell->real_path, "/dash") != NULL)
real_path         183 lib/shell.c        else if (strstr (mc_shell->real_path, "/busybox") != NULL)
real_path         195 lib/shell.c        else if (strstr (mc_shell->path, "/ksh") != NULL || strstr (mc_shell->real_path, "/ksh") != NULL
real_path         197 lib/shell.c                 || strstr (mc_shell->real_path, "/ksh93") != NULL
real_path         199 lib/shell.c                 || strstr (mc_shell->real_path, "/oksh") != NULL)
real_path         205 lib/shell.c                 || strstr (mc_shell->real_path, "/mksh") != NULL)
real_path         266 lib/shell.c        mc_shell->real_path = mc_realpath (mc_shell->path, rp_shell);
real_path         270 lib/shell.c        if (mc_shell->real_path != NULL)
real_path          33 lib/shell.h        char *real_path;