Searched refs:temp_names (Results 1 – 3 of 3) sorted by relevance
2074 struct files *temp_names = NULL; local2137 temp_names = top_of_stack = name_alloc();2141 temp_names->next_name = name_alloc();2142 temp_names = temp_names->next_name;2144 ptr = temp_names->name = malloc(strlen(buff) + 1);2152 temp_names->next_name = NULL;
1957 } *temp_names; variable5513 for (t = temp_names; t; t = t->next) in do_spec_1()5526 t->next = temp_names; in do_spec_1()5527 temp_names = t; in do_spec_1()10175 temp_names = NULL; in finalize()
1575 } *temp_names; variable4844 for (t = temp_names; t; t = t->next) in do_spec_1()4857 t->next = temp_names; in do_spec_1()4858 temp_names = t; in do_spec_1()