Searched refs:lookup_long (Results 1 – 1 of 1) sorted by relevance
597 static int find_opt (struct _scanopt_t *s, int lookup_long, char *optstart, int in find_opt() argument611 optname = s->options[i].opt_fmt + (lookup_long ? 2 : 1); in find_opt()613 if (lookup_long && (s->aux[i].flags & IS_LONG)) { in find_opt()634 else if (!lookup_long && !(s->aux[i].flags & IS_LONG)) { in find_opt()