Home
last modified time | relevance | path

Searched refs:GNodeListNode (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bmake/
H A Dmake.c371 GNodeListNode *ln; in GNode_IsOODate()
382 GNodeListNode *ln; in PretendAllChildrenAreMade()
411 GNodeListNode *ln; /* An element in the children list */ in Make_HandleUse()
477 MakeHandleUse(GNode *cgn, GNode *pgn, GNodeListNode *ln) in MakeHandleUse()
504 GNodeListNode *ln, *nln; in HandleUseNodes()
598 GNodeListNode *ln; in UpdateImplicitParentsVars()
615 GNodeListNode *ln; in IsWaitingForOrder()
631 static bool MakeBuildChild(GNode *, GNodeListNode *);
636 GNodeListNode *toBeMadeNext = toBeMade.first; in ScheduleOrderSuccessors()
637 GNodeListNode *ln; in ScheduleOrderSuccessors()
[all …]
H A Dtarg.c138 GNodeListNode *ln; in Targ_End()
339 GNodeListNode *ln; in PrintNodeNames()
520 GNodeListNode *ln; in Targ_PrintNodes()
529 GNodeListNode *ln; in PrintOnlySources()
583 GNodeListNode *ln, *cln; in Targ_Propagate()
H A Dsuff.c347 GNodeListNode *ln; in FindTransformByName()
794 GNodeListNode *ln; in UpdateTargets()
807 GNodeListNode *ln; in Suff_AddSuffix()
1140 GNodeListNode *gln; in FindCmds()
1204 ExpandWildcards(GNodeListNode *cln, GNode *pgn) in ExpandWildcards()
1321 ExpandChildren(GNodeListNode *cln, GNode *pgn) in ExpandChildren()
1393 GNodeListNode *ln, *nln; in ExpandAllChildren()
1452 GNodeListNode *ln; in ApplyTransform()
1482 GNodeListNode *nln = ln->next; in ApplyTransform()
1846 GNodeListNode *ln, *nln; in FindDepsRegular()
[all …]
H A Dcompat.c480 GNodeListNode *ln; in MakeWaitGroupsInRandomOrder()
506 GNodeListNode *ln; in MakeNodes()
H A Dparse.c658 GNodeListNode *ln; in LinkToTargets()
726 GNodeListNode *ln; in ApplyDependencyOperator()
873 GNodeListNode *ln; in MaybeUpdateMainTarget()
1477 GNodeListNode *ln; in LinkVarToTargets()
2663 GNodeListNode *ln; in FinishDependencyGroup()
2709 GNodeListNode *ln; in ParseLine_ShellCommand()
H A Darch.c864 GNodeListNode *ln; in Arch_UpdateMemberMTime()
H A Dmake.h432 typedef struct ListNode GNodeListNode; typedef