Searched refs:list_len (Results 1 – 9 of 9) sorted by relevance
353 list_len(list_T *l) in list_len() function374 if (list_len(l1) != list_len(l2)) in list_equal()376 if (list_len(l1) == 0) in list_equal()1155 long len = list_len(list); in list_slice_or_index()1695 else if (ga_grow(&ga, list_len(l) + 1) == OK) in f_list2str()2006 len = list_len(l); in do_sort_uniq()
1370 if (list_len(l) == 0) in f_test_gui_drop_files()1373 fnames = ALLOC_MULT(char_u *, list_len(l)); in f_test_gui_drop_files()
182 if (l == NULL || list_len(l) == 0) in set_buffer_lines()
4157 if (list_len(di->di_tv.vval.v_list) != 3) in f_searchcount()4632 len = list_len(items); in fuzzy_match_in_list()
877 lua_pushinteger(L, (int) list_len(l)); in luaV_pushtype()
961 i = list_len(l); in ex_let_vars()
6662 rettv->vval.v_number = list_len(argvars[0].vval.v_list); in f_len()7628 if (l == NULL || list_len(l) != 4) in f_rand()
2618 n2 = list_len(tv_dest->vval.v_list) - 1; in exec_instructions()
18 long list_len(list_T *l);