Lines Matching defs:cmp
2729 int cmp;2748 cmp = (left->flags == right->flags2751 if (cmp) {2756 cmp = (memcmp(left->code, right->code,2759 if (cmp) {2760 cmp = PyObject_RichCompareBool(left->pattern, right->pattern,2762 if (cmp < 0) {2767 cmp = !cmp;2769 return PyBool_FromLong(cmp);