Searched refs:nextopt (Results 1 – 4 of 4) sorted by relevance
40 goto nextopt;45 goto nextopt;50 goto nextopt;55 goto nextopt;60 goto nextopt;65 goto nextopt;102 goto nextopt;105 nextopt:
265 char *nextopt, *comma, *sopt; in main() local268 for (sopt = optarg; sopt != NULL; sopt = nextopt) { in main()271 nextopt = comma + 1; in main()274 nextopt = NULL; in main()
403 set_option(int *options, int nextopt, opt_flavor_t type) in set_option() argument411 if (*options & nextopt) in set_option()432 *options |= nextopt; in set_option()
768 struct options *nextopt; in free_opt() local770 nextopt = optlist->next; in free_opt()772 optlist = nextopt; in free_opt()