HomeSort by: relevance | last modified time | path
    Searched refs:VarFind (Results 1 - 6 of 6) 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...]
varfind.mk 1 # $NetBSD: varfind.mk,v 1.1 2020/07/25 21:19:29 rillig Exp $
3 # Demonstrates variable name aliases in VarFind.
5 all: VarFind-aliases.to
9 VarFind-aliases.from:
12 VarFind-aliases.to: explicit-dependency
varname-makefile.mk 28 # serves as a fallback for the "Global" namespace (see VarFind).
vardebug.mk 67 # accessed, it is initialized in the command line scope (during VarFind),
var-scope-local.mk 90 # (see VarFind, CanonicalVarname), but not for braced or parenthesized
  /src/usr.bin/make/
var.c 147 * Environment variables are short-lived. They are returned by VarFind, and
533 VarFind(const char *name, GNode *scope, bool elsewhere)
721 v = VarFind(name, SCOPE_GLOBAL, false);
778 v = VarFind(name, scope, false);
780 v = VarFind(name, SCOPE_GLOBAL, false);
1030 && VarFind(name, SCOPE_CMDLINE, false) != NULL) {
1047 v = VarFind(name, scope, false);
1058 Var *gl = VarFind(name, SCOPE_GLOBAL, false);
1181 VarFind(name, SCOPE_GLOBAL, false)->readOnlyLoud = true;
1195 v = VarFind(name, scope, scope == SCOPE_GLOBAL)
    [all...]

Completed in 15 milliseconds