Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h72 #define LUA_TNONE (-1) macro
270 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE)
H A Dlapi.c244 return (o == luaO_nilobject) ? LUA_TNONE : ttype(o); in lua_type()
250 return (t == LUA_TNONE) ? "no value" : luaT_typenames[t]; in lua_typename()
H A Dlauxlib.c153 if (lua_type(L, narg) == LUA_TNONE) in luaL_checkany()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h75 #define LUA_TNONE (-1) macro
337 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE)
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c312 if (lua_type(L, narg) == LUA_TNONE) in luaL_checkany()
H A Dlapi.c248 return (isvalid(o) ? ttypenv(o) : LUA_TNONE); in lua_type()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1395 if (type == LUA_TNONE) { in zcp_parse_pos_args()