Searched refs:expand_value (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/make/include/mksh/ |
H A D | macro.h | 31 extern void expand_value(Name value, register String destination, Boolean cmd);
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | implicit.cc | 889 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 D | macro.cc | 127 expand_value(p->value, &value, false); in setvar_envvar()
|
H A D | read.cc | 703 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 D | doname.cc | 218 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 D | main.cc | 147 extern void expand_value(Name, register String , Boolean); 2335 expand_value(make_state, &dest, false); in read_files_and_state()
|
H A D | read2.cc | 1819 expand_value(*value, &command, false); in sh_transform()
|
/titanic_50/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 93 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()
|