Home
last modified time | relevance | path

Searched refs:Cond_EvalLine (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/bmake/
H A Dmake.h818 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
H A Dcond.c1089 Cond_EvalLine(const char *line) in Cond_EvalLine() function
H A Dparse.c2536 if (Cond_EvalLine(line) == CR_TRUE) in SkipIrrelevantBranches()
2614 switch (Cond_EvalLine(line)) { in ReadHighLevelLine()
H A DChangeLog1017 replace large switch with if-else in Cond_EvalLine
1041 o cond.c: clean up Cond_EvalLine