Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/window/
Dmain.c114 if ((default_shellfile = str_cpy(p)) == 0) { in main()
118 if (p = strrchr(default_shellfile, '/')) in main()
121 p = default_shellfile; in main()
Dstartup.c69 (char *) 0, WWT_PTY, WWU_HASFRAME, default_shellfile, in dodefault()
73 (char *) 0, WWT_PTY, WWU_HASFRAME, default_shellfile, in dodefault()
Dlcmd2.c262 if ((v->v_str = str_cpy(default_shellfile)) != 0)
266 if (v->v_str = default_shellfile) {
283 if (default_shellfile = *default_shell)
284 if (*default_shell = strrchr(default_shellfile, '/'))
287 *default_shell = default_shellfile;
Ddefs.h58 char *default_shellfile; /* default shell program */ variable
Dcmd1.c111 (char *) 0, WWT_PTY, WWU_HASFRAME, default_shellfile, in c_window()
Dlcmd1.c117 shf = default_shellfile;