Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c262 bool anchorEnd:1; /* '$': match only at end of word */ member
1561 if (args->pflags.anchorEnd && wordLen != lhsLen) in ModifyWord_Subst()
1571 if (args->pflags.anchorEnd) { in ModifyWord_Subst()
2250 out_pflags->anchorEnd = true; in ParseModifierPart()