OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 16:09:53 GMT 2025