Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h2089 #define DICT_MAXNEST 100 // maximum nesting of lists and dicts macro
H A Devalvars.c1894 if (recurse >= DICT_MAXNEST) in item_lock()
3496 item_lock(dest_tv, DICT_MAXNEST, TRUE, TRUE); in set_var_const()
H A Deval.c4945 if (recurse >= DICT_MAXNEST) in echo_string_core()
5949 if (recurse >= DICT_MAXNEST) in item_copy()