Home
last modified time | relevance | path

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

/scripts/kconfig/
Dconfdata.c532 struct comment_style { struct
538 static const struct comment_style comment_style_pound = { argument
544 static const struct comment_style comment_style_c = {
550 static void conf_write_heading(FILE *fp, const struct comment_style *cs) in conf_write_heading()
1038 const struct comment_style *comment_style) in __conf_write_autoconf() argument
1058 conf_write_heading(file, comment_style); in __conf_write_autoconf()