Searched refs:GNodeList (Results 1 – 8 of 8) sorted by relevance
/freebsd/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; 827 bool Arch_ParseArchive(char **, GNodeList *, GNode *); 838 void Compat_MakeAll(GNodeList *); 913 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 | 117 static GNodeList toBeMade = LST_INIT; 673 GNodeList *parents; in Make_Update() 1127 static void MakePrintStatusList(GNodeList *, int *); 1211 MakePrintStatusList(GNodeList *gnodes, int *errors) in MakePrintStatusList() 1221 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) in ExamineLater() 1246 Make_ExpandUse(GNodeList *targs) in Make_ExpandUse() 1248 GNodeList examine = LST_INIT; /* Queue of targets to examine */ in Make_ExpandUse() 1341 Make_ProcessWait(GNodeList *targs) in Make_ProcessWait() 1345 GNodeList examine; /* List of targets to examine */ in Make_ProcessWait() 1426 Make_Run(GNodeList *targs) in Make_Run()
|
H A D | compat.c | 477 MakeWaitGroupsInRandomOrder(GNodeList *gnodes, GNode *pgn) in MakeWaitGroupsInRandomOrder() 504 MakeNodes(GNodeList *gnodes, GNode *pgn) in MakeNodes() 733 Compat_MakeAll(GNodeList *targs) 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; 1525 GNodeList sources = LST_INIT; in ParseDependencySourcesMundane() 2976 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 | 897 GNodeList targs = LST_INIT; /* target nodes to create */
|