Home | History | Annotate | Download | only in make

Lines Matching defs:replace

244 	bool subGlobal:1;	/* 'g': replace as often as possible */
245 bool subOnce:1; /* '1': replace only once */
492 /* Replace '.TARGET' with '@', likewise for other local variables. */
1143 * replace its value.
1596 /* In the modifier ':C', replace a backreference from \0 to \9. */
1620 RegexReplace(Substring replace, SepBuf *buf, const char *wp,
1625 for (rp = replace.start; rp != replace.end; rp++) {
1626 if (*rp == '\\' && rp + 1 != replace.end &&
1629 else if (*rp == '\\' && rp + 1 != replace.end &&
1644 Substring replace;
1677 RegexReplace(args->replace, buf, wp, m, args->nsub);
2214 * escaped and replace unescaped ampersands with subst->lhs.
3019 args.replace = LazyBuf_Get(&replaceBuf);