OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VarFind
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/make/unit-tests/
varfind.exp
0
VarFind
-aliases.to: long explicit-dependency
VarFind
-aliases.from
2
VarFind
-aliases.to: abbr explicit-dependency
VarFind
-aliases.from
3
VarFind
-aliases.to: long
4
VarFind
-aliases.to: abbr
5
VarFind
-aliases.to: long
VarFind
-aliases.from
6
VarFind
-aliases.to: abbr
VarFind
-aliases.fro
[
all
...]
vardebug.mk
67
# accessed, it is initialized in the command line scope (during
VarFind
),
varname-makefile.mk
28
# serves as a fallback for the "Global" namespace (see
VarFind
).
var-scope-local.mk
90
# (see
VarFind
, CanonicalVarname), but not for braced or parenthesized
/src/usr.bin/make/
var.c
149
* Environment variables are short-lived. They are returned by
VarFind
, and
541
VarFind
(const char *name, GNode *scope, bool elsewhere)
729
v =
VarFind
(name, SCOPE_GLOBAL, false);
786
v =
VarFind
(name, scope, false);
788
v =
VarFind
(name, SCOPE_GLOBAL, false);
1038
&&
VarFind
(name, SCOPE_CMDLINE, false) != NULL) {
1055
v =
VarFind
(name, scope, false);
1066
Var *gl =
VarFind
(name, SCOPE_GLOBAL, false);
1189
VarFind
(name, SCOPE_GLOBAL, false)->readOnlyLoud = true;
1203
v =
VarFind
(name, scope, scope == SCOPE_GLOBAL)
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026