Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.h50 LUALIB_API void (luaL_checktype) (lua_State *L, int narg, int t); variable
H A Dlauxlib.c306 LUALIB_API void luaL_checktype (lua_State *L, int narg, int t) { in luaL_checktype() function