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

  /src/usr.bin/make/
parse.c 1126 StringList targetNames = LST_INIT;
1129 SearchPath_Expand(emptyPath, targetName, &targetNames);
1132 while (!Lst_IsEmpty(&targetNames)) {
1133 char *targName = Lst_Dequeue(&targetNames);
parse.c 1126 StringList targetNames = LST_INIT;
1129 SearchPath_Expand(emptyPath, targetName, &targetNames);
1132 while (!Lst_IsEmpty(&targetNames)) {
1133 char *targName = Lst_Dequeue(&targetNames);

Completed in 28 milliseconds