shell_env         102 lib/shell.c        const char *shell_env;
shell_env         105 lib/shell.c        shell_env = g_getenv ("SHELL");
shell_env         106 lib/shell.c        if ((shell_env == NULL) || (shell_env[0] == '\0'))
shell_env         117 lib/shell.c            shell_name = g_strdup (shell_env);