Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h845 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
H A Dcond.c1014 Cond_EvalLine(const char *line) in Cond_EvalLine() function
H A Dparse.c2619 if (Cond_EvalLine(line) == CR_TRUE) in SkipIrrelevantBranches()
2691 condResult = Cond_EvalLine(line); in ReadHighLevelLine()
H A DChangeLog2054 replace large switch with if-else in Cond_EvalLine
2078 o cond.c: clean up Cond_EvalLine