Searched refs:restore_vimvar (Results 1 – 5 of 5) sorted by relevance
15 void restore_vimvar(int idx, typval_T *save_tv);
2606 restore_vimvar(VV_KEY, &save_key); in filter_map()2607 restore_vimvar(VV_VAL, &save_val); in filter_map()
475 restore_vimvar(VV_VAL, &save_val); in eval_spell_expr()523 restore_vimvar(int idx, typval_T *save_tv) in restore_vimvar() function
1580 restore_vimvar(VV_VAL, &save_val); in checkitem_common()
5467 Solution: Don't clear the typeval in restore_vimvar().