Home
last modified time | relevance | path

Searched refs:P_SECURE (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h427 |P_NODUP|P_SECURE,
570 {"charconvert", "ccv", P_STRING|P_VI_DEF|P_SECURE,
874 |P_NODUP|P_SECURE,
934 {"exrc", "ex", P_BOOL|P_VI_DEF|P_SECURE,
1119 {"fsync", "fs", P_BOOL|P_SECURE|P_VI_DEF,
1376 {"imstyle", "imst", P_NUM|P_VI_DEF|P_SECURE,
1863 |P_SECURE,
2058 {"pyxversion", "pyx", P_NUM|P_VI_DEF|P_SECURE,
2172 |P_SECURE,
2203 {"secure", NULL, P_BOOL|P_VI_DEF|P_SECURE,
[all …]
H A Doption.c1460 if (flags & (P_SECURE | P_NO_ML)) in do_set()
1487 if (sandbox != 0 && (flags & P_SECURE)) in do_set()
2718 ) && (options[opt_idx].flags & P_SECURE)) in set_bool_option()
3324 ) && (options[opt_idx].flags & P_SECURE)) in set_num_option()
4372 if (sandbox > 0 && (flags & P_SECURE)) in set_option_value()
H A Doption.h49 #define P_SECURE 0x80000L // cannot change in modeline or secure mode macro
H A Doptionstr.c679 ) && (get_option_flags(opt_idx) & P_SECURE)) in did_set_string_option()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt34318 Solution: Add P_SECURE flag.