Home
last modified time | relevance | path

Searched refs:gnodes (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/bmake/
H A Dcompat.c465 MakeInRandomOrder(GNode **gnodes, GNode **end, GNode *pgn) in MakeInRandomOrder() argument
470 for (r = (size_t)(end - gnodes); r >= 2; r--) { in MakeInRandomOrder()
473 GNode *t = gnodes[r - 1]; in MakeInRandomOrder()
474 gnodes[r - 1] = gnodes[i]; in MakeInRandomOrder()
475 gnodes[i] = t; in MakeInRandomOrder()
478 for (it = gnodes; it != end; it++) in MakeInRandomOrder()
491 for (ln = gnodes->first; ln != NULL; ln = ln->next) in MakeWaitGroupsInRandomOrder()
510 MakeNodes(GNodeList *gnodes, GNode *pgn) in MakeNodes() argument
514 if (Lst_IsEmpty(gnodes)) in MakeNodes()
517 MakeWaitGroupsInRandomOrder(gnodes, pgn); in MakeNodes()
[all …]
H A Dtarg.c344 PrintNodeNames(GNodeList *gnodes) in PrintNodeNames() argument
348 for (ln = gnodes->first; ln != NULL; ln = ln->next) { in PrintNodeNames()
355 PrintNodeNamesLine(const char *label, GNodeList *gnodes) in PrintNodeNamesLine() argument
357 if (Lst_IsEmpty(gnodes)) in PrintNodeNamesLine()
360 PrintNodeNames(gnodes); in PrintNodeNamesLine()
525 Targ_PrintNodes(GNodeList *gnodes, int pass) in Targ_PrintNodes() argument
529 for (ln = gnodes->first; ln != NULL; ln = ln->next) in Targ_PrintNodes()
H A Dmake.c1217 MakePrintStatusList(GNodeList *gnodes, int *errors) in MakePrintStatusList() argument
1221 for (ln = gnodes->first; ln != NULL; ln = ln->next) in MakePrintStatusList()