Lines Matching refs:option_t

153 static int noopt __P((char **, option_t *));
154 static int setdomain __P((char **, option_t *));
155 static int setnetmask __P((char **, option_t *));
156 static int setxonxoff __P((char **, option_t *));
157 static int readfile __P((char **, option_t *));
158 static int callfile __P((char **, option_t *));
159 static int showversion __P((char **, option_t *));
160 static int showhelp __P((char **, option_t *));
161 static int showalloptions __P((char **, option_t *));
163 static int setlogfile __P((char **, option_t *));
165 static int loadplugin __P((char **, option_t *));
168 static int setpassfilter __P((char **, option_t *));
169 static int setactivefilter __P((char **, option_t *));
171 static option_t *find_option __P((char *name));
172 static int process_option __P((option_t *opt, char **argv, int sline));
173 static int n_arguments __P((option_t *opt));
179 option_t *p;
205 option_t general_options[] = {
348 * are not available as part of the option_t structure are placed in
357 static option_t dummy_options[] = {
393 option_t *opt;
457 option_t *opt;
631 option_t *opt;
681 * entry with the given name. Returns a pointer to the matching option_t
684 static option_t *
709 option_t *opt;
716 int (*parser) __P((char **, option_t *));
832 parser = (int (*) __P((char **, option_t *))) opt->addr;
857 option_t *opt;
896 option_t *opt;
898 register option_t *sopt;
940 * remove_option - disable an option. Returns the option_t structure
944 option_t *
948 option_t *opt;
977 option_t *topt;
999 option_t *opt;
1076 option_t *opt;
1093 option_t *opt;
1490 option_t *opt;
1504 option_t *opt;
1561 option_t *opt;
1580 option_t *opt;
1600 option_t *opt;
1618 option_t *opt;
1797 option_t *opt;
1926 option_t *opt;
1948 option_t *opt;
1982 option_t *opt;