Searched refs:slotz (Results 1 – 2 of 2) sorted by relevance
1045 ternaryfunc slotz = NULL; local1078 slotz = NB_TERNOP(mz, op_slot);1079 if (slotz == slotv || slotz == slotw)1080 slotz = NULL;1081 if (slotz) {1082 x = slotz(v, w, z);1103 slotz = NB_TERNOP(v->ob_type->tp_as_number,1105 if (slotz)1106 x = slotz(v, w, z);
878 ternaryfunc slotz = NULL; in ternary_op() local911 slotz = NB_TERNOP(mz, op_slot); in ternary_op()912 if (slotz == slotv || slotz == slotw) in ternary_op()913 slotz = NULL; in ternary_op()914 if (slotz) { in ternary_op()915 x = slotz(v, w, z); in ternary_op()