Lines Matching refs:append_fn
2461 def _make_conf(self, append_fn): argument
2474 append_fn("CONFIG_{0}={1}".format(self.name, val))
2476 append_fn("# CONFIG_{0} is not set".format(self.name))
2479 append_fn("CONFIG_{0}={1}".format(self.name, val))
2483 append_fn('CONFIG_{0}="{1}"'
2658 def _make_conf(self, append_fn): argument
2661 append_fn("\n#\n# {0}\n#".format(self.title))
2662 _make_block_conf(self.block, append_fn)
2950 def _make_conf(self, append_fn): argument
2951 _make_block_conf(self.block, append_fn)
3038 def _make_conf(self, append_fn): argument
3040 append_fn("\n#\n# {0}\n#".format(self.text))
3268 def _make_block_conf(block, append_fn): argument
3275 item._make_conf(append_fn)