Home
last modified time | relevance | path

Searched refs:comment_style (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/scripts/kconfig/
Dconfdata.c612 struct comment_style { struct
618 static const struct comment_style comment_style_pound = { argument
624 static const struct comment_style comment_style_c = {
630 static void conf_write_heading(FILE *fp, const struct comment_style *cs) in conf_write_heading()
1155 const struct comment_style *comment_style) in __conf_write_autoconf() argument
1175 conf_write_heading(file, comment_style); in __conf_write_autoconf()