Home
last modified time | relevance | path

Searched refs:GNodeList (Results 1 – 9 of 9) sorted by last modified time

/freebsd/contrib/bmake/
H A Djob.c1987 GNodeList lst = LST_INIT; in JobRun()
H A Dmain.c898 GNodeList targs = LST_INIT; /* target nodes to create */ in runTargets()
H A Dmake.h422 typedef struct List GNodeList; typedef
472 GNodeList implicitParents;
478 GNodeList parents;
480 GNodeList children;
487 GNodeList order_pred;
493 GNodeList order_succ;
499 GNodeList cohorts;
827 void Compat_MakeAll(GNodeList *);
895 void Parse_MainName(GNodeList *);
1067 void Make_ExpandUse(GNodeList *);
[all …]
H A Dparse.c232 static GNodeList *targets;
1534 GNodeList sources = LST_INIT; in ParseDependencySourcesMundane()
3005 Parse_MainName(GNodeList *mainList) in Parse_MainName()
H A Dtarg.c116 static GNodeList allTargets = LST_INIT;
120 static GNodeList allNodes = LST_INIT;
158 GNodeList *
336 Targ_FindList(GNodeList *gns, StringList *names) in Targ_FindList()
348 PrintNodeNames(GNodeList *gnodes) in PrintNodeNames()
359 PrintNodeNamesLine(const char *label, GNodeList *gnodes) in PrintNodeNamesLine()
529 Targ_PrintNodes(GNodeList *gnodes, int pass) in Targ_PrintNodes()
H A Darch.c236 Arch_ParseArchive(char **pp, GNodeList *gns, GNode *scope) in Arch_ParseArchive()
H A Dcompat.c463 MakeWaitGroupsInRandomOrder(GNodeList *gnodes, GNode *pgn) in MakeWaitGroupsInRandomOrder()
490 MakeNodes(GNodeList *gnodes, GNode *pgn) in MakeNodes()
719 Compat_MakeAll(GNodeList *targs) in Compat_MakeAll()
H A Dsuff.c137 static GNodeList transforms = LST_INIT;
1254 ExpandChildrenRegular(char *p, GNode *pgn, GNodeList *members) in ExpandChildrenRegular()
1350 GNodeList members = LST_INIT; in ExpandChildren()
H A Dmake.c117 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()