Home | History | Annotate | Download | only in gen

Lines Matching refs:ent

227 			normal_ents = [f.static_name(ent) for ent in normal_ents]
228 proto_ents = [f.static_name(ent) for ent in proto_ents]
234 for ent in normal_entries:
235 print ' TABLE_ENTRY(%s),' % (ent)
238 for ent in proto_entries:
239 print ' TABLE_ENTRY(%s),' % (ent)
284 for ent in ents:
285 self.printFunction(func, ent)
293 for ent in ents:
294 self.printFunction(func, ent)