Lines Matching defs:target_group
161 current_names->target_group[current_names->used] = NULL;
304 current_names->target_group[current_names->used] = NULL;
456 * target_group vector slot
467 static Chain target_group = NULL;
473 target_group = NULL;
483 target_group = NULL;
503 switch ((target_group ? 1 : 0) +
506 case 0: /* Not target_group */
523 target_group = tail_target_group = ALLOC(Chain);
524 target_group->next = NULL;
525 target_group->name = target_list->names[i];
530 target_list->target_group[i] = target_group;
539 * enter_dependencies(target, target_group, depes, command, separator)
546 * target_group Non-NULL if target is part of a group this time
569 enter_dependencies(register Name target, Chain target_group, register Name_vector depes, register Cmd_line command, register Separator separator)
813 if (line->body.line.target_group != NULL) {
814 if (target_group != NULL) {
819 line->body.line.target_group = target_group;
926 enter_percent(register Name target, Chain target_group, register Name_vector depes, Cmd_line command)
944 result->target_group = target_group;
991 depe->target_group = NULL;