Searched refs:lua_rawsetp (Results 1 – 4 of 4) sorted by relevance
364 lua_rawsetp(L, LUA_REGISTRYINDEX, &HOOKKEY); /* set it in position */ in db_sethook()
264 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
763 lua_rawsetp(L, LUA_REGISTRYINDEX, &CLIBS); /* set CLIBS table in registry */ in createclibstable()
830 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function