Searched refs:ParseModifierPart (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | var.c | 2214 ParseModifierPart( in ParseModifierPart() function 2425 if (!ParseModifierPart(pp, '@', '@', VARE_PARSE, in ApplyModifier_Loop() 2438 if (!ParseModifierPart(pp, '@', '@', VARE_PARSE_BALANCED, in ApplyModifier_Loop() 2583 if (!ParseModifierPart(&p, ':', ch->endc, ch->expr->emode, in ApplyModifier_Time() 2665 if (!ParseModifierPart(pp, '!', '!', expr->emode, in ApplyModifier_ShellCommand() 2983 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Subst() 2988 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Subst() 3027 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Regex() 3032 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode, in ApplyModifier_Regex() 3270 if (!ParseModifierPart(pp, ']', ']', expr->emode, in ApplyModifier_Words() [all …]
|
| H A D | ChangeLog | 1655 migrate ParseModifierPart to use Substring 2141 fix type of ParseModifierPart parameter delim 2142 extract IsEscapedModifierPart from ParseModifierPart
|