Lines Matching refs:target_group
285 Chain target_group; in doname() local
312 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() local
2510 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()
2557 target_group = target_group->next; in touch_command()
2559 if (target_group != NULL) { in touch_command()
2560 name = target_group->name; in touch_command()
2585 Chain target_group; in update_target() local
2637 for (target_group = line->body.line.target_group; in update_target()
2638 target_group != NULL; in update_target()
2639 target_group = target_group->next) { in update_target()
2640 target_group->name->stat.time = target->stat.time; in update_target()
2641 line2 = maybe_append_prop(target_group->name, in update_target()
2645 line2->body.line.target = target_group->name; in update_target()