Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc156 Name shell = getvar(shell_name); in doshell()
162 shell = shell_name; in doshell()
243 Name shell = getvar(shell_name); in exec_vp()
249 shell = shell_name; in exec_vp()
272 tmp_shell = getvar(shell_name); in exec_vp()
274 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.cc104 Name shell_name; variable
/illumos-gate/usr/src/cmd/format/
H A Dio.c2389 char *shell_name; in execute_shell() local
2395 shell_name = getenv("SHELL"); in execute_shell()
2397 if (shell_name == NULL) { in execute_shell()
2398 shell_name = default_shell; in execute_shell()
2400 if (strlcpy(s, shell_name, buff_size) >= in execute_shell()
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc500 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 Dmisc.cc642 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 Dread2.cc1168 (void) SETVAR(shell_name, GETNAME(wcs_buffer, FIND_LENGTH), false); in special_reader()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y32 char shell_name[128] = "/bin/sh"; variable
456 system(shell_name);
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h885 extern Name shell_name;