Home
last modified time | relevance | path

Searched refs:scriptvar_T (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dstructs.h1771 } scriptvar_T; typedef
1841 scriptvar_T *sn_vars;
H A Devalvars.c3024 scriptvar_T *sv; in new_script_vars()
3026 sv = ALLOC_CLEAR_ONE(scriptvar_T); in new_script_vars()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9884 Solution: Make ga_scripts contain pointer to scriptvar_T instead of
9885 scriptvar_T itself. (Dominique Pelle)