Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h144 LUA_API int (lua_gettop) (lua_State *L); variable
H A Dlapi.c159 LUA_API int lua_gettop (lua_State *L) { in lua_gettop() function