Lines Matching refs:luaV_Funcref
42 } luaV_Funcref; typedef
90 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()
2333 luaV_Funcref *f = (luaV_Funcref *)lua_touserdata(L, 5); // key in luaV_setref()