Searched refs:printer (Results 1 – 2 of 2) sorted by relevance
/scripts/ |
D | bpf_helpers_doc.py | 604 printer = PrinterHelpers(headerParser.helpers) variable 606 printer = PrinterRST(headerParser.helpers) variable 607 printer.print_all()
|
/scripts/kconfig/ |
D | confdata.c | 714 struct conf_printer *printer, void *printer_arg) in conf_write_symbol() argument 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() 734 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading() argument 744 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()
|