Lines Matching defs:optc
70 int optc; /* Number of options. */
161 s->optc = 0;
171 s->optc = 0;
172 while (options[s->optc].opt_fmt
173 || options[s->optc].r_val || options[s->optc].desc)
174 s->optc++;
177 s->aux = (struct _aux *) malloc (s->optc * sizeof (struct _aux));
179 for (i = 0; i < s->optc; i++) {
281 store = (usg_elem *) malloc (s->optc * sizeof (usg_elem));
282 for (i = 0; i < s->optc; i++) {
323 for (i = 0; i < s->optc; i++)
629 for (i = 0; i < s->optc; i++) {