Searched refs:P_MLE (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 475 {"balloonexpr", "bexpr", P_STRING|P_ALLOCED|P_VI_DEF|P_VIM|P_MLE, 1007 {"foldexpr", "fde", P_STRING|P_ALLOCED|P_VIM|P_VI_DEF|P_RWIN|P_MLE, 1099 {"formatexpr", "fex", P_STRING|P_ALLOCED|P_VI_DEF|P_VIM|P_MLE, 1251 {"guitablabel", "gtl", P_STRING|P_VI_DEF|P_RWIN|P_MLE, 1322 {"iconstring", NULL, P_STRING|P_VI_DEF|P_MLE, 1394 {"includeexpr", "inex", P_STRING|P_ALLOCED|P_VI_DEF|P_MLE, 1406 {"indentexpr", "inde", P_STRING|P_ALLOCED|P_VI_DEF|P_VIM|P_MLE, 2164 {"rulerformat", "ruf", P_STRING|P_VI_DEF|P_ALLOCED|P_RSTAT|P_MLE, 2447 {"statusline" ,"stl", P_STRING|P_VI_DEF|P_ALLOCED|P_RSTAT|P_MLE, 2494 {"tabline", "tal", P_STRING|P_VI_DEF|P_RALL|P_MLE, [all …]
|
| H A D | option.h | 61 #define P_MLE 0x20000000L // under control of 'modelineexpr' macro
|
| H A D | option.c | 1465 if ((flags & P_MLE) && !p_mle) in do_set()
|