Searched refs:print_symbol (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | confdata.c | 20 void (*print_symbol)(FILE *, struct symbol *, const char *, void *); member 528 .print_symbol = kconfig_print_symbol, 602 .print_symbol = header_print_symbol, 621 .print_symbol = tristate_print_symbol, 639 printer->print_symbol(fp, sym, str2, printer_arg); in conf_write_symbol() 644 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
|
H A D | zconf.y | 643 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() function 739 print_symbol(out, menu); in zconfdump()
|
/openbmc/linux/scripts/kconfig/ |
H A D | parser.y | 580 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() function 680 print_symbol(out, menu); in zconfdump()
|
H A D | confdata.c | 1154 void (*print_symbol)(FILE *, struct symbol *), in __conf_write_autoconf() 1179 print_symbol(file, sym); in __conf_write_autoconf()
|