Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalvars.c298 vars_clear(&SCRIPT_VARS(i)); in evalvars_clear()
324 abort = abort || set_ref_in_ht(&SCRIPT_VARS(i), copyID, NULL); in garbage_collect_scriptvars()
554 list_hashtable_vars(&SCRIPT_VARS(current_sctx.sc_sid), in list_script_vars()
2850 return &SCRIPT_VARS(sid); in get_script_local_ht()
H A Dvim9script.c90 hashtab_T *ht = &SCRIPT_VARS(sid); in ex_vim9script()
H A Dscriptfile.c1313 ht = &SCRIPT_VARS(sid); in do_source()
H A Dglobals.h320 # define SCRIPT_VARS(id) (SCRIPT_SV(id)->sv_dict.dv_hashtab) macro
H A Dvim9execute.c2095 hashtab_T *ht = &SCRIPT_VARS( in exec_instructions()
2266 hashtab_T *ht = &SCRIPT_VARS( in exec_instructions()
H A Dvim9compile.c423 hashtab_T *ht = &SCRIPT_VARS(current_sctx.sc_sid); in script_var_exists()
2569 ht = &SCRIPT_VARS(sid); in get_script_item_idx()