Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/kconfig/
Dconfdata.c164 void (*print_comment)(FILE *, const char *, void *); member
651 .print_comment = kconfig_print_comment,
725 .print_comment = header_print_comment,
759 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()