OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VARNAME
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/make/unit-tests/
varname.mk
1
# $NetBSD:
varname
.mk,v 1.18 2025/06/28 22:39:29 rillig Exp $
17
VARNAME
= VAR(((
18
${
VARNAME
}= 3 open parentheses
41
# ${
VARNAME
} works, while all other attempts fail.
42
${
VARNAME
}= try3
cond-func-empty.mk
175
# the following example generated a wrong error message "Variable
VARNAME
is
191
# "
VARNAME
${:U2}", but without expanding any nested expression, in
193
# string, the resulting variable name was thus "
VARNAME
". This conceptually
199
# effect that the ${:U1} from the value of
VARNAME
evaluated to an empty
201
#
VARNAME
=${
VARNAME
}, and that definition was evaluated even though it was
206
VARNAME
= ${
VARNAME
${:U1}}
207
.if defined(
VARNAME
${:U2}) && !empty(
VARNAME
${:U2}
[
all
...]
varmod-assign.mk
153
VARNAME
= VAR.$${param} # Indirect variable name because of the '$',
156
${
VARNAME
}= initial-value # Sets 'VAR.${param}' to 'expanded'.
160
.if ${${
VARNAME
}::=assigned-value} # Here the variable name gets expanded once
166
.if ${${
VARNAME
}} != "assigned-value"
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025