Searched refs:GNodeList (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | make.h | 409 typedef struct List GNodeList; typedef 459 GNodeList implicitParents; 465 GNodeList parents; 467 GNodeList children; 474 GNodeList order_pred; 480 GNodeList order_succ; 486 GNodeList cohorts; 813 void Compat_MakeAll(GNodeList *); 882 void Parse_MainName(GNodeList *); 1049 void Make_ExpandUse(GNodeList *); [all …]
|
| H A D | targ.c | 116 static GNodeList allTargets = LST_INIT; 120 static GNodeList allNodes = LST_INIT; 153 GNodeList * 332 Targ_FindList(GNodeList *gns, StringList *names) in Targ_FindList() 344 PrintNodeNames(GNodeList *gnodes) in PrintNodeNames() 355 PrintNodeNamesLine(const char *label, GNodeList *gnodes) in PrintNodeNamesLine() 525 Targ_PrintNodes(GNodeList *gnodes, int pass) in Targ_PrintNodes()
|
| H A D | make.c | 117 static GNodeList toBeMade = LST_INIT; 676 GNodeList *parents; in Make_Update() 1131 static void MakePrintStatusList(GNodeList *, int *); 1215 MakePrintStatusList(GNodeList *gnodes, int *errors) in MakePrintStatusList() 1225 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) in ExamineLater() 1250 Make_ExpandUse(GNodeList *targs) in Make_ExpandUse() 1252 GNodeList examine = LST_INIT; /* Queue of targets to examine */ in Make_ExpandUse() 1345 Make_ProcessWait(GNodeList *targs) in Make_ProcessWait() 1349 GNodeList examine; /* List of targets to examine */ in Make_ProcessWait() 1430 Make_Run(GNodeList *targs) in Make_Run()
|
| H A D | compat.c | 485 MakeWaitGroupsInRandomOrder(GNodeList *gnodes, GNode *pgn) in MakeWaitGroupsInRandomOrder() 512 MakeNodes(GNodeList *gnodes, GNode *pgn) in MakeNodes() 745 Compat_MakeAll(GNodeList *targs) in Compat_MakeAll()
|
| H A D | suff.c | 137 static GNodeList transforms = LST_INIT; 1293 ExpandChildrenRegular(char *cp, GNode *pgn, GNodeList *members) in ExpandChildrenRegular() 1390 GNodeList members = LST_INIT; in ExpandChildren()
|
| H A D | parse.c | 236 static GNodeList *targets; 1541 GNodeList sources = LST_INIT; in ParseDependencySourcesMundane() 3099 Parse_MainName(GNodeList *mainList) in Parse_MainName()
|
| H A D | arch.c | 248 Arch_ParseArchive(char **pp, GNodeList *gns, GNode *scope) in Arch_ParseArchive()
|
| H A D | main.c | 896 GNodeList targs = LST_INIT; /* target nodes to create */ in runTargets()
|
| H A D | job.c | 1996 GNodeList lst = LST_INIT; in JobRun()
|