Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dtypval.c46 #define DICT_MAXNEST 100 macro
2622 if (recurse >= DICT_MAXNEST) { in tv_item_lock()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h2092 #define DICT_MAXNEST 100 // maximum nesting of lists and dicts macro
H A Devalvars.c1953 if (recurse >= DICT_MAXNEST) in item_lock()
3561 item_lock(dest_tv, DICT_MAXNEST, TRUE, TRUE); in set_var_const()
H A Deval.c4951 if (recurse >= DICT_MAXNEST) in echo_string_core()
5955 if (recurse >= DICT_MAXNEST) in item_copy()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Deval.c60 #define DICT_MAXNEST 100 // maximum nesting of lists and dicts macro
9556 tv_item_lock(&v->di_tv, DICT_MAXNEST, true, true); in set_var_const()
9713 if (recurse >= DICT_MAXNEST) { in var_item_copy()