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

/freebsd-13-stable/contrib/flex/src/
H A Dscanopt.h65 struct optspec_t {
70 typedef struct optspec_t optspec_t;
87 scanopt_t *scanopt_init (const optspec_t * options, int argc,
114 * Return: > 0 on success. Return value is from optspec_t->rval.
64 struct optspec_t { struct
69 typedef struct optspec_t optspec_t; typedef in typeref:struct:optspec_t
H A Doptions.c44 optspec_t flexopts[] = {
H A Doptions.h39 extern optspec_t flexopts[];
H A Dscanopt.c54 const optspec_t *options; /* List of options. */
138 scanopt_t *scanopt_init (const optspec_t *options, int argc, char **argv, int flags)
165 const struct optspec_t *opt;
664 const optspec_t *optp;

Completed in 130 milliseconds