Home
last modified time | relevance | path

Searched defs:VAR_LOCKED (Results 1 – 4 of 4) sorted by relevance

/dports/mail/ecartis/ecartis-1.0.0/src/inc/
H A Dvariables.h11 #define VAR_LOCKED 0x0020 macro
H A Dlpm-def.h247 #define VAR_LOCKED 0x0020 macro
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dtypval.h110 VAR_LOCKED = 1, ///< User lock, can be unlocked. enumerator
/dports/editors/vim/vim-8.2.3745/src/
H A Dstructs.h1461 #define VAR_LOCKED 1 // locked with lock(), can use unlock() macro