Home
last modified time | relevance | path

Searched refs:LUA_TNONE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h74 #define LUA_TNONE (-1) macro
336 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE)
H A Dlauxlib.c313 if (lua_type(L, narg) == LUA_TNONE) in luaL_checkany()
H A Dlapi.c250 return (isvalid(o) ? ttypenv(o) : LUA_TNONE); in lua_type()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c1376 if (type == LUA_TNONE) { in zcp_parse_pos_args()