Home | History | Annotate | Download | only in gen

Lines Matching refs:ent

228             normal_ents = [f.static_name(ent) for ent in normal_ents]
229 proto_ents = [f.static_name(ent) for ent in proto_ents]
235 for ent in normal_entries:
236 print ' TABLE_ENTRY(%s),' % (ent)
239 for ent in proto_entries:
240 print ' TABLE_ENTRY(%s),' % (ent)
285 for ent in ents:
286 self.printFunction(func, ent)
294 for ent in ents:
295 self.printFunction(func, ent)