Searched refs:lua_topointer (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | min.c | 26 printf("%s:%p",luaL_typename(L,i),lua_topointer(L,i)); in print()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.h | 154 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable
|
| H A D | lbaselib.c | 414 lua_pushfstring(L, "%s: %p", luaL_typename(L, 1), lua_topointer(L, 1)); in luaB_tostring()
|
| H A D | lapi.c | 401 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 177 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 608 lua_topointer(L, idx)); in luaL_tolstring()
|
| H A D | lapi.c | 440 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 1988 const void *p = lua_topointer(lua,idx); in ldbCatStackValueRec()
|