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 - 2
of
2
) 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
...]
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 24 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025