Lines Matching full:stacksize
42 self.stackSize = 0
46 self.stackSize += 1
56 self.stackSize -= 1
81 if self.stackSize == 1 and self.contentOnly:
86 self.stackSize = 2
88 stackSize = self.stackSize
89 self.stackSize = stackSize + 1
99 if not stackSize:
109 elif stackSize == 1:
136 elif stackSize == 2 and subFile is not None:
141 elif stackSize == 2:
150 if self.stackSize > 1:
166 self.stackSize = self.stackSize - 1
169 if self.stackSize == 1:
171 elif self.stackSize == 2: