Lines Matching refs:opt_section
53 static char *opt_section = CMP_SECTION; variable
628 {&opt_config}, {&opt_section}, {(char **)&opt_verbosity},
2642 if (!conf_get_number_e(conf, opt_section, opt->name, &num)) { in read_config()
2660 txt = conf_get_string(conf, opt_section, opt->name); in read_config()
2685 conf_argv[2] = conf_get_string(conf, opt_section, opt->name); in read_config()
2695 opt->name, opt_section); in read_config()
3526 opt_section = argv[++i]; in handle_opts_upfront()
3533 if (opt_section[0] == '\0') /* empty string */ in handle_opts_upfront()
3534 opt_section = DEFAULT_SECTION; in handle_opts_upfront()
3562 opt_section, configfile); in cmp_main()
3567 if (strcmp(opt_section, CMP_SECTION) == 0) { /* default */ in cmp_main()
3568 if (!NCONF_get_section(conf, opt_section)) in cmp_main()
3571 opt_section, configfile); in cmp_main()
3573 const char *end = opt_section + strlen(opt_section); in cmp_main()
3575 while ((end = prev_item(opt_section, end)) != NULL) { in cmp_main()