Searched refs:print_comment (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 21 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()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | confdata.c | 22 void (*print_comment)(FILE *, const char *, void *); member 532 .print_comment = kconfig_print_comment, 606 .print_comment = header_print_comment, 625 .print_comment = kconfig_print_comment, 660 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | confdata.c | 168 void (*print_comment)(FILE *, const char *, void *); member 636 .print_comment = kconfig_print_comment, 710 .print_comment = header_print_comment, 744 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()
|