Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dscanopt.h54 SCANOPT_ERR_ARG_NOT_ALLOWED = -4 /* Option does not take an argument. */ enumerator
H A Dscanopt.c521 case SCANOPT_ERR_ARG_NOT_ALLOWED: in scanopt_err()
760 scanopt_err (s, is_short, errcode = SCANOPT_ERR_ARG_NOT_ALLOWED); in scanopt()