Home
last modified time | relevance | path

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

/external/lua/src/
Dldblib.c364 lua_rawsetp(L, LUA_REGISTRYINDEX, &HOOKKEY); /* set it in position */ in db_sethook()
Dlua.h264 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
Dloadlib.c763 lua_rawsetp(L, LUA_REGISTRYINDEX, &CLIBS); /* set CLIBS table in registry */ in createclibstable()
Dlapi.c830 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function