Home
last modified time | relevance | path

Searched refs:lua_touserdata (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dif_lua.c181 #define lua_touserdata dll_lua_touserdata macro
506 void *p = lua_touserdata(L, ud); in luaV_toudata()
689 void *p = lua_touserdata(L, pos); in luaV_totypval()
843 o = (luatyp *) lua_touserdata(L, -1); \
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()
2272 luaV_setudata(L, lua_touserdata(L, 1)); in luaV_free()
2282 typval_T *arg = (typval_T *) lua_touserdata(L, 2); in luaV_luaeval()
2283 typval_T *rettv = (typval_T *) lua_touserdata(L, 3); in luaV_luaeval()
2321 list_T *l = (list_T *)lua_touserdata(L, 5); // key in luaV_setref()
[all …]