HomeSort by: relevance | last modified time | path
    Searched refs:subst (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-subst.mk 1 # $NetBSD: varmod-subst.mk,v 1.18 2026/01/03 20:48:35 rillig Exp $
5 all: mod-subst
6 all: mod-subst-delimiter
7 all: mod-subst-delimiter-circumflex
8 all: mod-subst-chain
9 all: mod-subst-dollar
187 mod-subst:
199 mod-subst-delimiter:
245 mod-subst-delimiter-circumflex: .PHONY
260 mod-subst-chain
    [all...]
moderrs.mk 19 all: mod-subst-delimiter-{1,2,3,4,5,6,7}
109 mod-subst-delimiter-1:
112 mod-subst-delimiter-2:
115 mod-subst-delimiter-3:
118 mod-subst-delimiter-4:
121 mod-subst-delimiter-5:
124 mod-subst-delimiter-6:
127 mod-subst-delimiter-7:
varmod-undefined.mk 36 # For more similar examples, see varmod-subst.mk, mod-subst-delimiter.
81 SUBST:= ${:U . \: \} \$ \\ ${EXPR}}
84 .if ${SUBST} != " . : } <space>\\ "
var-scope-local.mk 197 all: var-scope-local-subst.o
204 var-scope-local-subst.o \
257 # expect: Making var-scope-local-subst.o with make 'global+local' and env 'global+local'.
258 var-scope-local-subst.o: VAR := $${VAR}+local
Makefile 402 TESTS+= varmod-subst
403 TESTS+= varmod-subst-regex
579 SED_CMDS.varmod-subst+= ${STD_SED_CMDS.regex}
580 SED_CMDS.varmod-subst-regex+= ${STD_SED_CMDS.regex}
  /src/tests/usr.bin/tr/
t_basic.sh 144 atf_test_case subst
193 atf_add_test_case subst
  /src/bin/csh/
lex.c 95 /* (Tail of) current word from ! subst */
98 /* The rest of the ! subst words */
101 /* Count of remaining words in ! subst */
690 goto subst;
694 goto subst;
702 goto subst;
717 subst:
  /src/usr.bin/make/
test-variants.mk 21 #SKIP_TESTS.default= varmod-subst
var.c 2130 struct ModifyWord_SubstArgs *subst)
2136 return p[1] == '&' && subst != NULL;
2218 * escaped and replace each unescaped '&' with subst->lhs.
2220 struct ModifyWord_SubstArgs *subst
2227 if (IsEscapedModifierPart(p, end1, end2, subst)) {
2231 if (subst != NULL && *p == '&')
2232 LazyBuf_AddSubstring(part, subst->lhs);

Completed in 28 milliseconds