Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.c1305 AddWaitDependency(GNodeListNode *prevWaitNode, GNode *waitNode) in AddWaitDependency() argument
1309 for (ln = prevWaitNode; ln->datum != waitNode; ln = ln->next) { in AddWaitDependency()
1312 waitNode->name, gn->name, gn->cohort_num); in AddWaitDependency()
1313 Lst_Append(&waitNode->children, gn); in AddWaitDependency()
1314 Lst_Append(&gn->parents, waitNode); in AddWaitDependency()
1315 waitNode->unmade++; in AddWaitDependency()
1356 GNodeListNode *waitNode, *ln; in Make_ProcessWait() local
1369 waitNode = pgn->children.first; in Make_ProcessWait()
1373 AddWaitDependency(waitNode, cgn); in Make_ProcessWait()
1374 waitNode = ln; in Make_ProcessWait()