Searched defs:co_nlocals (Results 1 – 3 of 3) sorted by relevance
176 int co_nlocals = self->co_nlocals; in code_replace() local
23 int co_nlocals; /* #local variables */ member
725 int co_nlocals, int co_stacksize, int co_flags, in code_replace_impl()