Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dscanopt.c66 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));
90 static const char *NAME (struct _scanopt_t *s, int i) in NAME()
96 static int PRINTLEN (struct _scanopt_t *s, int i) in PRINTLEN()
[all …]