Searched defs:lua_topointer (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | lua.h | 189 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable |
D | lapi.c | 429 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function |