Home
last modified time | relevance | path

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

/l4re-core-master/ned/server/src/
A Dlua_cap.h38 _cap_type *c = new (lua_newuserdata(l, sizeof(_cap_type))) \
A Dlua_cap.cc261 Cap *c = new (lua_newuserdata(l, sizeof(Cap))) Cap(); in push_void_cap()
A Dlua_exec.cc486 App_ptr *at = new (lua_newuserdata(l, sizeof(App_ptr))) App_ptr(); in exec()
/l4re-core-master/lua/lib/contrib/src/
A Dlua.h412 #define lua_newuserdata(L,s) lua_newuserdatauv(L,s,1) macro

Completed in 6 milliseconds