Home
last modified time | relevance | path

Searched refs:GNodeList (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dmake.h409 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 Dtarg.c116 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 Dmake.c117 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 Dcompat.c485 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 Dsuff.c137 static GNodeList transforms = LST_INIT;
1293 ExpandChildrenRegular(char *cp, GNode *pgn, GNodeList *members) in ExpandChildrenRegular()
1390 GNodeList members = LST_INIT; in ExpandChildren()
H A Dparse.c236 static GNodeList *targets;
1541 GNodeList sources = LST_INIT; in ParseDependencySourcesMundane()
3099 Parse_MainName(GNodeList *mainList) in Parse_MainName()
H A Darch.c248 Arch_ParseArchive(char **pp, GNodeList *gns, GNode *scope) in Arch_ParseArchive()
H A Dmain.c896 GNodeList targs = LST_INIT; /* target nodes to create */ in runTargets()
H A Djob.c1996 GNodeList lst = LST_INIT; in JobRun()