Searched refs:toptions (Results 1 – 2 of 2) sorted by relevance
37 static struct OPTIONS toptions[] = { variable322 for (i = 0; i < sizeof(toptions) / sizeof(struct OPTIONS); i++) { in options()323 if (strcmp(id, toptions[i].opt) == 0) in options()324 return &toptions[i]; in options()
35 static struct OPTIONS toptions[] = { variable299 for (i = 0; i < sizeof(toptions) / sizeof(struct OPTIONS); i++) { in options()300 if (strcmp(id, toptions[i].opt) == 0) in options()301 return &toptions[i]; in options()