Searched refs:maybe_append_prop (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmisc.h44 extern Property maybe_append_prop(register Name target, register Property_id type);
/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc242 maybe_append_prop(target, vpath_alias_prop)->
394 maybe_append_prop(plain_file, sccs_prop)->
528 maybe_append_prop(plain_file, sccs_prop)->
589 prop = maybe_append_prop(name, member_prop);
H A Dimplicit.cc65 extern Property maybe_append_prop(Name, Property_id);
330 line = maybe_append_prop(target, line_prop);
365 line = maybe_append_prop(target, line_prop);
1305 Property line = maybe_append_prop(target, line_prop);
H A Dar.cc441 member = maybe_append_prop(name, member_prop);
506 member = maybe_append_prop(name, member_prop);
H A Dmain.cc497 maybe_append_prop(sunpro_dependencies, macro_prop)->
500 maybe_append_prop(sunpro_dependencies, macro_prop)->
1854 maybe_append_prop(virtual_root, macro_prop)
2036 maybe_append_prop(makeflags, macro_prop)->
2071 macro = maybe_append_prop(makeflags, macro_prop);
2316 macro = maybe_append_prop(keep_state_name,
2576 macro = maybe_append_prop(name, macro_prop);
2610 Property prop = maybe_append_prop(name, macro_prop);
2702 maybe_append_prop(macro, macro_prop)->body.macro.exported =
H A Ddoname.cc190 line = maybe_append_prop(target, line_prop);
579 maybe_append_prop(target,
672 line = maybe_append_prop(target, line_prop);
1468 prop = maybe_append_prop(first_member->name,
2042 makefile = maybe_append_prop(make_state, makefile_prop);
2643 line2 = maybe_append_prop(target_group->name,
2759 line = maybe_append_prop(target, line_prop);
2966 maybe_append_prop(conditional->body.conditional.name,
H A Dread2.cc719 line2 = maybe_append_prop(target, line_prop);
725 maybe_append_prop(name, target_prop)->
737 line = maybe_append_prop(target, line_prop);
1700 maybe_append_prop(name, macro_prop)->body.macro.is_conditional = true;
H A Dread.cc97 register Property makefile = maybe_append_prop(makefile_name,
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc93 expand_value(maybe_append_prop(name, macro_prop)->body.macro.value,
1079 register Property macro = maybe_append_prop(name, macro_prop);
1249 Property env_prop = maybe_append_prop(name, env_mem_prop);
H A Dmisc.cc617 * maybe_append_prop(target, type)
632 maybe_append_prop(register Name target, register Property_id type) function

Completed in 113 milliseconds