Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h74 #define LUA_TNONE (-1) macro
336 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE)
/freebsd/contrib/lua/src/
H A Dlua.h63 #define LUA_TNONE (-1) macro
390 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE)
H A Dldblib.c69 else if (lua_getiuservalue(L, 1, n) != LUA_TNONE) { in db_getuservalue()
H A Dlbaselib.c261 luaL_argcheck(L, t != LUA_TNONE, 1, "value expected"); in luaB_type()
H A Dlapi.c286 return (isvalid(L, o) ? ttype(o) : LUA_TNONE); in lua_type()
292 api_check(L, LUA_TNONE <= t && t < LUA_NUMTYPES, "invalid type"); in lua_typename()
810 t = LUA_TNONE; in lua_getiuservalue()
H A Dlauxlib.c397 if (l_unlikely(lua_type(L, arg) == LUA_TNONE)) in luaL_checkany()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c311 if (lua_type(L, narg) == LUA_TNONE) in luaL_checkany()
H A Dlapi.c247 return (isvalid(o) ? ttypenv(o) : LUA_TNONE); in lua_type()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1395 if (type == LUA_TNONE) { in zcp_parse_pos_args()