Lines Matching refs:P_BOOL
1422 && (!(options[opt_idx].flags & P_BOOL) in do_set()
1526 && !(flags & P_BOOL))) in do_set()
1578 if (flags & P_BOOL) // boolean in do_set()
4084 if (p->flags & P_BOOL) in get_option_value_strict()
4564 else if (p->flags & P_BOOL) in showoptions()
4621 if (p->flags & P_BOOL) in optval_default()
4647 if ((p->flags & P_BOOL) && ((int *)varp == &curbuf->b_changed in showoneopt()
4650 else if ((p->flags & P_BOOL) && *(int *)varp < 0) in showoneopt()
4655 if (!(p->flags & P_BOOL)) in showoneopt()
4763 if (p->flags & P_BOOL) in makeset()
6310 if (flags & P_BOOL) in set_context_in_set_cmd()
6458 && !(options[opt_idx].flags & P_BOOL)) in ExpandSettings()