Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dusercmd.c24 sctx_T uc_script_ctx; // SCTX where the command was defined member
195 xp->xp_script_ctx = uc->uc_script_ctx; in find_ucmd()
561 last_set_msg(cmd->uc_script_ctx); in uc_list()
943 && (cmd->uc_script_ctx.sc_sid != current_sctx.sc_sid in uc_add_command()
944 || cmd->uc_script_ctx.sc_seq == current_sctx.sc_seq) in uc_add_command()
985 cmd->uc_script_ctx = current_sctx; in uc_add_command()
987 cmd->uc_script_ctx.sc_version = SCRIPT_VERSION_VIM9; in uc_add_command()
989 cmd->uc_script_ctx.sc_lnum += SOURCING_LNUM; in uc_add_command()
1773 current_sctx.sc_version = cmd->uc_script_ctx.sc_version; in do_ucmd()
1775 current_sctx.sc_sid = cmd->uc_script_ctx.sc_sid; in do_ucmd()