Searched refs:ParseModifierPart (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | var.c | 2217 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() 2986 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Subst() 2991 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Subst() 3030 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Regex() 3035 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Regex() 3280 if (!ParseModifierPart(pp, ']', ']', expr->emode, in ApplyModifier_Words() [all …]
|
| H A D | ChangeLog | 1753 migrate ParseModifierPart to use Substring 2239 fix type of ParseModifierPart parameter delim 2240 extract IsEscapedModifierPart from ParseModifierPart
|