Lines Matching refs:tmp
196 struct wildcard_list *tmp; in mri_draw_tree() local
214 tmp = (struct wildcard_list *) xmalloc (sizeof *tmp); in mri_draw_tree()
215 tmp->next = NULL; in mri_draw_tree()
216 tmp->spec.name = p->name; in mri_draw_tree()
217 tmp->spec.exclude_name_list = NULL; in mri_draw_tree()
218 tmp->spec.sorted = none; in mri_draw_tree()
219 tmp->spec.section_flag_list = NULL; in mri_draw_tree()
220 lang_add_wild (NULL, tmp, FALSE); in mri_draw_tree()
226 tmp = (struct wildcard_list *) xmalloc (sizeof *tmp); in mri_draw_tree()
227 tmp->next = NULL; in mri_draw_tree()
228 tmp->spec.name = aptr->name; in mri_draw_tree()
229 tmp->spec.exclude_name_list = NULL; in mri_draw_tree()
230 tmp->spec.sorted = none; in mri_draw_tree()
231 tmp->spec.section_flag_list = NULL; in mri_draw_tree()
232 lang_add_wild (NULL, tmp, FALSE); in mri_draw_tree()