Lines Matching defs:shell
73 userEnv (struct display *d, int useSystemPath, char *user, char *home, char *shell)
85 env = setEnv (env, "SHELL", shell);
107 char *style, *shell, *home, *s, **argv;
196 /* did not found the shell in /etc/shells
198 Debug("shell not in /etc/shells\n");
204 /* found the shell in /etc/shells */
226 char *shell, *home;
379 /* did not found the shell in /etc/shells
381 Debug("shell not in /etc/shells\n");
387 /* found the shell in /etc/shells */
423 shell = p->pw_shell;
433 greet->name, home, shell);