Home
last modified time | relevance | path

Searched refs:newsl (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcc.c1942 struct spec_list *newsl; local
1990 for (newsl = specs; newsl; newsl = newsl->next)
1991 if (strcmp (newsl->name, p2) == 0)
/openbsd/src/gnu/gcc/gcc/
Dgcc.c2095 struct spec_list *newsl; in read_specs() local
2143 for (newsl = specs; newsl; newsl = newsl->next) in read_specs()
2144 if (strcmp (newsl->name, p2) == 0) in read_specs()