Lines Matching refs:indexgroup
579 Py_VISIT(self->indexgroup);
588 Py_CLEAR(self->indexgroup);
1409 indexgroup: object(subclass_of='&PyTuple_Type')
1416 PyObject *indexgroup)
1433 self->indexgroup = NULL;
1481 if (PyTuple_GET_SIZE(indexgroup) > 0) {
1482 Py_INCREF(indexgroup);
1483 self->indexgroup = indexgroup;
2408 if (self->pattern->indexgroup &&
2410 self->lastindex < PyTuple_GET_SIZE(self->pattern->indexgroup))
2412 PyObject *result = PyTuple_GET_ITEM(self->pattern->indexgroup,
2755 indexgroup nor groupindex: they are derivated from the pattern. */