Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c2217 ParseModifierPart( in ParseModifierPart() function
2428 if (!ParseModifierPart(pp, '@', '@', VARE_PARSE, in ApplyModifier_Loop()
2441 if (!ParseModifierPart(pp, '@', '@', VARE_PARSE_BALANCED, in ApplyModifier_Loop()
2586 if (!ParseModifierPart(&p, ':', ch->endc, ch->expr->emode, in ApplyModifier_Time()
2668 if (!ParseModifierPart(pp, '!', '!', expr->emode, in ApplyModifier_ShellCommand()
3014 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Subst()
3019 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Subst()
3058 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Regex()
3063 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Regex()
3308 if (!ParseModifierPart(pp, ']', ']', expr->emode, in ApplyModifier_Words()
[all …]
H A DChangeLog1787 migrate ParseModifierPart to use Substring
2273 fix type of ParseModifierPart parameter delim
2274 extract IsEscapedModifierPart from ParseModifierPart