Searched refs:_scanopt_t (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/flex/ |
| HD | scanopt.c | 66 struct _scanopt_t { struct 80 static const char *NAME PROTO ((struct _scanopt_t *, int)); argument 81 static int PRINTLEN PROTO ((struct _scanopt_t *, int)); 82 static int RVAL PROTO ((struct _scanopt_t *, int)); 83 static int FLAGS PROTO ((struct _scanopt_t *, int)); 84 static const char *DESC PROTO ((struct _scanopt_t *, int)); 85 static int scanopt_err PROTO ((struct _scanopt_t *, int, int, int)); 88 PROTO ((struct _scanopt_t *, int, char *, int, int *, int *opt_offset)); 91 struct _scanopt_t *s; in NAME() 99 struct _scanopt_t *s; in PRINTLEN() [all …]
|