OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:save_dollars
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/unit-tests/
varname-dot-make-save_dollars.mk
1
# $NetBSD: varname-dot-make-
save_dollars
.mk,v 1.7 2021/12/03 18:43:52 rillig Exp $
3
# Tests for the special .MAKE.
SAVE_DOLLARS
variable, which controls whether
11
# Initially, the variable .MAKE.
SAVE_DOLLARS
is undefined. At this point the
15
.if ${.MAKE.
SAVE_DOLLARS
:Uundefined} != "undefined"
23
.MAKE.
SAVE_DOLLARS
= yes
26
# condition; .MAKE.
SAVE_DOLLARS
only applies at the moment where the
35
.MAKE.
SAVE_DOLLARS
= no
42
.MAKE.
SAVE_DOLLARS
= yes
49
.MAKE.
SAVE_DOLLARS
= no
57
.MAKE.
SAVE_DOLLARS
= n
[
all
...]
var-op-expand.mk
7
# varname-dot-make-
save_dollars
.mk
12
.MAKE.
SAVE_DOLLARS
:= yes
Makefile
448
TESTS+= varname-dot-make-
save_dollars
/src/usr.bin/make/
var.c
311
#define MAKE_SAVE_DOLLARS ".MAKE.
SAVE_DOLLARS
"
312
static bool
save_dollars
= true;
variable in typeref:typename:bool
1129
save_dollars
= ParseBoolean(val,
save_dollars
);
4237
if (varname == '$' &&
save_dollars
)
4242
else if (
save_dollars
)
4699
if (
save_dollars
&& VarEvalMode_ShouldKeepDollar(emode))
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025