Searched refs:tv_equal (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | typval.c | 1273 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 D | testing.c | 187 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 D | list.c | 388 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 D | dict.c | 1180 if (!tv_equal(&HI2DI(hi)->di_tv, &item2->di_tv, ic, recursive)) in dict_equal()
|
| H A D | evalfunc.c | 6346 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 D | typval.pro | 58 int tv_equal(typval_T *tv1, typval_T *tv2, int ic, int recursive);
|