Lines Matching refs:P_NUM
590 else if (flags & P_NUM) in set_option_default()
1636 if (flags & P_NUM) // numeric in do_set()
4025 return (options[opt_idx].flags & P_NUM) in get_option_value()
4027 if (options[opt_idx].flags & P_NUM) in get_option_value()
4038 return (options[opt_idx].flags & P_NUM) ? gov_number : gov_bool; in get_option_value()
4086 else if (p->flags & P_NUM) in get_option_value_strict()
4175 else if (p->flags & P_NUM) in get_option_value_strict()
4404 if (flags & P_NUM) in set_option_value()
4619 if (p->flags & P_NUM) in optval_default()
4768 else if (p->flags & P_NUM) in makeset()
6340 if (is_term_option || (flags & P_NUM)) in set_context_in_set_cmd()
6646 if (opp->flags & P_NUM) in option_value2string()
7110 else if (opt->flags & P_NUM) in get_winbuf_options()