Lines Matching refs:item
159 item = (
163 # add entry to index and item tables
164 i = cache.get(item)
166 cache[item] = i = len(table)
167 table.append(item)
274 for item in table:
275 fprint(" {%d, %d, %d, %d, %d, %d}," % item)
495 item = (
498 # add entry to index and item tables
499 i = cache.get(item)
501 cache[item] = i = len(table)
502 table.append(item)
520 for item in table:
521 fprint(" {%d, %d, %d, %d, %d, %d}," % item)
1275 for item in self.data:
1276 i = str(item) + ", "