Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h290 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
H A Dlapi.c762 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function