Searched refs:luaV_Funcref (Results 1 – 1 of 1) sorted by relevance
42 } luaV_Funcref; typedef90 static luaV_Funcref *luaV_pushfuncref(lua_State *L, char_u *name);727 luaV_Funcref *f = (luaV_Funcref *) p; in luaV_totypval()1106 luaV_Funcref *f = (luaV_Funcref *) lua_touserdata(L, -1); in luaV_dict_index()1298 static luaV_Funcref *1301 luaV_Funcref *f = (luaV_Funcref *)lua_newuserdata(L, sizeof(luaV_Funcref)); in luaV_newfuncref()1314 static luaV_Funcref *1326 luaV_Funcref *f = (luaV_Funcref *) lua_touserdata(L, 1); in luaV_type_tostring()1339 luaV_Funcref *f = (luaV_Funcref *) lua_touserdata(L, 1); in luaV_funcref_len()1348 luaV_Funcref *f = (luaV_Funcref *) lua_touserdata(L, 1); in luaV_funcref_call()[all …]