Searched refs:target_group (Results 1 – 8 of 8) sorted by relevance
163 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() local475 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 …]
295 Chain target_group; in doname() local322 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() local2520 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 …]
780 Chain target_group; in process_next() local840 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()
2118 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()
1334 …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()
347 static unsigned target_group = 0; variable362 if (re->gm_group_number == target_group) { in grp_walk_for_name()380 target_group = groupnum; in _dwarf_section_in_group_by_name()
108 struct _Chain *target_group[64]; member349 extern void enter_dependencies(Name target, Chain target_group,354 extern Percent enter_percent(Name target, Chain target_group,
544 struct _Chain *target_group; member570 struct _Chain *target_group; member