Home
last modified time | relevance | path

Searched refs:lua_topointer (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h217 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable
H A Dlauxlib.c935 lua_pushfstring(L, "%s: %p", kind, lua_topointer(L, idx)); in luaL_tolstring()
H A Dlapi.c483 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function
H A Dlstrlib.c1349 const void *p = lua_topointer(L, arg); in str_format()