Searched refs:tmpshell (Results 1 – 1 of 1) sorted by relevance
63 char *cmd, *name, *p, *shell, *slashp, *tmpshell; in main() local116 tmpshell = getenv("SHELL"); in main()117 shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL); in main()