Searched refs:the_index (Results 1 – 1 of 1) sorted by relevance
200 int the_index = 0; in CTracer_set_pdata_stack() local229 the_index = self->data_stacks_used; in CTracer_set_pdata_stack()230 stack_index = MyInt_FromInt(the_index); in CTracer_set_pdata_stack()248 DataStack_init(&self->stats, &self->data_stacks[the_index]); in CTracer_set_pdata_stack()251 if (pyint_as_int(stack_index, &the_index) < 0) { in CTracer_set_pdata_stack()256 self->pdata_stack = &self->data_stacks[the_index]; in CTracer_set_pdata_stack()