OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cond_rc
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
var.c
3491
CondResult
cond_rc
= CR_TRUE; /* anything other than CR_ERROR */
local
3494
cond_rc
= Cond_EvalCondition(expr->name);
3495
if (
cond_rc
== CR_TRUE)
3497
else if (
cond_rc
== CR_FALSE)
3518
if (
cond_rc
== CR_ERROR) {
3527
} else if (
cond_rc
== CR_TRUE) {
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026