Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dtarg.c120 static GNodeList allNodes = LST_INIT; variable
142 for (ln = allNodes.first; ln != NULL; ln = ln->next) in Targ_End()
144 Lst_Done(&allNodes); in Targ_End()
213 Lst_Append(&allNodes, gn); in GNode_New()