Lines Matching defs:offset
2352 &self->offset, &self->text,
2360 Py_INCREF(self->offset);
2380 Py_CLEAR(self->offset);
2402 Py_VISIT(self->offset);
2416 Py_ssize_t i, size, offset;
2425 offset = 0;
2428 offset = i + 1;
2431 if (offset != 0) {
2432 return PyUnicode_Substring(name, offset, size);
2491 {"offset", T_OBJECT, offsetof(PySyntaxErrorObject, offset), 0,
2492 PyDoc_STR("exception offset")},
2498 PyDoc_STR("exception end offset")},