Searched refs:item_copy (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Deval.c795 static int item_copy __ARGS((typval_T *from, typval_T *to, int deep, int copyID));
6393 * See item_copy() for "copyID".
6427 if (item_copy(&item->li_tv, &ni->li_tv, deep, copyID) == FAIL)
6964 * See item_copy() for "copyID".
7001 if (item_copy(&HI2DI(hi)->di_tv, &di->di_tv, deep,
9313 item_copy(&argvars[0], rettv, FALSE, 0);
9540 item_copy(&argvars[0], rettv, TRUE, noref == 0 ? current_copyID : 0);
19988 item_copy(from, to, deep, copyID) function
20047 EMSG2(_(e_intern2), "item_copy()");

Completed in 139 milliseconds