Searched refs:lua_rawgetp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldblib.c | 308 lua_rawgetp(L, LUA_REGISTRYINDEX, &HOOKKEY); in hookf() 361 if (lua_rawgetp(L, LUA_REGISTRYINDEX, &HOOKKEY) == LUA_TNIL) { in db_sethook() 390 lua_rawgetp(L, LUA_REGISTRYINDEX, &HOOKKEY); in db_gethook()
|
| H A D | loadlib.c | 319 lua_rawgetp(L, LUA_REGISTRYINDEX, &CLIBS); in checkclib() 332 lua_rawgetp(L, LUA_REGISTRYINDEX, &CLIBS); in addtoclib()
|
| H A D | lua.h | 247 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
|
| H A D | lapi.c | 670 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lua.h | 227 LUA_API void (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
|
| H A D | lapi.c | 659 LUA_API void lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
|