Searched refs:lua_rawgetp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 228 LUA_API void (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lua.h | 256 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
|
| H A D | lapi.c | 718 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 657 LUA_API void lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 929 #define lua_rawgetp(L,index,ptr)\ macro 1156 lua_rawgetp(L, LUA_REGISTRYINDEX, &swig_lua_elua_emulate_unique_key); in SWIG_Lua_elua_emulate_register() 1198 lua_rawgetp(L,parsed_tables_array, entry->value.value.table); in SWIG_Lua_elua_emulate_register()
|