Searched refs:P_FLAGLIST (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 499 {"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 D | option.h | 47 #define P_FLAGLIST 0x40000L // list of single-char flags macro
|
| H A D | option.c | 2034 if (flags & P_FLAGLIST) in do_set()
|