Searched refs:shell_name (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/cmd/make/lib/mksh/ |
| H A D | dosys.cc | 212 Name shell = getvar(shell_name); in doshell() 218 shell = shell_name; in doshell() 289 Name shell = getvar(shell_name); in spawn_vp() 296 shell = shell_name; in spawn_vp() 322 tmp_shell = getvar(shell_name); in spawn_vp() 324 tmp_shell = shell_name; in spawn_vp()
|
| H A D | mksh.cc | 93 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); in init_mksh_globals()
|
| H A D | globals.cc | 104 Name shell_name; variable
|
| /illumos-gate/usr/src/cmd/format/ |
| H A D | io.c | 2375 char *shell_name; in execute_shell() local 2381 shell_name = getenv("SHELL"); in execute_shell() 2383 if (shell_name == NULL) { in execute_shell() 2384 shell_name = default_shell; in execute_shell() 2386 if (strlcpy(s, shell_name, buff_size) >= in execute_shell()
|
| /illumos-gate/usr/src/cmd/make/bin/ |
| H A D | read.cc | 500 static Name shell_name; in parse_makefile() local 1422 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); in parse_makefile() 1463 (depes.names[0] == shell_name)) || in parse_makefile() 1467 (GETNAME(name_string.buffer.start,FIND_LENGTH) == shell_name))) && in parse_makefile() 1479 APPEND_NAME(shell_name, in parse_makefile()
|
| H A D | misc.cc | 642 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); in load_cached_names() 692 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false); in load_cached_names()
|
| H A D | read2.cc | 1168 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false); in special_reader()
|
| /illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
| H A D | fsdb_yacc.y | 32 char shell_name[128] = "/bin/sh"; variable 456 system(shell_name);
|
| /illumos-gate/usr/src/cmd/make/include/mksh/ |
| H A D | defs.h | 885 extern Name shell_name;
|