Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dvar.c2258 ParseModifierPart( in ParseModifierPart() function
2414 res = ParseModifierPart(pp, '@', VARE_PARSE_ONLY, ch, &tvarBuf); in ApplyModifier_Loop()
2427 res = ParseModifierPart(pp, '@', VARE_PARSE_ONLY, ch, &strBuf); in ApplyModifier_Loop()
2636 res = ParseModifierPart(pp, '!', expr->emode, ch, &cmdBuf); in ApplyModifier_ShellCommand()
2903 res = ParseModifierPart(pp, delim, ch->expr->emode, ch, &reBuf); in ApplyModifier_Regex()
3150 res = ParseModifierPart(pp, ']', expr->emode, ch, &estrBuf); in ApplyModifier_Words()
3393 res = ParseModifierPart(pp, ':', then_emode, ch, &thenBuf); in ApplyModifier_IfElse()
3397 res = ParseModifierPart(pp, ch->endc, else_emode, ch, &elseBuf); in ApplyModifier_IfElse()
3479 res = ParseModifierPart(pp, ch->endc, expr->emode, ch, &buf); in ApplyModifier_Assign()
3644 res = ParseModifierPart(pp, '=', expr->emode, ch, &lhsBuf); in ApplyModifier_SysV()
[all …]
H A DChangeLog445 migrate ParseModifierPart to use Substring
931 fix type of ParseModifierPart parameter delim
932 extract IsEscapedModifierPart from ParseModifierPart