Searched refs:newsl (Results 1 – 2 of 2) sorted by relevance
1942 struct spec_list *newsl; local1990 for (newsl = specs; newsl; newsl = newsl->next)1991 if (strcmp (newsl->name, p2) == 0)
2095 struct spec_list *newsl; in read_specs() local2143 for (newsl = specs; newsl; newsl = newsl->next) in read_specs()2144 if (strcmp (newsl->name, p2) == 0) in read_specs()