Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dscanopt.c74 static int scanopt_err(struct _scanopt_t *, int, int);
503 static int scanopt_err (struct _scanopt_t *s, int is_short, int err) in scanopt_err() function
700 scanopt_err (s, 0, errcode); in scanopt()
735 return scanopt_err (s, 1, errcode); in scanopt()
763 scanopt_err (s, is_short, errcode = SCANOPT_ERR_ARG_NOT_ALLOWED); in scanopt()
777 return scanopt_err (s, is_short, SCANOPT_ERR_ARG_NOT_FOUND); in scanopt()
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog1682 src/scanopt.c:scanopt_err