Searched refs:default_shellfile (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.bin/window/ |
| D | main.c | 114 if ((default_shellfile = str_cpy(p)) == 0) { in main() 118 if (p = strrchr(default_shellfile, '/')) in main() 121 p = default_shellfile; in main()
|
| D | startup.c | 69 (char *) 0, WWT_PTY, WWU_HASFRAME, default_shellfile, in dodefault() 73 (char *) 0, WWT_PTY, WWU_HASFRAME, default_shellfile, in dodefault()
|
| D | lcmd2.c | 262 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;
|
| D | defs.h | 58 char *default_shellfile; /* default shell program */ variable
|
| D | cmd1.c | 111 (char *) 0, WWT_PTY, WWU_HASFRAME, default_shellfile, in c_window()
|
| D | lcmd1.c | 117 shf = default_shellfile;
|