| 724 | } |
| 725 | |
| 726 | static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) |
| 727 | { |
| 728 | __print_symbol(fp, sym, OUTPUT_N_NONE, false); |
| 729 | } |
| 730 | |
| 731 | void print_symbol_for_listconfig(struct symbol *sym) |
| 732 | { |
nothing calls this directly
no test coverage detected