Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c21 void (*print_comment)(FILE *, const char *, void *); member
529 .print_comment = kconfig_print_comment,
603 .print_comment = header_print_comment,
622 .print_comment = kconfig_print_comment,
659 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()