Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Devalvars.pro34 hashtab_T *get_globvar_ht(void);
/vim-8.2.3635/src/
H A Dsession.c528 hashtab_T *gvht = get_globvar_ht(); in store_session_globals()
H A Dvim9execute.c2129 ht = get_globvar_ht(); in exec_instructions()
2385 ht = get_globvar_ht(); in exec_instructions()
H A Dviminfo.c1313 hashtab_T *gvht = get_globvar_ht(); in write_viminfo_varlist()
H A Devalvars.c2158 get_globvar_ht(void) in get_globvar_ht() function