Searched refs:print_symbol (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/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 | 615 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() function 711 print_symbol(out, menu); in zconfdump()
|
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 2332 static void print_symbol(FILE *out, struct menu *menu) 2428 print_symbol(out, menu);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | confdata.c | 21 void (*print_symbol)(FILE *, struct symbol *, const char *, void *); member 531 .print_symbol = kconfig_print_symbol, 605 .print_symbol = header_print_symbol, 624 .print_symbol = tristate_print_symbol, 640 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol() 645 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()
|
| H A D | zconf.tab.c_shipped | 2349 static void print_symbol(FILE *out, struct menu *menu) 2445 print_symbol(out, menu);
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | confdata.c | 167 void (*print_symbol)(FILE *, struct symbol *, const char *, void *); member 635 .print_symbol = kconfig_print_symbol, 709 .print_symbol = header_print_symbol, 724 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol() 729 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
|
| H A D | parser.y | 589 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() function 689 print_symbol(out, menu); in zconfdump()
|