Lines Matching defs:next
21 * return value. The rightmost argument is (1<<0), the next to last is (1<<1)
98 struct opts *next;
115 struct longopts *next;
149 for (clr=gof->opts, i=1; clr; clr = clr->next, i<<=1)
163 for (bad=gof->opts, i=1; bad ;bad = bad->next, i<<=1) {
193 for (lo = gof->longopts; lo->opt != opt; lo = lo->next);
202 while (*list) list=&((*list)->next);
265 new->next = gof->opts;
282 lo->next = gof->longopts;
315 // (It'll get back here afterwards and fall through to next else.)
329 for (new = gof->opts; new; new = new->next) {
359 for (i=0, opt = gof->opts; ; i++, opt = opt->next) {
427 for (lo = gof.longopts; lo; lo = lo->next) {
461 // Identify next option char.
462 for (catch = gof.opts; catch; catch = catch->next)
491 for (req = gof.opts; req; req = req->next)