OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nullSuff
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
suff.c
238
/* TODO: Document the difference between
nullSuff
and emptySuff. */
240
static Suffix *
nullSuff
;
371
if (suff ==
nullSuff
)
372
nullSuff
= NULL;
477
if (
nullSuff
!= NULL)
478
Suffix_Free(
nullSuff
);
479
emptySuff =
nullSuff
= Suffix_New("");
481
SearchPath_AddAll(
nullSuff
->searchPath, &dirSearchPath);
482
nullSuff
->include = false;
483
nullSuff
->library = false
[
all
...]
Completed in 73 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025