Home
last modified time | relevance | path

Searched refs:lookup_long (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/lex/
Dscanopt.c615 static int find_opt (struct _scanopt_t *s, int lookup_long, char *optstart, in find_opt() argument
631 (lookup_long ? 2 : 1)); in find_opt()
633 if (lookup_long && (s->aux[i].flags & IS_LONG)) { in find_opt()
654 else if (!lookup_long && !(s->aux[i].flags & IS_LONG)) { in find_opt()