Searched refs:default_shell (Results 1 – 6 of 6) sorted by relevance
268 for (pp = default_shell + 1; *pp; pp++) {273 for (pp = default_shell, vp = a;275 pp < &default_shell[sizeof default_shell/sizeof *default_shell-1];283 if (default_shellfile = *default_shell)284 if (*default_shell = strrchr(default_shellfile, '/'))285 (*default_shell)++;287 *default_shell = default_shellfile;
70 default_shell) == 0) in dodefault()74 default_shell)) == 0) in dodefault()
122 default_shell[0] = p; in main()123 default_shell[1] = 0; in main()
79 char *argv[sizeof default_shell / sizeof *default_shell];116 sh = default_shell;
57 char *default_shell[128]; /* default shell argv */ variable
112 default_shell); in c_window()