Searched refs:GNodeList (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/bmake/ |
| H A D | make.h | 431 typedef struct List GNodeList; typedef 481 GNodeList implicitParents; 487 GNodeList parents; 489 GNodeList children; 496 GNodeList order_pred; 502 GNodeList order_succ; 508 GNodeList cohorts; 828 bool Arch_ParseArchive(char **, GNodeList *, GNode *); 839 void Compat_MakeAll(GNodeList *); 918 void Parse_MainName(GNodeList *); [all …]
|
| H A D | targ.c | 116 static GNodeList allTargets = LST_INIT; 120 static GNodeList allNodes = LST_INIT; 159 GNodeList * 325 Targ_FindList(GNodeList *gns, StringList *names) in Targ_FindList() 337 PrintNodeNames(GNodeList *gnodes) in PrintNodeNames() 348 PrintNodeNamesLine(const char *label, GNodeList *gnodes) in PrintNodeNamesLine() 518 Targ_PrintNodes(GNodeList *gnodes, int pass) in Targ_PrintNodes()
|
| H A D | make.c | 120 static GNodeList toBeMade = LST_INIT; 669 GNodeList *parents; in Make_Update() 1116 static void MakePrintStatusList(GNodeList *, int *); 1200 MakePrintStatusList(GNodeList *gnodes, int *errors) in MakePrintStatusList() 1210 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) in ExamineLater() 1230 Make_ExpandUse(GNodeList *targets) in Make_ExpandUse() 1232 GNodeList examine = LST_INIT; /* Queue of targets to examine */ in Make_ExpandUse() 1321 Make_ProcessWait(GNodeList *targets) in Make_ProcessWait() 1324 GNodeList examine; in Make_ProcessWait() 1384 Make_MakeParallel(GNodeList *targets) in Make_MakeParallel()
|
| H A D | compat.c | 474 MakeWaitGroupsInRandomOrder(GNodeList *gnodes, GNode *pgn) in MakeWaitGroupsInRandomOrder() 501 MakeNodes(GNodeList *gnodes, GNode *pgn) in MakeNodes() 730 Compat_MakeAll(GNodeList *targets) in Compat_MakeAll()
|
| H A D | suff.c | 137 static GNodeList transforms = LST_INIT; 1254 ExpandChildrenRegular(char *p, GNode *pgn, GNodeList *members) in ExpandChildrenRegular() 1350 GNodeList members = LST_INIT; in ExpandChildren()
|
| H A D | parse.c | 221 static GNodeList *targets; 1582 GNodeList sources = LST_INIT; in ParseDependencySourcesMundane() 3033 Parse_MainName(GNodeList *mainList) in Parse_MainName()
|
| H A D | arch.c | 236 Arch_ParseArchive(char **pp, GNodeList *gns, GNode *scope) in Arch_ParseArchive()
|
| H A D | main.c | 904 GNodeList targets = LST_INIT; in MakeTargets()
|