Lines Matching full:sets
44 /* The sets we have seen. */
45 struct set_info *sets;
52 function will construct the sets. */
65 for (p = sets; p != NULL; p = p->next)
72 p->next = sets;
73 sets = p;
195 been gathered. We now put the statements to build the sets
213 for (p = sets; p != NULL; p = p->next)
251 for (p = sets; p != NULL; p = p->next)
258 collect, and the sets may already have been built, so we do