Home
last modified time | relevance | path

Searched refs:kCtxAll (Results 1 – 4 of 4) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dcontext.h41 extern int kCtxAll;
H A Dcontext.c20 int kCtxAll = (kCtxRegs | kCtxJumps | kCtxBufs | kCtxGVars | kCtxSFuncs variable
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dvim.c1346 int int_types = types.size > 0 ? 0 : kCtxAll; in nvim_get_context()
1391 ctx_restore(&ctx, kCtxAll); in nvim_load_context()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c1470 if (!ctx_restore(NULL, kCtxAll)) { in f_ctxpop()
1478 int types = kCtxAll; in f_ctxpush()