Lines Matching refs:static
54 def emit(self, filp, name, static=True):
57 [static] const char name[] = "...";
68 'static ' if static else '',
106 def emit(self, filp, name, static=True):
109 [static] const typename name[] = { ... };
123 'static ' if static else '',
246 print('static const struct eg_packet3 packet3_table[] = {')
252 print('static const struct eg_field egd_fields_table[] = {')
278 print('static const struct eg_reg egd_reg_table[] = {')