Lines Matching defs:Setlist
144 static struct setlist *getset(const char *);
875 struct setlist {
882 static struct setlist Setlist[] = {
911 static struct setlist *
914 return (struct setlist *)
915 genget(name, (char **) Setlist, sizeof(struct setlist));
941 struct setlist *ct;
949 for (ct = Setlist; ct->name; ct++)
1011 struct setlist *ct;
1021 for (ct = Setlist; ct->name; ct++)
1238 struct setlist *sl;
1261 for (sl = Setlist; sl->name; sl++) {