Searched refs:target_group (Results 1 – 7 of 7) sorted by relevance
161 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() local473 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 …]
285 Chain target_group; in doname() local312 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() local2510 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 …]
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()
2116 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()
1331 …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()
103 struct _Chain *target_group[64]; member327 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…
544 struct _Chain *target_group; member570 struct _Chain *target_group; member