Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h109 #define NILCONSTANT {NULL}, LUA_TNIL
133 #define ttisnil(o) checktag((o), LUA_TNIL)
189 #define setnilvalue(obj) settt_(obj, LUA_TNIL)
303 #define NILCONSTANT {{{NULL}, tag2tt(LUA_TNIL)}}
314 #define NILCONSTANT {{tag2tt(LUA_TNIL), {NULL}}}
H A Dlua.h76 #define LUA_TNIL 0 macro
333 #define lua_isnil(L,n) (lua_type(L, (n)) == LUA_TNIL)
H A Dldump.c90 case LUA_TNIL: in DumpConstants()
H A Dlbaselib.c99 luaL_argcheck(L, t == LUA_TNIL || t == LUA_TTABLE, 2, in luaB_setmetatable()
H A Dlundump.c109 case LUA_TNIL: in LoadConstants()
H A Dltable.c484 case LUA_TNIL: return luaO_nilobject; in luaH_get()
H A Dlauxlib.c604 case LUA_TNIL: in luaL_tolstring()
H A Dlvm.c264 case LUA_TNIL: return 1; in luaV_equalobj_()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c379 case LUA_TNIL: in zcp_lua_to_nvlist_impl()
1301 if (type == LUA_TNIL) { in zcp_parse_table_args()
1330 if (type != LUA_TNIL && type != kwargs[i].za_lua_type) { in zcp_parse_table_args()