Lines Matching refs:ec_funclocal
84 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()
3352 may_restore_cmdmod(&ectx->ec_funclocal); in exec_instructions()
3417 may_restore_cmdmod(&ectx->ec_funclocal); in exec_instructions()
4398 ectx->ec_funclocal.floc_save_cmdmod = cmdmod; in exec_instructions()
4399 ectx->ec_funclocal.floc_restore_cmdmod = TRUE; in exec_instructions()
4400 ectx->ec_funclocal.floc_restore_cmdmod_stacklen = in exec_instructions()
4410 cmdmod = ectx->ec_funclocal.floc_save_cmdmod; in exec_instructions()
4411 ectx->ec_funclocal.floc_restore_cmdmod = FALSE; in exec_instructions()
4559 if (ectx->ec_funclocal.floc_restore_cmdmod) in exec_instructions()
4562 > ectx->ec_funclocal.floc_restore_cmdmod_stacklen) in exec_instructions()
4961 if (ectx.ec_funclocal.floc_restore_cmdmod) in call_def_function()
4965 cmdmod = ectx.ec_funclocal.floc_save_cmdmod; in call_def_function()