Searched refs:component_stack (Results 1 – 2 of 2) sorted by relevance
341 const struct d_component_stack *component_stack; member3970 dpi->component_stack = NULL; in d_print_init()4717 for (dcse = dpi->component_stack; dcse != NULL; in d_print_comp_inner()4722 && dcse != dpi->component_stack)) in d_print_comp_inner()5380 self.parent = dpi->component_stack; in d_print_comp()5381 dpi->component_stack = &self; in d_print_comp()5385 dpi->component_stack = self.parent; in d_print_comp()
127 (struct d_print_info): New field component_stack.