Searched refs:anchorEnd (Results 1 – 1 of 1) sorted by relevance
264 bool anchorEnd:1; /* '$': match only at end of word */ member1564 if (args->pflags.anchorEnd && wordLen != lhsLen) in ModifyWord_Subst()1574 if (args->pflags.anchorEnd) { in ModifyWord_Subst()2253 pflags->anchorEnd = true; in ParseModifierPart()