Searched refs:curindex (Results 1 – 4 of 4) sorted by relevance
114 self.curindex = 0119 self.stack, self.curindex = self.get_stack(f, t)120 self.curframe = self.stack[self.curindex][0]177 self.print_stack_entry(self.stack[self.curindex])209 self.print_stack_entry(self.stack[self.curindex])635 if self.curindex == 0:638 self.curindex = self.curindex - 1639 self.curframe = self.stack[self.curindex][0]641 self.print_stack_entry(self.stack[self.curindex])646 if self.curindex + 1 == len(self.stack):[all …]
202 self.curindex = 0208 self.stack, self.curindex = self.get_stack(f, tb)216 self.curframe = self.stack[self.curindex][0]280 self.print_stack_entry(self.stack[self.curindex])351 self.print_stack_entry(self.stack[self.curindex])926 self.curindex = number927 self.curframe = self.stack[self.curindex][0]929 self.print_stack_entry(self.stack[self.curindex])937 if self.curindex == 0:948 newframe = max(0, self.curindex - count)[all …]
1970 while (ipp->curindex < ipp->current->num_values) in ippFindNextAttribute()1972 …if ((childattr = ippFindNextAttribute(ipp->current->values[ipp->curindex].collection, child, type)… in ippFindNextAttribute()1975 ipp->curindex ++; in ippFindNextAttribute()1976 … if (ipp->curindex < ipp->current->num_values && ipp->current->values[ipp->curindex].collection) in ippFindNextAttribute()1977 ipp->current->values[ipp->curindex].collection->current = NULL; in ippFindNextAttribute()1982 ipp->curindex = 0; in ippFindNextAttribute()1995 ipp->curindex = 0; in ippFindNextAttribute()2033 attr->values[0].collection->curindex = i; in ippFindNextAttribute()
835 curindex; /* Current attribute index for hierarchical search */ member