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

/netbsd-current/external/bsd/flex/dist/src/
H A Dscanopt.h57 SCANOPT_ERR_ARG_NOT_ALLOWED = -4 /* Option does not take an argument. */
56 SCANOPT_ERR_ARG_NOT_ALLOWED = -4 /* Option does not take an argument. */ enumerator in enum:scanopt_err_t
H A Dscanopt.c525 case SCANOPT_ERR_ARG_NOT_ALLOWED:
767 scanopt_err (s, is_short, errcode = SCANOPT_ERR_ARG_NOT_ALLOWED);

Completed in 71 milliseconds