Home
last modified time | relevance | path

Searched refs:expand_value (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmacro.h32 extern void expand_value(Name, String, Boolean);
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc892 expand_value(depe_to_check, &string, false); in find_percent_rule()
1014 expand_value(depe_to_check, &string, false); in find_percent_rule()
1199 expand_value(prefix, &string, false); in match_found_with_pattern()
1223 expand_value(suffix, &string, false); in match_found_with_pattern()
1326 expand_value(depe, &string, false); in create_target_group_and_dependencies_list()
1395 expand_value(pat_rule->patterns[i], in construct_string_from_pattern()
H A Dmacro.cc127 expand_value(p->value, &value, false); in setvar_envvar()
H A Dread.cc705 expand_value(GETNAME(name_string.buffer.start, in parse_makefile()
855 expand_value(makefile_name, in parse_makefile()
1735 expand_value(GETNAME(name_string.buffer.start, in parse_makefile()
H A Ddoname.cc228 expand_value(p->name, &string, false); in find_dyntarget()
1364 expand_value(dependency->name, &string, false); in dynamic_dependencies()
2355 expand_value(command_template->command_line, &command_line, true); in build_command_strings()
H A Dmain.cc151 extern void expand_value(Name, String , Boolean);
2375 expand_value(make_state, &dest, false); in read_files_and_state()
H A Dread2.cc1823 expand_value(*value, &command, false); in sh_transform()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc93 expand_value(maybe_append_prop(name, macro_prop)->body.macro.value, in getvar()
118 expand_value(Name value, String destination, Boolean cmd) in expand_value() function
1016 expand_value(macro->body.macro.value, destination, cmd); in expand_value_with_daemon()
1019 expand_value(dollarless_value, destination, cmd); in expand_value_with_daemon()
1023 expand_value(macro->body.macro.value, destination, cmd); in expand_value_with_daemon()