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

/freebsd-current/contrib/bmake/
H A Dtarg.c82 * to allNodes.
120 static GNodeList allNodes = LST_INIT; variable
141 for (ln = allNodes.first; ln != NULL; ln = ln->next)
143 Lst_Done(&allNodes);
212 Lst_Append(&allNodes, gn);

Completed in 102 milliseconds