Home
last modified time | relevance | path

Searched defs:pgn (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/bmake/
H A Dcompat.c465 MakeInRandomOrder(GNode **gnodes, GNode **end, GNode *pgn) in MakeInRandomOrder()
483 MakeWaitGroupsInRandomOrder(GNodeList *gnodes, GNode *pgn) in MakeWaitGroupsInRandomOrder()
510 MakeNodes(GNodeList *gnodes, GNode *pgn) in MakeNodes()
528 MakeUnmade(GNode *gn, GNode *pgn) in MakeUnmade()
643 MakeOther(GNode *gn, GNode *pgn) in MakeOther()
691 Compat_Make(GNode *gn, GNode *pgn) in Compat_Make()
H A Dmake.c383 PretendAllChildrenAreMade(GNode *pgn) in PretendAllChildrenAreMade()
412 Make_HandleUse(GNode *cgn, GNode *pgn) in Make_HandleUse()
481 MakeHandleUse(GNode *cgn, GNode *pgn, GNodeListNode *ln) in MakeHandleUse()
607 GNode *pgn = ln->datum; in UpdateImplicitParentsVars() local
720 GNode *pgn = ln->datum; in Make_Update() local
847 MakeAddAllSrc(GNode *cgn, GNode *pgn) in MakeAddAllSrc()
1349 GNode *pgn; /* 'parent' node we are examining */ in Make_ProcessWait() local
H A Dsuff.c1242 ExpandWildcards(GNodeListNode *cln, GNode *pgn) in ExpandWildcards()
1293 ExpandChildrenRegular(char *cp, GNode *pgn, GNodeList *members) in ExpandChildrenRegular()
1363 ExpandChildren(GNodeListNode *cln, GNode *pgn) in ExpandChildren()
H A Darch.c978 GNode *pgn = ln->datum; in Arch_UpdateMemberMTime() local
H A Dparse.c609 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) in LinkSource()