Searched refs:dict_len (Results 1 – 5 of 5) sorted by relevance
600 dict_len(dict_T *d) in dict_len() function1164 if (dict_len(d1) != dict_len(d2)) in dict_equal()1166 if (dict_len(d1) == 0) in dict_equal()
4188 if (dict_len(dict) == 2) in highlight_get_info()4305 if (dict_len(attrdict) == 0) in hldict_attr_to_str()
1054 lua_pushinteger(L, (int) dict_len(d)); in luaV_pushtype()
6665 rettv->vval.v_number = dict_len(argvars[0].vval.v_dict); in f_len()
28 long dict_len(dict_T *d);