Lines Matching defs:YES
786 typedef enum {YES = 0, MAYBE = 1, NO = 2} QuickcheckResult;
790 * Return YES or NO if quickcheck determines the input is certainly
795 * the answer is not YES.
810 return YES;
821 QuickcheckResult result = YES; /* certainly normalized, unless we find something */
917 result = (m == YES) ? Py_True : Py_False;
952 true, false, true) == YES) {
960 true, true, true) == YES) {
968 false, false, true) == YES) {
976 false, true, true) == YES) {