Lines Matching refs:uf_script_ctx
528 fp->uf_script_ctx = current_sctx; in register_cfunc()
1242 ufunc->uf_script_ctx = current_sctx; in lambda_function_body()
1244 ufunc->uf_script_ctx.sc_lnum += sourcing_lnum_top; in lambda_function_body()
1493 fp->uf_script_ctx = current_sctx; in get_lambda_tv()
1494 fp->uf_script_ctx.sc_lnum += SOURCING_LNUM - newlines.ga_len + 1; in get_lambda_tv()
2727 current_sctx = fp->uf_script_ctx; in call_user_func()
3525 last_set_msg(fp->uf_script_ctx); in list_func_head()
4256 && (fp->uf_script_ctx.sc_sid != current_sctx.sc_sid in define_function()
4257 || fp->uf_script_ctx.sc_seq == current_sctx.sc_seq))) in define_function()
4469 fp->uf_script_ctx = current_sctx; in define_function()
4471 fp->uf_script_ctx.sc_lnum += sourcing_lnum_top; in define_function()
4481 else if (fp->uf_script_ctx.sc_version == SCRIPT_VERSION_VIM9) in define_function()
4483 fp->uf_script_ctx.sc_version = SCRIPT_VERSION_MAX; in define_function()
4538 if (ufunc->uf_script_ctx.sc_sid == current_sctx.sc_sid in ex_defcompile()