Home
last modified time | relevance | path

Searched refs:P_FLAGLIST (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h499 {"breakat", "brk", P_STRING|P_VI_DEF|P_RALL|P_FLAGLIST,
731 {"cpoptions", "cpo", P_STRING|P_VIM|P_RALL|P_FLAGLIST,
1108 {"formatoptions","fo", P_STRING|P_ALLOCED|P_VIM|P_FLAGLIST,
1231 {"guioptions", "go", P_STRING|P_VI_DEF|P_RALL|P_FLAGLIST,
1743 {"mouse", NULL, P_STRING|P_VI_DEF|P_FLAGLIST,
2307 {"shortmess", "shm", P_STRING|P_VIM|P_FLAGLIST,
2856 {"whichwrap", "ww", P_STRING|P_VIM|P_ONECOMMA|P_FLAGLIST,
H A Doption.h47 #define P_FLAGLIST 0x40000L // list of single-char flags macro
H A Doption.c2034 if (flags & P_FLAGLIST) in do_set()