OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:varUndefined
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/make/unit-tests/
varmod-ifelse.mk
82
# returns AMR_CLEANUP as result, Var_Parse returns
varUndefined
since the
84
# then supposed to do proper error handling, but since
varUndefined
is local
cond-func-empty.mk
136
# to an empty string (see Var_Parse,
varUndefined
).
/src/usr.bin/make/
var.c
303
static char
varUndefined
[] = "";
4165
assert(Expr_Str(expr) != NULL); /* Use var_Error or
varUndefined
. */
4335
? var_Error :
varUndefined
;
4393
? var_Error :
varUndefined
);
4602
* return
varUndefined
if the base variable of the expression
4764
if (val.str == var_Error || val.str ==
varUndefined
) {
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026