Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/include/mksh/
H A Dmacro.h31 extern void expand_value(Name value, register String destination, Boolean cmd);
/titanic_50/usr/src/cmd/make/bin/
H A Dimplicit.cc889 expand_value(depe_to_check, &string, false); in find_percent_rule()
1011 expand_value(depe_to_check, &string, false); in find_percent_rule()
1196 expand_value(prefix, &string, false); in match_found_with_pattern()
1220 expand_value(suffix, &string, false); in match_found_with_pattern()
1323 expand_value(depe, &string, false); in create_target_group_and_dependencies_list()
1392 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.cc703 expand_value(GETNAME(name_string.buffer.start, in parse_makefile()
853 expand_value(makefile_name, in parse_makefile()
1733 expand_value(GETNAME(name_string.buffer.start, in parse_makefile()
H A Ddoname.cc218 expand_value(p->name, &string, false); in find_dyntarget()
1354 expand_value(dependency->name, &string, false); in dynamic_dependencies()
2345 expand_value(command_template->command_line, &command_line, true); in build_command_strings()
H A Dmain.cc147 extern void expand_value(Name, register String , Boolean);
2335 expand_value(make_state, &dest, false); in read_files_and_state()
H A Dread2.cc1819 expand_value(*value, &command, false); in sh_transform()
/titanic_50/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, register 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()