Searched refs:CondF (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/bmake/
H A Dcond.c135 * All Non-Terminal functions (CondE, CondF and CondT) return TOK_ERROR on
158 static Token CondF(Boolean);
1037 * CondF --
1050 CondF(Boolean doEval)
1067 l = CondF(doEval);
1069 (void)CondF(FALSE);
1101 l = CondF(doEval);
1041 CondF(Boolean doEval) function
/freebsd-10.1-release/usr.bin/make/
H A Dcond.c96 * All Non-Terminal functions (CondE, CondF and CondT) return Err on error.
126 static Token CondF(Boolean);
920 * CondF --
931 CondF(Boolean doEval) function
949 l = CondF(doEval);
951 CondF(FALSE);
979 l = CondF(doEval);

Completed in 119 milliseconds