Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Doperator.c63 #define spamrc(OP,A) static PyObject *OP(PyObject *s, PyObject *a) { \ macro
133 spamrc(op_lt , Py_LT) in spami()
134 spamrc(op_le , Py_LE) in spami()
135 spamrc(op_eq , Py_EQ) in spami()
136 spamrc(op_ne , Py_NE) in spami()
137 spamrc(op_gt , Py_GT) in spami()
138 spamrc(op_ge , Py_GE) in spami()