Lines Matching defs:dpm
5286 struct d_print_mod dpm;
5288 dpm.next = dpi->modifiers;
5289 dpi->modifiers = &dpm;
5290 dpm.mod = dc;
5291 dpm.printed = 0;
5292 dpm.templates = dpi->templates;
5301 if (! dpm.printed)
5304 dpi->modifiers = dpm.next;
5338 struct d_print_mod dpm;
5342 dpm.next = dpi->modifiers;
5343 dpi->modifiers = &dpm;
5344 dpm.mod = dc;
5345 dpm.printed = 0;
5346 dpm.templates = dpi->templates;
5351 dpi->modifiers = dpm.next;
5353 if (dpm.printed)
5439 struct d_print_mod dpm;
5441 dpm.next = dpi->modifiers;
5442 dpi->modifiers = &dpm;
5443 dpm.mod = dc;
5444 dpm.printed = 0;
5445 dpm.templates = dpi->templates;
5451 if (! dpm.printed)
5454 dpi->modifiers = dpm.next;