loption
static struct loption *curropt;
struct loption;
void toggle_option(struct loption *, int, char *, int);
int opt_has_param(struct loption *);
char *opt_prompt(struct loption *);
struct loption *findopt(int);
struct loption *findopt_name(char **, char **, int *);
static struct loption *pendopt;
toggle_option(struct loption *o, int lower, char *s, int how_toggle)
opt_desc(struct loption *o)
opt_has_param(struct loption *o)
opt_prompt(struct loption *o)
struct loption *o;
static struct loption option[] = {
struct loption *o;
struct loption *
struct loption *o;
struct loption *
struct loption *o;
struct loption *maxo = NULL;