Searched refs:maybe_append_prop (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/make/bin/ |
H A D | files.cc | 242 maybe_append_prop(target, vpath_alias_prop)-> in vpath_exists() 394 maybe_append_prop(plain_file, sccs_prop)-> in read_dir() 528 maybe_append_prop(plain_file, sccs_prop)-> in read_dir() 589 prop = maybe_append_prop(name, member_prop); in enter_file_name()
|
H A D | main.cc | 497 maybe_append_prop(sunpro_dependencies, macro_prop)-> in main() 500 maybe_append_prop(sunpro_dependencies, macro_prop)-> in main() 1854 maybe_append_prop(virtual_root, macro_prop) in read_files_and_state() 2036 maybe_append_prop(makeflags, macro_prop)-> in read_files_and_state() 2071 macro = maybe_append_prop(makeflags, macro_prop); in read_files_and_state() 2316 macro = maybe_append_prop(keep_state_name, in read_files_and_state() 2576 macro = maybe_append_prop(name, macro_prop); in enter_argv_values() 2610 Property prop = maybe_append_prop(name, macro_prop); in append_makeflags_string() 2702 maybe_append_prop(macro, macro_prop)->body.macro.exported = in read_environment()
|
H A D | implicit.cc | 65 extern Property maybe_append_prop(Name, Property_id); 330 line = maybe_append_prop(target, line_prop); in find_suffix_rule() 365 line = maybe_append_prop(target, line_prop); in find_suffix_rule() 1305 Property line = maybe_append_prop(target, line_prop); in create_target_group_and_dependencies_list()
|
H A D | doname.cc | 188 line = maybe_append_prop(target, line_prop); in enter_explicit_rule_from_dynamic_rule() 577 maybe_append_prop(target, in doname() 670 line = maybe_append_prop(target, line_prop); in doname() 1466 prop = maybe_append_prop(first_member->name, in dynamic_dependencies() 2040 makefile = maybe_append_prop(make_state, makefile_prop); in check_read_state_file() 2641 line2 = maybe_append_prop(target_group->name, in update_target() 2757 line = maybe_append_prop(target, line_prop); in sccs_get() 2960 maybe_append_prop(conditional->body.conditional.name, in set_locals()
|
H A D | ar.cc | 441 member = maybe_append_prop(name, member_prop); in read_archive_dir() 506 member = maybe_append_prop(name, member_prop); in read_archive_dir()
|
H A D | read2.cc | 719 line2 = maybe_append_prop(target, line_prop); in enter_dependencies() 725 maybe_append_prop(name, target_prop)-> in enter_dependencies() 737 line = maybe_append_prop(target, line_prop); in enter_dependencies() 1700 maybe_append_prop(name, macro_prop)->body.macro.is_conditional = true; in enter_conditional()
|
H A D | read.cc | 97 register Property makefile = maybe_append_prop(makefile_name, in read_simple_file()
|
/titanic_44/usr/src/cmd/make/include/mksh/ |
H A D | misc.h | 44 extern Property maybe_append_prop(register Name target, register Property_id type);
|
/titanic_44/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() 1079 register Property macro = maybe_append_prop(name, macro_prop); in setvar_daemon() 1249 Property env_prop = maybe_append_prop(name, env_mem_prop); in setvar_daemon()
|
H A D | misc.cc | 632 maybe_append_prop(register Name target, register Property_id type) in maybe_append_prop() function
|