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

/macosx-10.9.5/vim-53/src/
H A Deval.c155 static garray_T ga_scripts = {0, 0, sizeof(scriptvar_T *), 4, NULL}; variable
156 #define SCRIPT_SV(id) (((scriptvar_T **)ga_scripts.ga_data)[(id) - 1])
921 for (i = 1; i <= ga_scripts.ga_len; ++i)
926 ga_clear(&ga_scripts);
2163 if (current_SID > 0 && current_SID <= ga_scripts.ga_len)
6608 for (i = 1; i <= ga_scripts.ga_len; ++i)
19515 && current_SID > 0 && current_SID <= ga_scripts.ga_len)
19549 if (ga_grow(&ga_scripts, (int)(id - ga_scripts.ga_len)) == OK)
19554 for (i = 1; i <= ga_scripts
[all...]

Completed in 244 milliseconds