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

/netbsd-current/external/bsd/flex/dist/src/
H A Dscanopt.h67 struct optspec_t {
72 typedef struct optspec_t optspec_t;
89 scanopt_t *scanopt_init (const optspec_t * options, int argc,
116 * Return: > 0 on success. Return value is from optspec_t->rval.
66 struct optspec_t { struct
71 typedef struct optspec_t optspec_t; typedef in typeref:struct:optspec_t
H A Doptions.h41 extern optspec_t flexopts[];
H A Doptions.c48 optspec_t flexopts[] = {
H A Dscanopt.c57 const optspec_t *options; /* List of options. */
141 scanopt_t *scanopt_init (const optspec_t *options, int argc, char **argv, int flags)
168 const struct optspec_t *opt;
667 const optspec_t *optp;

Completed in 74 milliseconds