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

/freebsd-10.3-release/contrib/flex/
H A Dscanopt.c67 struct _scanopt_t {
81 static const char *NAME PROTO ((struct _scanopt_t *, int));
82 static int PRINTLEN PROTO ((struct _scanopt_t *, int));
83 static int RVAL PROTO ((struct _scanopt_t *, int));
84 static int FLAGS PROTO ((struct _scanopt_t *, int));
85 static const char *DESC PROTO ((struct _scanopt_t *, int));
86 static int scanopt_err PROTO ((struct _scanopt_t *, int, int, int));
89 PROTO ((struct _scanopt_t *, int, char *, int, int *, int *opt_offset));
92 struct _scanopt_t *s;
100 struct _scanopt_t *
66 struct _scanopt_t { struct
[all...]

Completed in 46 milliseconds