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

/freebsd-13-stable/contrib/flex/src/
H A Dscanopt.h53 SCANOPT_ERR_OPT_AMBIGUOUS = -2, /* It matched more than one option name. */
52 SCANOPT_ERR_OPT_AMBIGUOUS = -2, /* It matched more than one option name. */ enumerator in enum:scanopt_err_t
H A Dscanopt.c533 case SCANOPT_ERR_OPT_AMBIGUOUS:
650 *err_code = SCANOPT_ERR_OPT_AMBIGUOUS;

Completed in 56 milliseconds