Lines Matching refs:PV_NONE
579 else if (options[opt_idx].indir != PV_NONE) in set_option_default()
776 if (p->indir != PV_NONE in set_local_options_default()
799 if (options[i].indir == PV_NONE) in free_all_options()
4091 if (p->indir == PV_NONE) in get_option_value_strict()
4224 if (!(ret->indir == PV_NONE || ret->indir & PV_BOTH)) in option_iter_next()
4279 return options[opt_idx].indir == PV_NONE; in is_global_option()
4552 if (p->indir != PV_NONE && !isterm) in showoptions()
4714 if (p->indir == PV_NONE && !(opt_flags & OPT_GLOBAL)) in makeset()
4732 if (p->indir != PV_NONE) in makeset()
5208 if ((opt_flags & OPT_GLOBAL) && p->indir != PV_NONE) in get_varp_scope()
5290 case PV_NONE: return p->var; in get_varp()