Symbol: _scanopt_t
usr.bin/lex/scanopt.c
101
static int RVAL (struct _scanopt_t *s, int i)
usr.bin/lex/scanopt.c
106
static int FLAGS (struct _scanopt_t *s, int i)
usr.bin/lex/scanopt.c
111
static const char *DESC (struct _scanopt_t *s, int i)
usr.bin/lex/scanopt.c
156
struct _scanopt_t *s;
usr.bin/lex/scanopt.c
157
s = (struct _scanopt_t *) malloc (sizeof (struct _scanopt_t));
usr.bin/lex/scanopt.c
247
struct _scanopt_t *s;
usr.bin/lex/scanopt.c
260
s = (struct _scanopt_t *) scanner;
usr.bin/lex/scanopt.c
516
static int scanopt_err (struct _scanopt_t *s, int opt_offset,
usr.bin/lex/scanopt.c
615
static int find_opt (struct _scanopt_t *s, int lookup_long, char *optstart,
usr.bin/lex/scanopt.c
681
struct _scanopt_t *s;
usr.bin/lex/scanopt.c
686
s = (struct _scanopt_t *) svoid;
usr.bin/lex/scanopt.c
80
static const char *NAME PROTO ((struct _scanopt_t *, int));
usr.bin/lex/scanopt.c
81
static int PRINTLEN PROTO ((struct _scanopt_t *, int));
usr.bin/lex/scanopt.c
82
static int RVAL PROTO ((struct _scanopt_t *, int));
usr.bin/lex/scanopt.c
825
struct _scanopt_t *s;
usr.bin/lex/scanopt.c
827
s = (struct _scanopt_t *) svoid;
usr.bin/lex/scanopt.c
83
static int FLAGS PROTO ((struct _scanopt_t *, int));
usr.bin/lex/scanopt.c
84
static const char *DESC PROTO ((struct _scanopt_t *, int));
usr.bin/lex/scanopt.c
85
static int scanopt_err PROTO ((struct _scanopt_t *, int, int, int));
usr.bin/lex/scanopt.c
88
PROTO ((struct _scanopt_t *, int, char *, int, int *, int *opt_offset));
usr.bin/lex/scanopt.c
90
static const char *NAME (struct _scanopt_t *s, int i)
usr.bin/lex/scanopt.c
96
static int PRINTLEN (struct _scanopt_t *s, int i)