Home
last modified time | relevance | path

Searched refs:tv_equal (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dtypval.c1273 n1 = tv_equal(typ1, typ2, ic, FALSE); in typval_compare()
1281 n1 = tv_equal(typ1, typ2, ic, FALSE); in typval_compare()
1507 if (!tv_equal(tv1->vval.v_partial->pt_argv + i, in func_equal()
1520 tv_equal( in tv_equal() function
H A Dtesting.c187 if (item2 == NULL || !tv_equal(&HI2DI(hi)->di_tv, in fill_assert_error()
261 if (tv_equal(&argvars[0], &argvars[1], FALSE, FALSE) in assert_equal_common()
H A Dlist.c388 if (!tv_equal(&item1->li_tv, &item2->li_tv, ic, recursive)) in list_equal()
2780 if (tv_equal(&li->li_tv, &argvars[1], ic, FALSE)) in f_count()
2804 if (tv_equal(&HI2DI(hi)->di_tv, &argvars[1], ic, FALSE)) in f_count()
H A Ddict.c1180 if (!tv_equal(&HI2DI(hi)->di_tv, &item2->di_tv, ic, recursive)) in dict_equal()
H A Devalfunc.c6346 if (tv_equal(&tv, &argvars[1], ic, FALSE)) in f_index()
6378 if (tv_equal(&item->li_tv, &argvars[1], ic, FALSE)) in f_index()
/vim-8.2.3635/src/proto/
H A Dtypval.pro58 int tv_equal(typval_T *tv1, typval_T *tv2, int ic, int recursive);