Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dldblib.c364 lua_rawsetp(L, LUA_REGISTRYINDEX, &HOOKKEY); /* set it in position */ in db_sethook()
H A Dlua.h264 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
H A Dloadlib.c763 lua_rawsetp(L, LUA_REGISTRYINDEX, &CLIBS); /* set CLIBS table in registry */ in createclibstable()
H A Dlapi.c830 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h242 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
H A Dlapi.c796 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function