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 | 145 * shell_name The Name "SHELL", used to get the path to shell 155 register Name shell = getvar(shell_name); 161 shell = shell_name; 236 * shell_name The Name "SHELL", used to get the path to shell 242 register Name shell = getvar(shell_name); 248 shell = shell_name; 271 tmp_shell = getvar(shell_name); 273 tmp_shell = shell_name;
|
H A D | globals.cc | 107 Name shell_name; variable
|
H A D | mksh.cc | 84 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); 86 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false); 93 shell_name = GETNAME(wcs_buffer, FIND_LENGTH);
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | read.cc | 498 static Name shell_name; local 1420 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); 1461 (depes.names[0] == shell_name)) || 1465 (GETNAME(name_string.buffer.start,FIND_LENGTH) == shell_name))) && 1477 APPEND_NAME(shell_name,
|
H A D | misc.cc | 632 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); 682 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false);
|
H A D | read2.cc | 1164 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false);
|
/illumos-gate/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) >=
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_yacc.y | 34 char shell_name[128] = "/bin/sh"; 458 system(shell_name);
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 884 extern Name shell_name;
|
Completed in 86 milliseconds