Home
last modified time | relevance | path

Searched refs:save_val (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dlist.c2344 typval_T save_val; in filter_map() local
2347 prepare_vimvar(VV_VAL, &save_val); in filter_map()
2607 restore_vimvar(VV_VAL, &save_val); in filter_map()
H A Dfilepath.c1541 typval_T save_val; in checkitem_common() local
1547 prepare_vimvar(VV_VAL, &save_val); in checkitem_common()
1580 restore_vimvar(VV_VAL, &save_val); in checkitem_common()
H A Devalvars.c453 typval_T save_val; in eval_spell_expr() local
459 prepare_vimvar(VV_VAL, &save_val); in eval_spell_expr()
475 restore_vimvar(VV_VAL, &save_val); in eval_spell_expr()