Searched refs:luaV_pushfuncref (Results 1 – 1 of 1) sorted by relevance
90 static luaV_Funcref *luaV_pushfuncref(lua_State *L, char_u *name);581 luaV_pushfuncref(L, tv->vval.v_string); in luaV_pushtypval()585 luaV_pushfuncref(L, partial_name(tv->vval.v_partial)); in luaV_pushtypval()1315 luaV_pushfuncref(lua_State *L, char_u *name) in luaV_pushfuncref() function