Home | History | Annotate | Download | only in libiberty

Lines Matching defs:dpm

5648 	struct d_print_mod dpm;
5650 dpm.next = dpi->modifiers;
5651 dpi->modifiers = &dpm;
5652 dpm.mod = dc;
5653 dpm.printed = 0;
5654 dpm.templates = dpi->templates;
5663 if (! dpm.printed)
5666 dpi->modifiers = dpm.next;
5708 struct d_print_mod dpm;
5712 dpm.next = dpi->modifiers;
5713 dpi->modifiers = &dpm;
5714 dpm.mod = dc;
5715 dpm.printed = 0;
5716 dpm.templates = dpi->templates;
5721 dpi->modifiers = dpm.next;
5723 if (dpm.printed)
5809 struct d_print_mod dpm;
5811 dpm.next = dpi->modifiers;
5812 dpi->modifiers = &dpm;
5813 dpm.mod = dc;
5814 dpm.printed = 0;
5815 dpm.templates = dpi->templates;
5821 if (! dpm.printed)
5824 dpi->modifiers = dpm.next;