Home
last modified time | relevance | path

Searched refs:emptySuff (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Dsuff.c212 static Suff *emptySuff; /* The empty suffix required for POSIX variable
434 if (s == emptySuff) in SuffFree()
435 emptySuff = NULL; in SuffFree()
559 emptySuff = suffNull = bmake_malloc(sizeof(Suff)); in Suff_ClearSuffixes()