Searched refs:opt_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/flex/
H A Dscanopt.c89 PROTO ((struct _scanopt_t *, int, char *, int, int *, int *opt_offset));
533 static int scanopt_err (s, opt_offset, is_short, err)
535 int opt_offset;
543 if (opt_offset >= 0)
544 opt = s->options + opt_offset;
645 static int find_opt (s, lookup_long, optstart, len, err_code, opt_offset)
651 int *opt_offset;
656 *opt_offset = -1;
674 *opt_offset = i;
692 *opt_offset
719 int opt_offset = -1; local
[all...]

Completed in 69 milliseconds