Home | History | Annotate | Download | only in libiberty

Lines Matching defs:dpm

5607 	struct d_print_mod dpm;
5609 dpm.next = dpi->modifiers;
5610 dpi->modifiers = &dpm;
5611 dpm.mod = dc;
5612 dpm.printed = 0;
5613 dpm.templates = dpi->templates;
5622 if (! dpm.printed)
5625 dpi->modifiers = dpm.next;
5667 struct d_print_mod dpm;
5671 dpm.next = dpi->modifiers;
5672 dpi->modifiers = &dpm;
5673 dpm.mod = dc;
5674 dpm.printed = 0;
5675 dpm.templates = dpi->templates;
5680 dpi->modifiers = dpm.next;
5682 if (dpm.printed)
5768 struct d_print_mod dpm;
5770 dpm.next = dpi->modifiers;
5771 dpi->modifiers = &dpm;
5772 dpm.mod = dc;
5773 dpm.printed = 0;
5774 dpm.templates = dpi->templates;
5780 if (! dpm.printed)
5783 dpi->modifiers = dpm.next;