shell_env         110 lib/shell.c        const char *shell_env;
shell_env         113 lib/shell.c        shell_env = g_getenv ("SHELL");
shell_env         114 lib/shell.c        if ((shell_env == NULL) || (shell_env[0] == '\0'))
shell_env         125 lib/shell.c            shell_name = g_strdup (shell_env);