Home
last modified time | relevance | path

Searched refs:ttistable (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlapi.c642 api_check(L, ttistable(t), "table expected"); in lua_rawget()
652 api_check(L, ttistable(t), "table expected"); in lua_rawgeti()
664 api_check(L, ttistable(t), "table expected"); in lua_rawgetp()
774 api_check(L, ttistable(t), "table expected"); in lua_rawset()
788 api_check(L, ttistable(t), "table expected"); in lua_rawseti()
802 api_check(L, ttistable(t), "table expected"); in lua_rawsetp()
820 api_check(L, ttistable(L->top - 1), "table expected"); in lua_setmetatable()
860 api_check(L, ttistable(L->top - 1), "table expected"); in lua_setuservalue()
1118 api_check(L, ttistable(t), "table expected"); in lua_next()
H A Dlobject.h139 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) macro
163 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
H A Dlvm.c114 if (ttistable(t)) { /* `t' is a table? */ in luaV_gettable()
140 if (ttistable(t)) { /* `t' is a table? */ in luaV_settable()
884 luai_runtimecheck(L, ttistable(ra)); in luaV_execute()