Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h847 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
H A Dcond.c1012 Cond_EvalLine(const char *line) in Cond_EvalLine() function
H A Dparse.c2577 if (Cond_EvalLine(line) == CR_TRUE) in SkipIrrelevantBranches()
2649 condResult = Cond_EvalLine(line); in ReadHighLevelLine()
H A DChangeLog2152 replace large switch with if-else in Cond_EvalLine
2176 o cond.c: clean up Cond_EvalLine