Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc163 current_names->target_group[current_names->used] = NULL; in enter_name()
306 current_names->target_group[current_names->used] = NULL; in enter_member_name()
469 static Chain target_group = NULL; in find_target_groups() local
475 target_group = NULL; in find_target_groups()
485 target_group = NULL; in find_target_groups()
505 switch ((target_group ? 1 : 0) + in find_target_groups()
525 target_group = tail_target_group = ALLOC(Chain); in find_target_groups()
526 target_group->next = NULL; in find_target_groups()
527 target_group->name = target_list->names[i]; in find_target_groups()
532 target_list->target_group[i] = target_group; in find_target_groups()
[all …]
H A Ddoname.cc295 Chain target_group; in doname() local
322 for (target_group = line->body.line.target_group; in doname()
323 target_group != NULL; in doname()
324 target_group = target_group->next) { in doname()
325 if (is_running(target_group->name)) { in doname()
2514 Chain target_group; in touch_command() local
2520 for (name = target, target_group = NULL; name != NULL;) { in touch_command()
2547 (target_group == NULL)) { in touch_command()
2564 if (target_group == NULL) { in touch_command()
2565 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.cc2118 target->target_group[i], in enter_target_groups_and_dependencies()
2128 target->target_group[i], in enter_target_groups_and_dependencies()
2140 target->target_group[i], in enter_target_groups_and_dependencies()
H A Dimplicit.cc1334 …for (group_member = pat_rule->target_group; group_member != NULL; group_member = group_member->nex… in create_target_group_and_dependencies_list()
1364 line->body.line.target_group = new_target_group; in create_target_group_and_dependencies_list()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_groups.c347 static unsigned target_group = 0; variable
362 if (re->gm_group_number == target_group) { in grp_walk_for_name()
380 target_group = groupnum; in _dwarf_section_in_group_by_name()
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h108 struct _Chain *target_group[64]; member
349 extern void enter_dependencies(Name target, Chain target_group,
354 extern Percent enter_percent(Name target, Chain target_group,
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h544 struct _Chain *target_group; member
570 struct _Chain *target_group; member