OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CondResult
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/
cond.c
166
static
CondResult
CondParser_Or(CondParser *, bool);
834
static
CondResult
837
CondResult
res;
862
static
CondResult
865
CondResult
res, rhs;
883
static
CondResult
886
CondResult
res, rhs;
906
static
CondResult
912
CondResult
rval;
941
CondResult
[
all
...]
make.h
553
typedef enum
CondResult
{
557
}
CondResult
;
821
CondResult
Cond_EvalCondition(const char *) MAKE_ATTR_USE;
822
CondResult
Cond_EvalLine(const char *) MAKE_ATTR_USE;
parse.c
2665
CondResult
condResult
;
2686
condResult
= Cond_EvalLine(line);
2689
if (
condResult
!= CR_ERROR
2696
switch (
condResult
) {
var.c
3480
CondResult
cond_rc = CR_TRUE; /* anything other than CR_ERROR */
Completed in 83 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025