Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9script.c882 sv->sv_name = newsav->sav_key; in update_vim9_script_var()
927 script_hi = hash_find(script_ht, sv->sv_name); in hide_script_var()
928 all_hi = hash_find(all_ht, sv->sv_name); in hide_script_var()
959 sv->sv_name = NULL; in hide_script_var()
989 if (sv->sv_name != NULL && sv->sv_tv == dest) in find_typval_in_script()
H A Dex_eval.c980 if (sv->sv_name != NULL) in leave_block()
1204 if (sv->sv_name != NULL) in ex_while()
H A Dvim9execute.c2302 if (value_check_lock(sv->sv_tv->v_lock, sv->sv_name, FALSE)) in exec_instructions()
5170 sv->sv_name, in list_instructions()
5282 sv->sv_name, in list_instructions()
H A Dstructs.h1807 char_u *sv_name; // points into "sn_all_vars" di_key member
H A Devalvars.c331 if (sv->sv_name != NULL) in garbage_collect_scriptvars()