Home
last modified time | relevance | path

Searched refs:P_BOOL (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h663 {"compatible", "cp", P_BOOL|P_RALL,
925 {"esckeys", "ek", P_BOOL|P_VIM,
974 {"fkmap", "fk", P_BOOL|P_VI_DEF,
977 {"flash", "fl", P_BOOL|P_VI_DEF,
1315 {"icon", NULL, P_BOOL|P_VI_DEF,
1608 {"lisp", NULL, P_BOOL|P_VI_DEF,
1713 {"mesg", NULL, P_BOOL|P_VI_DEF,
1725 {"modeline", "ml", P_BOOL|P_VIM,
1740 {"more", NULL, P_BOOL|P_VIM,
1842 {"open", NULL, P_BOOL|P_VI_DEF,
[all …]
H A Doption.c1422 && (!(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()
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()
[all …]
H A Doption.h19 #define P_BOOL 0x01 // the option is boolean macro
/vim-8.2.3635/src/testdir/
H A Dgen_opt_test.vim189 if line =~ 'P_BOOL'