Searched refs:toptions (Results 1 – 2 of 2) sorted by relevance
40 static struct OPTIONS toptions[] = { variable304 for (i = 0; i < sizeof(toptions) / sizeof(struct OPTIONS); i++) { in options()305 if (strcmp(id, toptions[i].opt) == 0) in options()306 return &toptions[i]; in options()
41 static struct OPTIONS toptions[] = { variable326 for (i = 0; i < sizeof(toptions) / sizeof(struct OPTIONS); i++) { in options()327 if (strcmp(id, toptions[i].opt) == 0) in options()328 return &toptions[i]; in options()