Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h92 } sctx_T; typedef
322 sctx_T wo_script_ctx[WV_COUNT]; // SCTXs for window-local options
589 sctx_T xp_script_ctx; // SCTX for completion function
1251 sctx_T m_script_ctx; // SCTX where map was defined
1672 sctx_T uf_script_ctx; // SCTX where function was defined,
2075 sctx_T *sctx; // script and modeline info
2083 sctx_T es_save_sctx; // saved current_sctx when calling function
2841 sctx_T b_p_script_ctx[BV_COUNT]; // SCTXs for buffer-local options
H A Dusercmd.c24 sctx_T uc_script_ctx; // SCTX where the command was defined
1672 sctx_T save_current_sctx = current_sctx; in do_ucmd()
H A Dautocmd.c58 sctx_T script_ctx; // script context where defined
1881 sctx_T save_current_sctx; in apply_autocmds_group()
H A Dhighlight.c79 sctx_T sg_deflink_sctx; // script where the default link was set
80 sctx_T sg_script_ctx; // script in which the group was last set
H A Doptionstr.c417 sctx_T script_ctx; in set_string_option_direct()
H A Dscriptfile.c1114 sctx_T save_current_sctx; in do_source()
H A Dglobals.h297 EXTERN sctx_T current_sctx
H A Dmain.c3304 sctx_T save_current_sctx; in process_env()
H A Dcmdexpand.c2442 sctx_T save_current_sctx = current_sctx; in call_user_expand_func()
H A Doption.c2592 set_option_sctx_idx(int opt_idx, int opt_flags, sctx_T script_ctx) in set_option_sctx_idx()
2596 sctx_T new_script_ctx = script_ctx; in set_option_sctx_idx()
H A Doptiondefs.h281 sctx_T script_ctx; // script context where the option was last set
H A Dbuffer.c5457 sctx_T save_current_sctx; in chk_modeline()
H A Deval.c6313 last_set_msg(sctx_T script_ctx) in last_set_msg()
H A Duserfunc.c2439 sctx_T save_current_sctx; in call_user_func()
H A Dvim9execute.c4665 sctx_T save_current_sctx = current_sctx; in call_def_function()
H A Dvim9compile.c9560 sctx_T save_current_sctx = current_sctx; in compile_def_function()
/vim-8.2.3635/src/proto/
H A Doption.pro24 void set_option_sctx_idx(int opt_idx, int opt_flags, sctx_T script_ctx);
H A Deval.pro77 void last_set_msg(sctx_T script_ctx);