Searched refs:P_NODEFAULT (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 643 {"columns", "co", P_NUM|P_NODEFAULT|P_NO_MKRC|P_VI_DEF|P_RCLR, 1587 {"lines", NULL, P_NUM|P_NODEFAULT|P_NO_MKRC|P_VI_DEF|P_RCLR, 2554 {"term", NULL, P_STRING|P_EXPAND|P_NODEFAULT|P_NO_MKRC|P_VI_DEF|P_RALL, 2714 {"ttymouse", "ttym", P_STRING|P_NODEFAULT|P_NO_MKRC|P_VI_DEF, 2724 {"ttytype", "tty", P_STRING|P_EXPAND|P_NODEFAULT|P_NO_MKRC|P_VI_DEF|P_RALL,
|
| H A D | option.h | 28 #define P_NODEFAULT 0x40 // don't set to default value macro
|
| H A D | option.c | 650 if (!(options[i].flags & P_NODEFAULT) in set_options_default() 778 && !(options[i].flags & P_NODEFAULT) in set_local_options_default()
|