Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dconfdata.c79 void (*print_comment)(FILE *, const char *, void *); member
570 .print_comment = kconfig_print_comment,
644 .print_comment = header_print_comment,
663 .print_comment = kconfig_print_comment,
698 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()