Lines Matching refs:target_group
295 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()
2567 target_group = target_group->next; in touch_command()
2569 if (target_group != NULL) { in touch_command()
2570 name = target_group->name; in touch_command()
2595 Chain target_group; in update_target() local
2647 for (target_group = line->body.line.target_group; in update_target()
2648 target_group != NULL; in update_target()
2649 target_group = target_group->next) { in update_target()
2650 target_group->name->stat.time = target->stat.time; in update_target()
2651 line2 = maybe_append_prop(target_group->name, in update_target()
2655 line2->body.line.target = target_group->name; in update_target()