Searched refs:temp_names (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ee/
H A Dee.c2070 struct files *temp_names = NULL; local
2133 temp_names = top_of_stack = name_alloc();
2137 temp_names->next_name = name_alloc();
2138 temp_names = temp_names->next_name;
2140 ptr = temp_names->name = malloc(strlen(buff) + 1);
2148 temp_names->next_name = NULL;
/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c1927 } *temp_names;
5007 for (t = temp_names; t; t = t->next)
5020 t->next = temp_names;
5021 temp_names = t;
1916 } *temp_names; variable in typeref:struct:temp_name

Completed in 176 milliseconds