Searched refs:APPEND_NAME (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/make/bin/ |
H A D | rep.cc | 340 APPEND_NAME(np, &rec, FIND_LENGTH); in gather_recursive_deps() 362 APPEND_NAME(recursive_name, &rec, in gather_recursive_deps() 365 APPEND_NAME(lines->body.recursive.directory, in gather_recursive_deps() 368 APPEND_NAME(lines->body.recursive.target, in gather_recursive_deps() 376 APPEND_NAME(dp->name, &rec, FIND_LENGTH); in gather_recursive_deps()
|
H A D | macro.cc | 78 APPEND_NAME(val, in setvar_append() 87 APPEND_NAME(value, in setvar_append()
|
H A D | read.cc | 826 APPEND_NAME(true_makefile_name, in parse_makefile() 1445 APPEND_NAME(target.names[0], in parse_makefile() 1450 APPEND_NAME(sh_name, in parse_makefile() 1472 APPEND_NAME(target.names[0], in parse_makefile() 1477 APPEND_NAME(shell_name, in parse_makefile()
|
H A D | doname.cc | 1441 APPEND_NAME(lib, in dynamic_dependencies() 1445 APPEND_NAME(first_member->name, in dynamic_dependencies() 1922 APPEND_NAME(cmd, in vpath_translation() 2527 APPEND_NAME(touch_cmd, in touch_command()
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 142 APPEND_NAME(value, in expand_value() 1033 APPEND_NAME(chain->name, in expand_value_with_daemon() 1129 APPEND_NAME(val, in setvar_daemon() 1141 APPEND_NAME(value, in setvar_daemon() 1182 APPEND_NAME(value, in setvar_daemon() 1191 APPEND_NAME(macro_apx->body.macro_appendix.value_to_append, in setvar_daemon()
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 230 #define APPEND_NAME(np, dest, len) append_string((np)->string_mb, (dest), (len)); macro
|