Home
last modified time | relevance | path

Searched defs:lua_topointer (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h176 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable
H A Dlapi.c442 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function