HomeSort by: relevance | last modified time | path
    Searched refs:lua_topointer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
lua.h 217 LUA_API const void *(lua_topointer) (lua_State *L, int idx);
lauxlib.c 935 lua_pushfstring(L, "%s: %p", kind, lua_topointer(L, idx));
lapi.c 483 LUA_API const void *lua_topointer (lua_State *L, int idx) { function
lstrlib.c 1349 const void *p = lua_topointer(L, arg);

Completed in 27 milliseconds