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