Home
last modified time | relevance | path

Searched refs:default_shell (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/usr.bin/window/
Dlcmd2.c268 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;
Dstartup.c70 default_shell) == 0) in dodefault()
74 default_shell)) == 0) in dodefault()
Dmain.c122 default_shell[0] = p; in main()
123 default_shell[1] = 0; in main()
Dlcmd1.c79 char *argv[sizeof default_shell / sizeof *default_shell];
116 sh = default_shell;
Ddefs.h57 char *default_shell[128]; /* default shell argv */ variable
Dcmd1.c112 default_shell); in c_window()