Home | History | Annotate | Download | only in apps

Lines Matching refs:opt_config

49 static char *opt_config = NULL;
232 OPT_CONFIG,
379 { "config", OPT_CONFIG, 's',
716 { &opt_config }, { &opt_section }, { (char **)&opt_verbosity },
2725 * starting with offset OPT_VERBOSITY because OPT_CONFIG and OPT_SECTION
2875 case OPT_CONFIG: /* has already been handled */
3647 if (!strcmp(argv[i] + 1, cmp_options[OPT_CONFIG - OPT_HELP].name))
3648 opt_config = argv[++i];
3682 configfile = opt_config != NULL ? opt_config : default_config_file;