OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cache_varname
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
var.c
3816
char *
cache_varname
;
local
3819
cache_varname
= str_concat2(".MAKE.SH1.", expr->name);
3820
v = VarFind(
cache_varname
, SCOPE_GLOBAL, false);
3829
Var_SetWithFlags(SCOPE_GLOBAL,
cache_varname
, output,
3835
free(
cache_varname
);
Completed in 21 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026