Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/lua/ !
H A Dlua.h228 LUA_API void (lua_rawgetp) (lua_State *L, int idx, const void *p);
/src/contrib/lua/src/ !
H A Dlua.h267 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p);
H A Dlapi.c752 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
H A Dltests.c1627 lua_rawgetp(L1, t, cast_voidp(cast_sizet(getnum))); in runC()
/src/sys/contrib/openzfs/module/lua/ !
H A Dlapi.c659 LUA_API void lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
/src/lib/clang/liblldb/ !
H A DLLDBWrapLua.cpp952 #define lua_rawgetp(L,index,ptr)\ macro
1179 lua_rawgetp(L, LUA_REGISTRYINDEX, &swig_lua_elua_emulate_unique_key); in SWIG_Lua_elua_emulate_register()
1221 lua_rawgetp(L,parsed_tables_array, entry->value.value.table); in SWIG_Lua_elua_emulate_register()