Searched refs:shell_name (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 155 register Name shell = getvar(shell_name); in doshell() 161 shell = shell_name; in doshell() 242 register Name shell = getvar(shell_name); in exec_vp() 248 shell = shell_name; in exec_vp() 271 tmp_shell = getvar(shell_name); in exec_vp() 273 tmp_shell = shell_name; in exec_vp()
|
H A D | mksh.cc | 93 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); in init_mksh_globals()
|
H A D | globals.cc | 107 Name shell_name; variable
|
/titanic_50/usr/src/cmd/format/ |
H A D | io.c | 2435 char *shell_name; local 2441 shell_name = getenv("SHELL"); 2443 if (shell_name == NULL) { 2444 shell_name = default_shell; 2446 if (strlcpy(s, shell_name, buff_size) >=
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | read.cc | 498 static Name shell_name; in parse_makefile() local 1420 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); in parse_makefile() 1461 (depes.names[0] == shell_name)) || in parse_makefile() 1465 (GETNAME(name_string.buffer.start,FIND_LENGTH) == shell_name))) && in parse_makefile() 1477 APPEND_NAME(shell_name, in parse_makefile()
|
H A D | misc.cc | 632 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); in load_cached_names() 682 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false); in load_cached_names()
|
H A D | read2.cc | 1164 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false); in special_reader()
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_yacc.y | 34 char shell_name[128] = "/bin/sh"; variable 458 system(shell_name);
|
/titanic_50/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 884 extern Name shell_name;
|