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