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

  /src/usr.bin/make/
suff.c 436 Relate(Suffix *srcSuff, Suffix *targSuff)
438 SuffixList_Insert(&targSuff->children, srcSuff);
439 SuffixList_Insert(&srcSuff->parents, targSuff);
571 Suffix *targSuff;
599 bool ok = ParseTransform(name, &srcSuff, &targSuff);
607 srcSuff->name, targSuff->name);
608 Relate(srcSuff, targSuff);
626 Suffix *srcSuff, *targSuff;
644 if (!ParseTransform(gn->name, &srcSuff, &targSuff))
648 srcSuff->name, targSuff->name)
    [all...]

Completed in 12 milliseconds