Home
last modified time | relevance | path

Searched refs:list_len (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dlist.c353 list_len(list_T *l) in list_len() function
374 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()
H A Dtesting.c1370 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()
H A Devalbuffer.c182 if (l == NULL || list_len(l) == 0) in set_buffer_lines()
H A Dsearch.c4157 if (list_len(di->di_tv.vval.v_list) != 3) in f_searchcount()
4632 len = list_len(items); in fuzzy_match_in_list()
H A Dif_lua.c877 lua_pushinteger(L, (int) list_len(l)); in luaV_pushtype()
H A Devalvars.c961 i = list_len(l); in ex_let_vars()
H A Devalfunc.c6662 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()
H A Dvim9execute.c2618 n2 = list_len(tv_dest->vval.v_list) - 1; in exec_instructions()
/vim-8.2.3635/src/proto/
H A Dlist.pro18 long list_len(list_T *l);