Lines Matching defs:start
748 int start = bounds.ar_start / sizeof(_Py_CODEUNIT);
750 for (int index = start; index < end; index++) {
1148 PyObject *start = NULL;
1152 start = PyLong_FromLong(bounds->ar_start);
1161 if (result == NULL || start == NULL || end == NULL || line == NULL) {
1164 PyTuple_SET_ITEM(result, 0, start);
1169 Py_XDECREF(start);
1491 [clinic start generated code]*/
1519 [clinic start generated code]*/
1901 [clinic start generated code]*/
1998 [clinic start generated code]*/