Searched refs:lua_newuserdatauv (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lua.h | 259 LUA_API void *(lua_newuserdatauv) (lua_State *L, size_t sz, int nuvalue); variable 412 #define lua_newuserdata(L,s) lua_newuserdatauv(L,s,1)
|
A D | lmathlib.c | 643 RanState *state = (RanState *)lua_newuserdatauv(L, sizeof(RanState), 0); in setrandfunc()
|
A D | liolib.c | 202 LStream *p = (LStream *)lua_newuserdatauv(L, sizeof(LStream), 0); in newprefile()
|
A D | lauxlib.c | 502 UBox *box = (UBox *)lua_newuserdatauv(L, sizeof(UBox), 0); in newbox()
|
A D | lstrlib.c | 861 gm = (GMatchState *)lua_newuserdatauv(L, sizeof(GMatchState), 0); in gmatch()
|
A D | lapi.c | 1335 LUA_API void *lua_newuserdatauv (lua_State *L, size_t size, int nuvalue) { in lua_newuserdatauv() function
|
Completed in 17 milliseconds