Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dvar.c1376 const char *lastDot = Substring_LastIndex(word, '.'); in ModifyWord_Suffix() local
1377 if (lastDot != NULL) in ModifyWord_Suffix()
1378 SepBuf_AddBytesBetween(buf, lastDot + 1, word.end); in ModifyWord_Suffix()
1389 const char *lastDot, *end; in ModifyWord_Root() local
1391 lastDot = Substring_LastIndex(word, '.'); in ModifyWord_Root()
1392 end = lastDot != NULL ? lastDot : word.end; in ModifyWord_Root()