Searched refs:print_symbol (Results 1 – 2 of 2) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | confdata.c | 78 void (*print_symbol)(FILE *, struct symbol *, const char *, void *); member 565 .print_symbol = kconfig_print_symbol, 639 .print_symbol = header_print_symbol, 658 .print_symbol = tristate_print_symbol, 676 printer->print_symbol(fp, sym, str2, printer_arg); in conf_write_symbol() 681 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
|
A D | zconf.y | 646 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() function 746 print_symbol(out, menu); in zconfdump()
|
Completed in 4 milliseconds