Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c84 funclocal_T ec_funclocal; member
370 if (ectx->ec_funclocal.floc_restore_cmdmod) in call_dfunc()
375 *floc = ectx->ec_funclocal; in call_dfunc()
376 ectx->ec_funclocal.floc_restore_cmdmod = FALSE; in call_dfunc()
732 ectx->ec_funclocal.floc_restore_cmdmod = FALSE; in func_return()
735 ectx->ec_funclocal = *floc; in func_return()
3284 may_restore_cmdmod(&ectx->ec_funclocal); in exec_instructions()
3316 may_restore_cmdmod(&ectx->ec_funclocal); in exec_instructions()
3417 may_restore_cmdmod(&ectx->ec_funclocal); in exec_instructions()
4961 if (ectx.ec_funclocal.floc_restore_cmdmod) in call_def_function()
[all …]