Searched refs:item2 (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | list.c | 370 listitem_T *item1, *item2; in list_equal() local 386 item1 != NULL && item2 != NULL; in list_equal() 387 item1 = item1->li_next, item2 = item2->li_next) in list_equal() 1282 if (ip == item2) in vimlist_remove() 1286 if (item2->li_next == NULL) in vimlist_remove() 1291 l->lv_first = item2->li_next; in vimlist_remove() 1710 listitem_T *item, *item2; in list_remove() local 1749 if (li == item2) in list_remove() 1772 if (item == item2) in list_remove() 1780 rl->lv_u.mat.lv_last = item2; in list_remove() [all …]
|
| H A D | testing.c | 172 dictitem_T *item2; in fill_assert_error() local 186 item2 = dict_find(got_d, hi->hi_key, -1); in fill_assert_error() 187 if (item2 == NULL || !tv_equal(&HI2DI(hi)->di_tv, in fill_assert_error() 188 &item2->di_tv, FALSE, FALSE)) in fill_assert_error() 193 if (item2 != NULL) in fill_assert_error() 195 (char *)hi->hi_key, &item2->di_tv); in fill_assert_error() 209 item2 = dict_find(exp_d, hi->hi_key, -1); in fill_assert_error() 210 if (item2 == NULL) in fill_assert_error()
|
| H A D | if_perl.xs | 1230 SV ** item2; in perl_to_vim() local 1255 item2 = av_fetch((AV *)sv, size, 0); in perl_to_vim() 1257 if (item2 == NULL || *item2 == NULL || in perl_to_vim() 1258 perl_to_vim(*item2, &item->li_tv) == FAIL) in perl_to_vim() 1272 SV * item2; in perl_to_vim() local 1309 item2 = hv_iterval((HV *)sv, entry); in perl_to_vim() 1310 if (item2 == NULL || perl_to_vim(item2, &item->di_tv) == FAIL) in perl_to_vim()
|
| H A D | dict.c | 1159 dictitem_T *item2; in dict_equal() local 1177 item2 = dict_find(d2, hi->hi_key, -1); in dict_equal() 1178 if (item2 == NULL) in dict_equal() 1180 if (!tv_equal(&HI2DI(hi)->di_tv, &item2->di_tv, ic, recursive)) in dict_equal()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_join.vim | 321 * - item2 330 * - item2 406 /* List: item1 foo bar baz foo bar baz item2 foo bar baz foo bar baz */ 407 /* List: item1 foo bar baz foo bar baz item2 foo bar baz foo bar baz */
|
| H A D | test_mzscheme.vim | 30 mz (define l '("item0" "dictionary with list OK" "item2"))
|
| H A D | test_functions.vim | 1520 call assert_equal('item1 item2 item3', c)
|
| /vim-8.2.3635/src/proto/ |
| H A D | list.pro | 43 void vimlist_remove(list_T *l, listitem_T *item, listitem_T *item2);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tagsrch.txt | 939 function CompareFilenames(item1, item2) 941 let f2 = a:item2['filename']
|
| H A D | gui.txt | 738 :menu Example.item2 :do something different
|