Lines Matching refs:target_group
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() 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()
571 enter_dependencies(Name target, Chain target_group, Name_vector depes, Cmd_line command, Separator … in enter_dependencies() argument
817 if (line->body.line.target_group != NULL) { in enter_dependencies()
818 if (target_group != NULL) { in enter_dependencies()
823 line->body.line.target_group = target_group; in enter_dependencies()
930 enter_percent(Name target, Chain target_group, Name_vector depes, Cmd_line command) in enter_percent() argument
948 result->target_group = target_group; in enter_percent()
995 depe->target_group = NULL; in enter_percent()