Lines Matching refs:indent_add
5807 def indent_add(s): function
5813 indent_add(s)
5826 indent_add(TYPE_TO_STR[sc.orig_type])
5840 indent_add("option allnoconfig_y")
5843 indent_add("option defconfig_list")
5846 indent_add('option env="{}"'.format(sc.env_var))
5849 indent_add("option modules")
5862 indent_add("optional")
5872 indent_add("depends on " + expr_str(self.dep, sc_expr_str_fn))
5875 indent_add("help")
5877 indent_add(" " + line)