Searched refs:lua_topointer (Results 1 – 3 of 3) sorted by relevance
189 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable
837 lua_pushfstring(L, "%s: %p", kind, lua_topointer(L, idx)); in luaL_tolstring()
429 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function