Home
last modified time | relevance | path

Searched defs:lua_rawgetp (Results 1 – 3 of 3) sorted by relevance

/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/contrib/lua/src/
H A Dlapi.c752 LUA_API int 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