Home
last modified time | relevance | path

Searched refs:target_group (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/make/bin/
H A Dread2.cc161 current_names->target_group[current_names->used] = NULL; in enter_name()
304 current_names->target_group[current_names->used] = NULL; in enter_member_name()
467 static Chain target_group = NULL; in find_target_groups() local
473 target_group = NULL; in find_target_groups()
483 target_group = NULL; in find_target_groups()
503 switch ((target_group ? 1 : 0) + in find_target_groups()
523 target_group = tail_target_group = ALLOC(Chain); in find_target_groups()
524 target_group->next = NULL; in find_target_groups()
525 target_group->name = target_list->names[i]; in find_target_groups()
530 target_list->target_group[i] = target_group; in find_target_groups()
[all …]
H A Ddoname.cc285 Chain target_group; in doname() local
312 for (target_group = line->body.line.target_group; in doname()
313 target_group != NULL; in doname()
314 target_group = target_group->next) { in doname()
315 if (is_running(target_group->name)) { in doname()
2504 register Chain target_group; in touch_command() local
2510 for (name = target, target_group = NULL; name != NULL;) { in touch_command()
2537 (target_group == NULL)) { in touch_command()
2554 if (target_group == NULL) { in touch_command()
2555 target_group = line->body.line.target_group; in touch_command()
[all …]
H A Dparallel.cc780 Chain target_group; in process_next() local
840 for (target_group = line->body.line.target_group; in process_next()
841 target_group != NULL; in process_next()
842 target_group = target_group->next) { in process_next()
843 if (is_running(target_group->name)) { in process_next()
847 if (target_group == NULL) { in process_next()
H A Dread.cc2116 target->target_group[i], in enter_target_groups_and_dependencies()
2126 target->target_group[i], in enter_target_groups_and_dependencies()
2138 target->target_group[i], in enter_target_groups_and_dependencies()
H A Dimplicit.cc1331 …for (group_member = pat_rule->target_group; group_member != NULL; group_member = group_member->nex… in create_target_group_and_dependencies_list()
1361 line->body.line.target_group = new_target_group; in create_target_group_and_dependencies_list()
/titanic_50/usr/src/cmd/make/include/mk/
H A Ddefs.h103 struct _Chain *target_group[64]; member
327 extern void enter_dependencies(register Name target, Chain target_group, register Name_vector depe…
330 extern Percent enter_percent(register Name target, Chain target_group, register Name_vector depes…
/titanic_50/usr/src/cmd/make/include/mksh/
H A Ddefs.h544 struct _Chain *target_group; member
570 struct _Chain *target_group; member