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

/macosx-10.9.5/vim-53/src/
H A Deval.c153 } scriptvar_T; typedef in typeref:struct:__anon14189
155 static garray_T ga_scripts = {0, 0, sizeof(scriptvar_T *), 4, NULL};
156 #define SCRIPT_SV(id) (((scriptvar_T **)ga_scripts.ga_data)[(id) - 1])
19547 scriptvar_T *sv;
19566 (scriptvar_T *)alloc_clear(sizeof(scriptvar_T));

Completed in 194 milliseconds