HomeSort by: relevance | last modified time | path
    Searched defs:allTargets (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
targ.c 116 static GNodeList allTargets = LST_INIT;
140 Lst_Done(&allTargets);
162 return &allTargets;
170 * .ALLTARGETS variable), other nodes are called targets as well, even if
286 * Create a node, register it in .ALLTARGETS but don't store it in the
295 Global_Append(".ALLTARGETS", name);
296 Lst_Append(&allTargets, gn);
531 for (ln = allTargets.first; ln != NULL; ln = ln->next) {
553 Targ_PrintNodes(&allTargets, pass);
588 for (ln = allTargets.first; ln != NULL; ln = ln->next)
    [all...]

Completed in 13 milliseconds