Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddict.c600 dict_len(dict_T *d) in dict_len() function
1164 if (dict_len(d1) != dict_len(d2)) in dict_equal()
1166 if (dict_len(d1) == 0) in dict_equal()
H A Dhighlight.c4188 if (dict_len(dict) == 2) in highlight_get_info()
4305 if (dict_len(attrdict) == 0) in hldict_attr_to_str()
H A Dif_lua.c1054 lua_pushinteger(L, (int) dict_len(d)); in luaV_pushtype()
H A Devalfunc.c6665 rettv->vval.v_number = dict_len(argvars[0].vval.v_dict); in f_len()
/vim-8.2.3635/src/proto/
H A Ddict.pro28 long dict_len(dict_T *d);