Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptiondefs.h448 {"balloondelay","bdlay",P_NUM|P_VI_DEF,
629 {"cmdwinheight", "cwh", P_NUM|P_VI_DEF,
1224 {"guiheadroom", "ghr", P_NUM|P_VI_DEF,
1295 {"history", "hi", P_NUM|P_VIM,
1695 {"maxmem", "mm", P_NUM|P_VI_DEF,
1809 {"mzquantum", "mzq", P_NUM,
2115 {"report", NULL, P_NUM|P_VI_DEF,
2841 {"w300", NULL, P_NUM|P_VI_DEF,
2844 {"w1200", NULL, P_NUM|P_VI_DEF,
2847 {"w9600", NULL, P_NUM|P_VI_DEF,
[all …]
H A Doption.c590 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()
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()
6646 if (opp->flags & P_NUM) in option_value2string()
[all …]
H A Doption.h20 #define P_NUM 0x02 // the option is numeric macro
/vim-8.2.3635/src/testdir/
H A Dgen_opt_test.vim183 elseif line =~ 'P_NUM'