Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dusercmd.c944 || cmd->uc_script_ctx.sc_seq == current_sctx.sc_seq) in uc_add_command()
H A Dscriptfile.c1298 current_sctx.sc_seq = ++last_current_SID_seq; in do_source()
1362 si->sn_script_seq = current_sctx.sc_seq; in do_source()
H A Dmain.c3078 current_sctx.sc_seq = 0; in exe_commands()
3318 current_sctx.sc_seq = 0; in process_env()
H A Dvim9script.c299 si->sn_script_seq = current_sctx.sc_seq; in free_all_script_vars()
H A Doptionstr.c424 script_ctx.sc_seq = 0; in set_string_option_direct()
H A Dstructs.h88 int sc_seq; // sourcing sequence number member
H A Duserfunc.c4257 || fp->uf_script_ctx.sc_seq == current_sctx.sc_seq))) in define_function()
H A Dbuffer.c5547 current_sctx.sc_seq = 0; in chk_modeline()
H A Dvim9compile.c10219 dfunc->df_script_seq = current_sctx.sc_seq; in compile_def_function()