Searched defs:target_group (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 103 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/bin/ |
H A D | read2.cc | 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; 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 D | parallel.cc | 780 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 D | doname.cc | 287 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...] |
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 544 struct _Chain *target_group; member in struct:_Percent 570 struct _Chain *target_group; member in struct:Line
|
Completed in 59 milliseconds