Home
last modified time | relevance | path

Searched refs:shell_name (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc155 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 Dmksh.cc93 shell_name = GETNAME(wcs_buffer, FIND_LENGTH); in init_mksh_globals()
H A Dglobals.cc107 Name shell_name; variable
/titanic_50/usr/src/cmd/format/
H A Dio.c2435 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 Dread.cc498 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 Dmisc.cc632 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 Dread2.cc1164 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false); in special_reader()
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y34 char shell_name[128] = "/bin/sh"; variable
458 system(shell_name);
/titanic_50/usr/src/cmd/make/include/mksh/
H A Ddefs.h884 extern Name shell_name;