Home
last modified time | relevance | path

Searched refs:lua_rawgetp (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h228 LUA_API void (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
/freebsd-13.1/contrib/lua/src/
H A Dlua.h256 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
H A Dlapi.c718 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 Dlapi.c657 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 DLLDBWrapLua.cpp929 #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()