Searched defs:funccall_S (Results 1 – 1 of 1) sorted by relevance
1709 struct funccall_S struct1711 ufunc_T *func; // function being called1712 int linenr; // next line to be executed1713 int returned; // ":return" used1715 {1718 } fixvar[FIXVAR_CNT];1719 dict_T l_vars; // l: local function variables1721 dict_T l_avars; // a: argument variables1723 list_T l_varlist; // list for a:0001725 typval_T *rettv; // return value[all …]