Searched refs:target_group (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc161 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; local
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
569 enter_dependencies(register Name target, Chain target_group, register Name_vector depes, register Cmd_line command, register Separator separator) argument
926 enter_percent(register Name target, Chain target_group, register Name_vector depes, Cmd_line command) argument
[all...]
H A Ddoname.cc287 Chain target_group; local
314 for (target_group = line->body.line.target_group;
315 target_group != NULL;
316 target_group = target_group->next) {
317 if (is_running(target_group->name)) {
2506 register Chain target_group; local
2512 for (name = target, target_group = NULL; name != NULL;) {
2539 (target_group
2587 Chain target_group; local
[all...]
H A Dparallel.cc780 Chain target_group; local
840 for (target_group = line->body.line.target_group;
841 target_group != NULL;
842 target_group = target_group->next) {
843 if (is_running(target_group->name)) {
847 if (target_group == NULL) {
H A Dread.cc2116 target->target_group[i],
2126 target->target_group[i],
2138 target->target_group[i],
H A Dimplicit.cc1331 for (group_member = pat_rule->target_group; group_member != NULL; group_member = group_member->next) {
1361 line->body.line.target_group = new_target_group;
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h103 struct _Chain *target_group[64]; member in struct:_Name_vector
327 extern void enter_dependencies(register Name target, Chain target_group, register Name_vector depes, register Cmd_line command, register Separator separator);
330 extern Percent enter_percent(register Name target, Chain target_group, register Name_vector depes, Cmd_line command);
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h544 struct _Chain *target_group; member in struct:_Percent
570 struct _Chain *target_group; member in struct:Line

Completed in 63 milliseconds