Lines Matching full:priority
137 int option_priority = OPRIO_CFGFILE; /* priority of the current options */
488 * files a lower priority than the command line.
642 if (prio < mainopt->priority) {
644 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {
651 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)
793 mainopt->priority = prio;
801 * override the value of option, return 1 and update the priority
805 override_value(option, priority, source)
807 int priority;
817 if ((opt->flags & OPT_PRIO) && priority < opt->priority)
819 opt->priority = priority;
978 if (opt->priority != OPRIO_DEFAULT