Lines Matching refs:block_start

167         ri.cw.block_start(line=f"{kw} (type == {self.enum_name})")
1102 def block_start(self, line=''): member in CodeWriter
1191 self.block_start()
1336 cw.block_start(line=f'struct ynl_policy_attr {struct.render_name}_policy[{type_max} + 1] =')
1344 cw.block_start(line=f'struct ynl_policy_nest {struct.render_name}_nest =')
1356 cw.block_start()
1372 cw.block_start(line=f"static const char * const {map_name}[] =")
1394 cw.block_start(line=f"static const char * const {map_name}[] =")
1409 ri.cw.block_start()
1452 ri.cw.block_start()
1468 ri.cw.block_start(line=iter_line)
1484 ri.cw.block_start(line=f"if (n_{aspec.c_name})")
1489 ri.cw.block_start(line=f"mnl_attr_for_each_nested(attr, attr_{aspec.c_name})")
1500 ri.cw.block_start(line=f"if (n_{aspec.c_name})")
1506 ri.cw.block_start(line=iter_line)
1507 ri.cw.block_start(line=f"if (mnl_attr_get_type(attr) == {aspec.enum_name})")
1566 ri.cw.block_start()
1586 ri.cw.block_start()
1632 ri.cw.block_start()
1685 ri.cw.block_start()
1707 ri.cw.block_start(line=f"struct {ri.family['name']}{suffix}")
1715 ri.cw.block_start(line=f"struct")
1792 ri.cw.block_start(line=f"{type_name(ri, 'reply')}")
1824 ri.cw.block_start()
1847 ri.cw.block_start()
1850 ri.cw.block_start(line='while ((void *)next != YNL_LIST_END)')
1865 ri.cw.block_start()
1941 cw.block_start(line=line + ' =')
1991 cw.block_start()
2021 cw.block_start()
2065 cw.block_start('enum')
2077 cw.block_start('static const struct genl_multicast_group ' + family.name + '_nl_mcgrps[] =')
2098 cw.block_start(f"struct genl_family {family.name}_nl_family __ro_after_init =")
2123 cw.block_start(line=start_line)
2273 ri.cw.block_start(line=f"[{op.enum_name}] = ")
2288 cw.block_start(line=f"static const struct ynl_ntf_info {family['name']}_ntf_info[] = ")
2306 cw.block_start(f'{symbol} = ')