Searched refs:OPT_BOTH (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.c51 #define OPT_BOTH(x) (idopt_T)(PV_BOTH + (int)(x)) macro
58 #define PV_AR OPT_BOTH(OPT_BUF(BV_AR))
62 # define PV_EFM OPT_BOTH(OPT_BUF(BV_EFM))
63 # define PV_GP OPT_BOTH(OPT_BUF(BV_GP))
64 # define PV_MP OPT_BOTH(OPT_BUF(BV_MP))
80 #define PV_CM OPT_BOTH(OPT_BUF(BV_CM))
89 # define PV_DICT OPT_BOTH(OPT_BUF(BV_DICT))
90 # define PV_TSR OPT_BOTH(OPT_BUF(BV_TSR))
96 # define PV_DEF OPT_BOTH(OPT_BUF(BV_DEF))
97 # define PV_INC OPT_BOTH(OPT_BU
[all...]

Completed in 186 milliseconds