Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dconfdata.c523 struct comment_style { struct
529 static const struct comment_style comment_style_pound = { argument
535 static const struct comment_style comment_style_c = {
541 static void conf_write_heading(FILE *fp, const struct comment_style *cs) in conf_write_heading()
1031 const struct comment_style *comment_style) in __conf_write_autoconf() argument
1051 conf_write_heading(file, comment_style); in __conf_write_autoconf()