Searched refs:mainopt (Results 1 – 1 of 1) sorted by relevance
660 option_t *mainopt = opt; local665 while (mainopt->flags & OPT_PRIOSUB)666 --mainopt;667 if (mainopt->flags & OPT_PRIO) {668 if (prio < mainopt->priority) {670 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {672 opt->name, optopt, mainopt->source);677 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)829 mainopt->source = option_source;830 mainopt->priority = prio;[all …]